From 1acd8d22af743cd07cc4a1713278a183750bf4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org> Date: Wed, 22 Jul 2015 18:07:22 +0200 Subject: [PATCH] size: Remove leftover 'pk'. * guix/scripts/size.scm (profile->page-map): Remove leftover 'pk'. --- guix/scripts/size.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/scripts/size.scm b/guix/scripts/size.scm index 13397429465..1aa4d78dcb1 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)) -- GitLab