From: Tobias Geerinckx-Rice Date: Thu, 12 Dec 2019 02:15:37 +0100 Subject: gnu: jfsutils: Include sys/types.h. Copied verbatim[0] from the Debian package. [0]: https://sources.debian.org/patches/jfsutils/1.1.15-4/missing-includes.diff Description: Add missing include to fix FTBFS with eglibc 2.17 Origin: vendor, http://patches.ubuntu.com/j/jfsutils/jfsutils_1.1.15-2ubuntu1.patch Bug-Debian: http://bugs.debian.org/701433 Last-Update: 2013-07-05 Index: b/fscklog/extract.c =================================================================== --- a/fscklog/extract.c 2006-06-05 19:31:40.000000000 +0000 +++ b/fscklog/extract.c 2013-04-02 07:13:08.737654963 +0000 @@ -28,6 +28,7 @@ #include #include #include +#include #include "devices.h" #include "diskmap.h" ed'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-11install: Discover local substitute servers.Mathieu Othacehe
* gnu/installer/substitutes.scm: New file. * gnu/installer/newt/substitutes.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add them. * po/guix/POTFILES.in: Add gnu/installer/newt/substitutes.scm. * gnu/installer/proxy.scm (with-silent-shepherd): Move to ... * gnu/installer/utils.scm: ... here. * gnu/installer/record.scm (<installer>)[substitutes-page]: New field. * gnu/installer/newt.scm (substitutes-page): New procedure, (newt-installer): register it. * gnu/installer.scm (installer-steps): Add "substitutes-page" step. * gnu/system/install.scm (%installation-services): Add avahi-service-type and enable substitute server discover in guix-service-type. [<name-service-switch>]: Set it to %mdns-host-lookup-nss.