diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-07-06 17:42:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-06 17:42:25 +0200 |
commit | c2808d4c678056084412ae388031ea42898b3f6e (patch) | |
tree | b3c4d35a73c21dd79917dfe957c022388358d98c /guix/scripts/pack.scm | |
parent | 871d819965b7e183384f8973c01a95b20a5d7fca (diff) | |
parent | 8694935cc8610a775391309a83980de0e40eb53b (diff) |
Merge branch 'version-0.15.0'
Diffstat (limited to 'guix/scripts/pack.scm')
-rw-r--r-- | guix/scripts/pack.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm index 7f087a3a3c..6d5d745bc8 100644 --- a/guix/scripts/pack.scm +++ b/guix/scripts/pack.scm @@ -722,6 +722,7 @@ Create a bundle of PACKAGE.\n")) (if (assoc-ref opts 'bootstrap?) %bootstrap-guile (canonical-package guile-2.2)) + (assoc-ref opts 'system) #:graft? (assoc-ref opts 'graft?)))) (let* ((dry-run? (assoc-ref opts 'dry-run?)) (relocatable? (assoc-ref opts 'relocatable?)) |