~ruther/guix-local

1acd8d22af743cd07cc4a1713278a183750bf4b0 — Ludovic Courtès 10 years ago f3d8cd7
size: Remove leftover 'pk'.

* guix/scripts/size.scm (profile->page-map): Remove leftover 'pk'.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/size.scm
M guix/scripts/size.scm => guix/scripts/size.scm +1 -1
@@ 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))