lol

gnutar: fix cross compilation on darwin

+2 -3
+2 -3
pkgs/tools/archivers/gnutar/default.nix
··· 30 30 31 31 outputs = [ "out" "info" ]; 32 32 33 - buildInputs = [ ] 34 - ++ lib.optional stdenv.isLinux acl 35 - ++ lib.optional stdenv.isDarwin autoreconfHook; 33 + nativeBuildInputs = lib.optional stdenv.isDarwin autoreconfHook; 34 + buildInputs = lib.optional stdenv.isLinux acl; 36 35 37 36 # May have some issues with root compilation because the bootstrap tool 38 37 # cannot be used as a login shell for now.