diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-09 21:10:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-09 21:10:46 +0200 |
commit | ee5408576d9a3d4cec24682bb76921d2d4839470 (patch) | |
tree | b2b45685516f1b722d8ca4fe2bda3cff187e70b1 /guix/scripts/package.scm | |
parent | afd40799e451ae7eeeacc97e30924c294e8b2c1e (diff) | |
parent | 0cc0095f3c5ad18ee701aeea14c390225feccb2f (diff) |
Merge branch 'master' into core-updates
Diffstat (limited to 'guix/scripts/package.scm')
-rw-r--r-- | guix/scripts/package.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm index 6190f3286d..09ae782751 100644 --- a/guix/scripts/package.scm +++ b/guix/scripts/package.scm @@ -838,6 +838,7 @@ more information.~%")) (profile-derivation new #:info-dir? (not bootstrap?) + #:ghc-package-cache? (not bootstrap?) #:ca-certificate-bundle? (not bootstrap?)))) (prof (derivation->output-path prof-drv))) (show-manifest-transaction (%store) manifest transaction |