Skip to content
Snippets Groups Projects
Commit 1acd8d22 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

size: Remove leftover 'pk'.

* guix/scripts/size.scm (profile->page-map): Remove leftover 'pk'.
parent f3d8cd79
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ (define data
;; TRANSLATORS: This is the title of a graph, meaning that the graph
;; represents a profile of the store (the "store" being the place where
;; packages are stored.)
(make-page-map (_ "store profile") (pk data)
(make-page-map (_ "store profile") data
#:write-to-png file))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment