guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit a1bc6af122b32d43138dea768c5ca1e7b578f078 Author: Zheng Junjie <[email protected]> AuthorDate: Sat Jun 20 02:10:09 2026 +0800 fixup! gnu: glibc: Improve style. --- gnu/packages/make-bootstrap.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 075111187f..019f787065 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -84,9 +84,9 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." ((#:configure-flags flags) ;; Arrange so that getaddrinfo & co. do not contact the nscd, ;; and can use statically-linked NSS modules. - `(cons* "--disable-nscd" "--disable-build-nscd" - "--enable-static-nss" - ,flags)))) + #~(cons* "--disable-nscd" "--disable-build-nscd" + "--enable-static-nss" + #$flags)))) ;; Remove the 'debug' output to allow bit-reproducible builds (when the ;; 'debug' output is used, ELF files end up with a .gnu_debuglink, which
