gnutar: Depend on 'acl' only on Linux

I'm not sure why but the 'acl' dependency only exists in the
multiple-outputs branch...
This commit is contained in:
Tuomas Tynkkynen 2016-02-03 11:34:35 +02:00 committed by Vladimír Čunát
parent 54299b60c4
commit 1085701293

View file

@ -26,7 +26,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "info" ];
buildInputs = [ acl ]
buildInputs = [ ]
++ stdenv.lib.optional stdenv.isLinux acl
++ stdenv.lib.optional stdenv.isDarwin autoreconfHook;
# May have some issues with root compilation because the bootstrap tool