aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-06-05 18:40:10 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-06-05 18:55:11 +0200
commita025d8fee6c8df1db750058d41f984103eb77978 (patch)
tree499748f3f1cb20c2ecdbf05ee5f44480a0e74c39 /gnu/installer/newt.scm
parent52e0a77a1b66e2ba5fa0dbac2f1dad35856d0586 (diff)
downloadguix-a025d8fee6c8df1db750058d41f984103eb77978.tar.gz
guix-a025d8fee6c8df1db750058d41f984103eb77978.zip
import/cran: Ensure current package is not among inputs.
* guix/import/cran.scm (cran-package-inputs): Remove the current package from the result.
Diffstat (limited to 'gnu/installer/newt.scm')
0 files changed, 0 insertions, 0 deletions
6f239964a72642ac56640b8ff490d5bfa673'>guix package: Honor the order of profiles when -p appears multiple times....* guix/scripts/package.scm (process-query): Reverse the order of PROFILES. * tests/guix-package-net.sh: Test it with '--search-paths'. Ludovic Courtès 2015-11-11guix package: '--search-paths' can report combined search paths....Partly fixes <http://bugs.gnu.org/20255>. * guix/scripts/package.scm (search-path-environment-variables): Change 'profile' to 'profiles'; expect it to be a list. (display-search-paths): Likewise. (%default-options): Remove 'profile' entry. (%options) <--profile>: Keep previous values associated with 'profile' in RESULT. (guix-package)[process-actions, process-query]: Handle the possible lack of 'profile' pair in OPTS. Ludovic Courtès 2015-05-20guix package: Add optional argument to --search-paths....* guix/scripts/package.scm (search-path-environment-variables): Add #:kind parameter. Pass it to 'environment-variable-definition'. (display-search-paths): Add #:kind parameter and pass it to 'search-path-environment-variables'. (%options): Add an optional parameter for "--search-paths". (guix-package)[process-query]: Handle it. * tests/guix-package-net.sh: Adjust existing test. * tests/guix-package.sh: Adjust existing tests and add new test. * doc/guix.texi (Invoking guix package): Document it. Ludovic Courtès 2015-04-08tests: Skip 'guix-package-net.sh' when prerequisites aren't met....* tests/guix-package-net.sh: Reinstate networking and shebang test that inadvertently vanished in commit 57b8623. Ludovic Courtès 2015-04-06tests: Move 'guix package' tests that require networking to a separate file....* tests/guix-package.sh (shebang_not_too_long): Remove. Move everything below "if [networking + shebang_not_too_long]" to... * tests/guix-package-net.sh: ... here. New file. * Makefile.am (SH_TESTS): Add it. Ludovic Courtès