diff options
author | Leo Famulari <leo@famulari.name> | 2016-07-28 16:46:16 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-07-28 16:46:27 -0400 |
commit | 49d725a108dc33f4eb72faff7cf138c5dd8c64f4 (patch) | |
tree | 615c8bc2c83ca19f33b20678854af783f0292863 /guix | |
parent | 622c22ccb494de789588491ad94111f7a0311ddb (diff) | |
parent | a1dfa0223329734d2cb4f9aa034183fb2573bb9c (diff) | |
download | gnu-guix-49d725a108dc33f4eb72faff7cf138c5dd8c64f4.tar gnu-guix-49d725a108dc33f4eb72faff7cf138c5dd8c64f4.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'guix')
-rw-r--r-- | guix/scripts/package.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm index e2e37098fc..2a751a4552 100644 --- a/guix/scripts/package.scm +++ b/guix/scripts/package.scm @@ -225,7 +225,8 @@ specified in MANIFEST, a manifest object." "~a packages in profile~%" count) count) - (display-search-paths entries (list profile))))))))) + (display-search-paths entries (list profile) + #:kind 'prefix)))))))) ;;; |