From dfae21c8cc5d8bb8388c99c235efc04ebc3e4ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 22 Aug 2012 17:24:38 +0200 Subject: [PATCH] distro: coreutils: Remove erroneous hack. * distro/base.scm (coreutils)[arguments]: Remove "FORCE_UNSAFE_CONFIGURE" setting, since in fact, this is no problem when using Nix with separate build users. --- distro/base.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/distro/base.scm b/distro/base.scm index e799161512..98872a1670 100644 --- a/distro/base.scm +++ b/distro/base.scm @@ -356,10 +356,7 @@ The tools supplied with this package are: (build-system gnu-build-system) (inputs `()) ; TODO: optional deps: SELinux, ACL, GMP (arguments - '(;; In the chroot, `./configure' thinks it's running as root. - #:configure-flags '("FORCE_UNSAFE_CONFIGURE=1") - - ;; Perl is missing, and some tests are failing. + '(;; Perl is missing, and some tests are failing. #:tests? #f)) (description "The basic file, shell and text manipulation utilities of the GNU