mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
zlib, bash: mass-rebuild cleanup
This commit is contained in:
parent
a5cf243134
commit
c7377b0e4a
@ -64,9 +64,6 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = [ "RANLIB=${stdenv.cross.config}-ranlib" ];
|
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;
|
passthru.version = version;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -21,9 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = if (!interactive) # conditional to avoid mass rebuild ATM
|
outputs = [ "out" "doc" "info" ];
|
||||||
then [ "out" "doc" ]
|
|
||||||
else [ "out" "doc" "info" ];
|
|
||||||
|
|
||||||
# the man pages are small and useful enough
|
# the man pages are small and useful enough
|
||||||
outputMan = if interactive then "out" else null;
|
outputMan = if interactive then "out" else null;
|
||||||
|
Loading…
Reference in New Issue
Block a user