Merge branch 'staging', containing closure-size #7701

This commit is contained in:
Vladimír Čunát
2016-04-13 09:25:28 +02:00
882 changed files with 8958 additions and 2482 deletions
+6 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoreconfHook }:
{ stdenv, fetchurl, autoreconfHook, acl }:
stdenv.mkDerivation rec {
name = "gnutar-${version}";
@@ -24,7 +24,11 @@ stdenv.mkDerivation rec {
substituteInPlace src/system.c --replace '_(' 'N_('
'';
buildInputs = stdenv.lib.optional stdenv.isDarwin autoreconfHook;
outputs = [ "out" "info" ];
buildInputs = [ ]
++ stdenv.lib.optional stdenv.isLinux acl
++ stdenv.lib.optional stdenv.isDarwin autoreconfHook;
# May have some issues with root compilation because the bootstrap tool
# cannot be used as a login shell for now.
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
installPhase = ''
installBin unrar
install -Dt "$out/bin" unrar
mkdir -p $out/share/doc/unrar
cp acknow.txt license.txt \