summary refs log tree commit diff
diff options
context:
space:
mode:
-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))