aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/mapped-devices.scm
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2024-09-07 11:51:27 +0200
committerLudovic Courtès <ludo@gnu.org>2024-09-12 19:10:03 +0200
commit80ba4b8ecb18aa1cfaade39ca5f2bb1173ddddd0 (patch)
treed9207cea6315daed477bfadd1073457cf3a9591b /gnu/system/mapped-devices.scm
parent8cb2ef0b89b1c821b10744a3b11d99a954bcb6c4 (diff)
downloadguix-80ba4b8ecb18aa1cfaade39ca5f2bb1173ddddd0.tar.gz
guix-80ba4b8ecb18aa1cfaade39ca5f2bb1173ddddd0.zip
gnu: Add clojure-data-priority-map.
* gnu/packages/clojure.scm (clojure-data-priority-map): New variable.
Diffstat (limited to 'gnu/system/mapped-devices.scm')
0 files changed, 0 insertions, 0 deletions
title='2020-10-02 09:43:05 +0200'>2020-10-02tests: Adjust to recent changes to the 'emacs' package.Ludovic Courtès Test regression introduced in f88fea0eaa5796303790450ee4543a6d7e61a06e. * tests/guix-package.sh: Add minor and patch levels in the version numbers of 'emacs-foo-bar' and 'emacs-foo-bar-patched'. 2020-09-28tests: Simplify shell exit status negation;Eric Bavier * tests/guix-archive.sh, tests/guix-build-branch.sh, tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh, tests/guix-environment.sh, tests/guix-gc.sh, tests/guix-git-authenticate.sh, tests/guix-graph.sh, tests/guix-hash.sh, tests/guix-lint.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' 2020-03-25tests: Adjust to 'show-manifest-transaction' changes.Ludovic Courtès This is a followup to 3e5ab0a7a9399bb098b9ced46bf3cbf4085c6bab. * tests/ui.scm ("show-manifest-transaction"): Update regexp. * tests/guix-package.sh: Adjust Emacs regexp in --with-source test.