aboutsummaryrefslogtreecommitdiff
path: root/build-aux/update-guix-package.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-08-30 23:28:18 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-08-30 23:29:56 +0200
commit8b74fbd2e70943e2952587b495df5d4d9de1dd59 (patch)
tree748e9d758fc4838e286f50d86462cc386f7ee6c3 /build-aux/update-guix-package.scm
parentbe0c1d7bff8c73f5ccf56a80824613d3f9d61cbb (diff)
downloadguix-8b74fbd2e70943e2952587b495df5d4d9de1dd59.tar.gz
guix-8b74fbd2e70943e2952587b495df5d4d9de1dd59.zip
gnu: r-maptools: Update to 1.0-2.
* gnu/packages/cran.scm (r-maptools): Update to 1.0-2.
Diffstat (limited to 'build-aux/update-guix-package.scm')
0 files changed, 0 insertions, 0 deletions
able. (LocalStore::optimisePath_): Return when PATH 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