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.
This commit is contained in:
Ludovic Courtès 2012-08-22 17:24:38 +02:00
parent 2c957cd244
commit dfae21c8cc
1 changed files with 1 additions and 4 deletions

View File

@ -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