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.
1 files changed, 1 insertions(+), 4 deletions(-) M distro/base.scm
M distro/base.scm => distro/base.scm +1 -4
@@ 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