gnutar root build: Nix on Illumos doesn't support build users yet.

This commit is contained in:
Danny Wilson 2013-02-28 16:28:14 +01:00
parent 99a14f378c
commit fe3a8b6859

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
# May have some issues with root compilation because the bootstrap tool # May have some issues with root compilation because the bootstrap tool
# cannot be used as a login shell for now. # cannot be used as a login shell for now.
FORCE_UNSAFE_CONFIGURE = stdenv.lib.optionalString (stdenv.system == "armv7l-linux") "1"; FORCE_UNSAFE_CONFIGURE = stdenv.lib.optionalString (stdenv.system == "armv7l-linux" || stdenv.isSunOS) "1";
meta = { meta = {
homepage = http://www.gnu.org/software/tar/; homepage = http://www.gnu.org/software/tar/;