aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/gnupg-simple-query-ignore-status-messages.patch
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-05-10 09:03:55 +0200
committerLudovic Courtès <ludo@gnu.org>2016-05-10 16:50:46 +0200
commit9ffe61b0ee38b0df88868706d5918e944a626cd9 (patch)
tree9a365dcaaed20f59616e393d58573926f40e52e0 /gnu/packages/patches/gnupg-simple-query-ignore-status-messages.patch
parenta8938c88580f071ce74146eef9258e3b1afe48a8 (diff)
downloadguix-9ffe61b0ee38b0df88868706d5918e944a626cd9.tar.gz
guix-9ffe61b0ee38b0df88868706d5918e944a626cd9.zip
gnu: python: Remove unnecessary installed tests.
* gnu/packages/python.scm (python-2)[arguments]: Add 'remove-tests' phase.
Diffstat (limited to 'gnu/packages/patches/gnupg-simple-query-ignore-status-messages.patch')
0 files changed, 0 insertions, 0 deletions
(deletePath): Add 'linkThreshold' and honor it. * nix/libstore/gc.cc (LocalStore::deleteGarbage): Pass 'linkThreshold' argument to 'deletePath', with a value of 2 when PATH is a store item and deduplication is on. Ludovic Courtès 2019-11-29daemon: 'pathExists' uses 'statx' when available....* nix/libutil/util.cc (pathExists) [HAVE_STATX]: New code. Ludovic Courtès 2019-11-27daemon: 'deletePath' uses 'statx' when available....* nix/libutil/util.cc (_deletePath) [HAVE_STATX]: Use 'statx'. Ludovic Courtès 2019-08-30daemon: Don't reply on 'st_blocks'....Ported by Ludovic Courtès <ludo@gnu.org> from <https://github.com/NixOS/nix/commit/a2c4fcd5e9782dc8d2998773380c7171ee53b813>. * nix/libstore/gc.cc (LocalStore::removeUnusedLinks): Use 'st.st_size' instead of 'st.st_blocks * 512'. * nix/libutil/util.cc (_deletePath): Likewise. Eelco Dolstra