aboutsummaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-09-13 15:37:56 +0300
committerEfraim Flashner <efraim@flashner.co.il>2019-09-13 15:39:43 +0300
commitf0e149752a76b453b197b39c88e4ffc9ac5f52fa (patch)
tree9730f8fb2feaaf6151a4b88473f6a65c01600bd3 /.mailmap
parent8ebd56ea75768cf7acda877bd294ff0dd3a1809d (diff)
downloadguix-f0e149752a76b453b197b39c88e4ffc9ac5f52fa.tar.gz
guix-f0e149752a76b453b197b39c88e4ffc9ac5f52fa.zip
gnu: shellutils.scm: Sort module inputs.
* gnu/packages/shellutils.scm: Sort module inputs alphabetically.
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions
int.sh, tests/guix-pack-relocatable.sh, tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh, tests/guix-package.sh: Use the shell '!' keyword to negate command exit status in place of 'if ...; then false; else true; fi' Eric Bavier 2020-05-23guix package: Support multiple profiles with '--list-installed'....* guix/scripts/package.scm (process-query): List installed multiple profiles. * tests/guix-package-net.sh: Test it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun