aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/solidity.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2023-08-18 11:02:53 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2023-08-18 11:02:53 +0200
commitd2cfa7a115c44d922edd40ba014ef8b86086cd7a (patch)
tree31fa2041d084dfa6094ab2a318d6bb53560dd68d /gnu/packages/solidity.scm
parent78f080e25bfc02abd9a8fa88c8ad8d5854f54743 (diff)
downloadguix-d2cfa7a115c44d922edd40ba014ef8b86086cd7a.tar.gz
guix-d2cfa7a115c44d922edd40ba014ef8b86086cd7a.zip
gnu: cl-nasdf: Update to 0.1.7.
* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.7. [arguments]: Remove trailing boolean. Co-authored-by: Artyom Bologov <mail@aartaka.me>
Diffstat (limited to 'gnu/packages/solidity.scm')
0 files changed, 0 insertions, 0 deletions
is a symlink or smaller than 'deduplicationMinSize'. * tests/derivations.scm ("identical files are deduplicated"): Produce files bigger than %DEDUPLICATION-MINIMUM-SIZE. * tests/nar.scm ("restore-file-set with directories (signed, valid)"): Likewise. * tests/store-deduplication.scm ("deduplicate, below %deduplication-minimum-size"): New test. ("deduplicate", "deduplicate, ENOSPC"): Produce files bigger than %DEDUPLICATION-MINIMUM-SIZE. * tests/store.scm ("substitute, deduplication"): Likewise. Ludovic Courtès 2021-06-18Start enabling substitutes from bordeaux.guix.gnu.org....In addition to substitutes from ci.guix.gnu.org. There are more changes that can be made in the future, but these changes seem like a good start. * config-daemon.ac (guix_substitute_urls): Add https://bordeaux.guix.gnu.org. * guix/scripts/substitute.scm (%default-substitute-urls): Add http://bordeaux.guix.gnu.org. * guix/store.scm (%default-substitute-urls): Add bordeaux.guix.gnu.org. * doc/guix.texi: Adjust accordingly. * doc/contributing.texi: Adjust accordingly. Christopher Baines