summaryrefslogtreecommitdiff
path: root/tests/guix-shell-export-manifest.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: guix-shell-export-manifest: Fix pyproject-build-system python test.•••This is a follow-up to commit fdc0fefd46a45b70784a4e3f8900cbe593426a9e build-system/pyproject: Use python-sans-pip-wrapper as default-python. * tests/guix-shell-export-manifest.sh: Grep for python-sans-pip-wrapper, which is the python now used by the pyproject-build-system. Change-Id: I5f44e07544f80973fa6b306b2dcdf42ac3b56ad6 Janneke Nieuwenhuizen2024-12-141-1/+2
* shell: Fix '--export-manifest' for cached profiles and when '-p' is used.•••Fixes <https://issues.guix.gnu.org/55521>. * guix/scripts/shell.scm (export-manifest): When computing 'manifest', honor the 'profile key. * tests/guix-shell-export-manifest.sh: Add test. Ludovic Courtès2022-06-161-0/+11
* 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. Ludovic Courtès2022-06-011-0/+5
* tests: 'guix shell --export-manifest' test no longer needs networking.•••* tests/guix-shell-export-manifest.sh: Use '--with-input' rather than '--with-latest' as the latter would crash in the absence of network access. Ludovic Courtès2022-04-081-2/+3
* shell: Add '--export-manifest'.•••* guix/scripts/shell.scm (show-help, %options): Add '--export-manifest'. (manifest-entry-version-prefix, manifest->code*) (export-manifest): New procedures. (guix-shell): Honor '--export-manifest'. * tests/guix-shell-export-manifest.sh: New file. * Makefile.am (SH_TESTS): Add it. * doc/guix.texi (Invoking guix shell): Document '--export-manifest'. (Invoking guix environment): Link to it. (Invoking guix pack): Likewise. Ludovic Courtès2022-04-041-0/+84