aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2023-08-11 14:22:44 +0200
committerJosselin Poiret <dev@jpoiret.xyz>2023-08-25 14:23:43 +0200
commit519c3b7803c48bfbb42053ab8edf7e052071be5f (patch)
treeed0f7fd23a458efe1315ff866181c35f06b4a025 /build-aux
parent1c916c167b7eb1f2f8af2cf621aa1512b00b1033 (diff)
downloadguix-519c3b7803c48bfbb42053ab8edf7e052071be5f.tar.gz
guix-519c3b7803c48bfbb42053ab8edf7e052071be5f.zip
tests: guix-shell: Use bash instead of user's $SHELL.
* tests/guix-shell.sh (fd_list): Use bash instead of $SHELL. Some other shells have trouble not opening too many fds. Also, bash in an implicit input of guix, so it should always be available.
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions
span>guix build: Move transformation options to (guix transformations).Ludovic Courtès * guix/transformations.scm: New file. * tests/scripts-build.scm: Rename to... * tests/transformations.scm: ... this. * Makefile.am (MODULES): Add 'guix/transformations.scm'. (SCM_TESTS): Adjust to rename. * guix/scripts/build.scm (numeric-extension?) (tarball-base-name, <downloaded-file>, download-to-store*) (compile-downloaded-file, package-with-source) (transform-package-source, evaluate-replacement-specs) (transform-package-inputs, transform-package-inputs/graft) (%not-equal, package-git-url, evaluate-git-replacement-specs) (transform-package-source-branch, transform-package-source-commit) (transform-package-source-git-url, package-dependents/spec) (package-toolchain-rewriting, transform-package-toolchain) (transform-package-with-debug-info, transform-package-tests) (%transformations, transformation-procedure, %transformation-options) (show-transformation-options-help, options->transformation) (package-transformations): Move to (guix transformations). * guix/scripts/environment.scm: Adjust accordingly. * guix/scripts/graph.scm: Likewise. * guix/scripts/install.scm: Likewise. * guix/scripts/pack.scm: Likewise. * guix/scripts/package.scm: Likewise. * guix/scripts/upgrade.scm: Likewise. * po/guix/POTFILES.in: Add 'guix/transformations.scm'.