~ruther/guix-local

dfae21c8cc5d8bb8388c99c235efc04ebc3e4ef7 — Ludovic Courtès 13 years ago 2c957cd
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