aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/linux.scm
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2024-09-05 10:22:45 +0400
committerAndrew Tropin <andrew@trop.in>2024-09-05 10:22:45 +0400
commit0b95de9b3bad19da20cb034ca2bc245c2b48cf00 (patch)
tree32d12d94e933e242a88b8236ad020e5e28d88fb3 /gnu/services/linux.scm
parentcb7de07a51f22e3c91eef5c57f47356ebf1500a3 (diff)
downloadguix-0b95de9b3bad19da20cb034ca2bc245c2b48cf00.tar.gz
guix-0b95de9b3bad19da20cb034ca2bc245c2b48cf00.zip
gnu: libcamera: Remove stale boost dependency.
* gnu/packages/networking.scm (libcamera)[inputs]: Boost is not needed anymore, remove it. Change-Id: Idd4ce931036298b71e6414a76df37365341ae47d
Diffstat (limited to 'gnu/services/linux.scm')
0 files changed, 0 insertions, 0 deletions
e='2019-11-27 00:03:03 +0100'>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