diff --git a/guix/scripts/size.scm b/guix/scripts/size.scm
index 13397429465fafbed0da0626c9e114572ece5170..1aa4d78dcb19a7f3b7e7f94cef058e0b8477ad59 100644
--- a/guix/scripts/size.scm
+++ b/guix/scripts/size.scm
@@ -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))