zlib, bash: mass-rebuild cleanup

wip/yesman
Vladimír Čunát 8 years ago
parent a5cf243134
commit c7377b0e4a
  1. 3
      pkgs/development/libraries/zlib/default.nix
  2. 4
      pkgs/shells/bash/default.nix

@ -64,9 +64,6 @@ stdenv.mkDerivation rec {
makeFlags = [ "RANLIB=${stdenv.cross.config}-ranlib" ];
};
# CYGXXX: This is not needed anymore and non-functional, but left not to trigger rebuilds
cygwinConfigureEnableShared = if (!stdenv.isCygwin) then true else null;
passthru.version = version;
meta = with stdenv.lib; {

@ -21,9 +21,7 @@ stdenv.mkDerivation rec {
inherit sha256;
};
outputs = if (!interactive) # conditional to avoid mass rebuild ATM
then [ "out" "doc" ]
else [ "out" "doc" "info" ];
outputs = [ "out" "doc" "info" ];
# the man pages are small and useful enough
outputMan = if interactive then "out" else null;

Loading…
Cancel
Save