aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/sqlite.hh
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-01-27 16:28:13 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-01-27 16:33:28 +0100
commite99caf8a4c9d4d2ab6e0db568b915161d8a98d61 (patch)
treef4ce334d17088c080c154244c59597145ba331b1 /nix/libstore/sqlite.hh
parent5b959414e0f8da3ea988ae90ef10a3007982c571 (diff)
downloadguix-e99caf8a4c9d4d2ab6e0db568b915161d8a98d61.tar.gz
guix-e99caf8a4c9d4d2ab6e0db568b915161d8a98d61.zip
gnu: r-afex: Update to 0.26-0.
* gnu/packages/cran.scm (r-afex): Update to 0.26-0.
Diffstat (limited to 'nix/libstore/sqlite.hh')
0 files changed, 0 insertions, 0 deletions
l/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 2017-08-18nix: Remove unused function....* nix/libutil/util.hh: * nix/libutil/util.cc (decodeOctalEscaped): Remove unused and buggy function. Andy Wingo