aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/uucp.scm
diff options
context:
space:
mode:
authorFabian Harfert <fhmgufs@web.de>2016-02-10 00:00:21 +0100
committerEfraim Flashner <efraim@flashner.co.il>2016-02-17 12:14:02 +0200
commitcbfe494dd79d31746e0df2bef5ec0c99d48a1f47 (patch)
tree7e79117a2be237fefce597e9c81620986c531a69 /gnu/packages/uucp.scm
parentbb2fe79e6e205aa83bc5a94a77e61267b342dccf (diff)
downloadguix-cbfe494dd79d31746e0df2bef5ec0c99d48a1f47.tar.gz
guix-cbfe494dd79d31746e0df2bef5ec0c99d48a1f47.zip
gnu: Add mate-themes.
* gnu/packages/mate.scm (mate-themes): New variable.
Diffstat (limited to 'gnu/packages/uucp.scm')
0 files changed, 0 insertions, 0 deletions
ze. * nix/libstore/local-store.hh (deduplicationMinSize): New declaration. * nix/libstore/optimise-store.cc (deduplicationMinSize): New variable. (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