summaryrefslogtreecommitdiff
path: root/guix/scripts/size.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-07-22 18:07:22 +0200
committerLudovic Courtès <ludo@gnu.org>2015-07-22 22:56:41 +0200
commit1acd8d22af743cd07cc4a1713278a183750bf4b0 (patch)
treebe8e1447c3193494a4d4223f6d27287a0684412a /guix/scripts/size.scm
parentf3d8cd79d174ec7aec8fe510a57131ca5f8c2e7a (diff)
downloadguix-patches-1acd8d22af743cd07cc4a1713278a183750bf4b0.tar
guix-patches-1acd8d22af743cd07cc4a1713278a183750bf4b0.tar.gz
size: Remove leftover 'pk'.
* guix/scripts/size.scm (profile->page-map): Remove leftover 'pk'.
Diffstat (limited to 'guix/scripts/size.scm')
-rw-r--r--guix/scripts/size.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/size.scm b/guix/scripts/size.scm
index 1339742946..1aa4d78dcb 100644
--- a/guix/scripts/size.scm
+++ b/guix/scripts/size.scm
@@ -219,7 +219,7 @@ the name of a PNG file."
;; 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))