mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
shell: '--export-manifest -D x -D y' generates a valid manifest.
* guix/scripts/shell.scm (manifest->code*): Add missing 'list' in generated 'concatenate-manifests' call. * tests/guix-shell-export-manifest.sh: Add test.
This commit is contained in:
parent
572bc6d7bd
commit
2acc83daa5
2 changed files with 6 additions and 1 deletions
|
@ -410,7 +410,7 @@ concatenates MANIFESTS, a list of expressions."
|
|||
(if (null? (manifest-entries manifest))
|
||||
(match extra-manifests
|
||||
((one) one)
|
||||
(lst `(concatenate-manifests ,@extra-manifests)))
|
||||
(lst `(concatenate-manifests (list ,@extra-manifests))))
|
||||
(match (manifest->code manifest
|
||||
#:entry-package-version
|
||||
manifest-entry-version-prefix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue