size: Remove leftover 'pk'.

* guix/scripts/size.scm (profile->page-map): Remove leftover 'pk'.
This commit is contained in:
Ludovic Courtès 2015-07-22 18:07:22 +02:00
parent f3d8cd79d1
commit 1acd8d22af
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ the name of a PNG file."
;; TRANSLATORS: This is the title of a graph, meaning that the graph ;; TRANSLATORS: This is the title of a graph, meaning that the graph
;; represents a profile of the store (the "store" being the place where ;; represents a profile of the store (the "store" being the place where
;; packages are stored.) ;; packages are stored.)
(make-page-map (_ "store profile") (pk data) (make-page-map (_ "store profile") data
#:write-to-png file)) #:write-to-png file))