[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: size: Remove leftover 'pk'.
From: |
Ludovic Courtès |
Subject: |
02/09: size: Remove leftover 'pk'. |
Date: |
Wed, 22 Jul 2015 20:56:50 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 1acd8d22af743cd07cc4a1713278a183750bf4b0
Author: Ludovic Courtès <address@hidden>
Date: Wed Jul 22 18:07:22 2015 +0200
size: Remove leftover 'pk'.
* guix/scripts/size.scm (profile->page-map): Remove leftover 'pk'.
---
guix/scripts/size.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/guix/scripts/size.scm b/guix/scripts/size.scm
index 1339742..1aa4d78 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))
- branch master updated (1436c5c -> 31ea3eb), Ludovic Courtès, 2015/07/22
- 01/09: gnu: guile-minikanren: Fix README location., Ludovic Courtès, 2015/07/22
- 02/09: size: Remove leftover 'pk'.,
Ludovic Courtès <=
- 03/09: import: hackage: Remove reference to unbound variable., Ludovic Courtès, 2015/07/22
- 04/09: doc: Mention initial passwords in "System Installation"., Ludovic Courtès, 2015/07/22
- 05/09: derivations: Improve complexity of 'substitution-oracle'., Ludovic Courtès, 2015/07/22
- 07/09: size: Add '--substitute-urls' option., Ludovic Courtès, 2015/07/22
- 06/09: derivations: Improve docstring of 'substitution-oracle'., Ludovic Courtès, 2015/07/22
- 08/09: doc: Mention zeroed mtimes in the binary tarball., Ludovic Courtès, 2015/07/22
- 09/09: Thank Dave., Ludovic Courtès, 2015/07/22