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:
parent
2c957cd244
commit
dfae21c8cc
|
@ -356,10 +356,7 @@ The tools supplied with this package are:
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `()) ; TODO: optional deps: SELinux, ACL, GMP
|
(inputs `()) ; TODO: optional deps: SELinux, ACL, GMP
|
||||||
(arguments
|
(arguments
|
||||||
'(;; In the chroot, `./configure' thinks it's running as root.
|
'(;; Perl is missing, and some tests are failing.
|
||||||
#:configure-flags '("FORCE_UNSAFE_CONFIGURE=1")
|
|
||||||
|
|
||||||
;; Perl is missing, and some tests are failing.
|
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(description
|
(description
|
||||||
"The basic file, shell and text manipulation utilities of the GNU
|
"The basic file, shell and text manipulation utilities of the GNU
|
||||||
|
|
Loading…
Reference in New Issue