diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-08-22 17:24:38 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-08-23 00:17:14 +0200 |
| commit | dfae21c8cc5d8bb8388c99c235efc04ebc3e4ef7 (patch) | |
| tree | 96aded5a28299dfd6453c113305ce128148670b1 /distro | |
| parent | 2c957cd2441ec8a49aaf2dc8a8201a46e5000bea (diff) | |
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.
Diffstat (limited to 'distro')
| -rw-r--r-- | distro/base.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distro/base.scm b/distro/base.scm index e79916151..98872a167 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 |