zlib, bash: mass-rebuild cleanup

This commit is contained in:
Vladimír Čunát
2016-04-25 17:12:49 +02:00
parent a5cf243134
commit c7377b0e4a
2 changed files with 1 additions and 6 deletions
@@ -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; {