forked from mirrors/nixpkgs
release: fix automake evaluation, broken in 5888f27c
This commit is contained in:
parent
9c4d656102
commit
07ab75205c
|
@ -22,8 +22,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
||||||
aterm25 = all;
|
aterm25 = all;
|
||||||
aterm28 = all;
|
aterm28 = all;
|
||||||
autoconf = all;
|
autoconf = all;
|
||||||
automake110x = all;
|
automake = all;
|
||||||
automake111x = all;
|
|
||||||
avahi = allBut "i686-cygwin"; # Cygwin builds fail
|
avahi = allBut "i686-cygwin"; # Cygwin builds fail
|
||||||
bash = all;
|
bash = all;
|
||||||
bashInteractive = all;
|
bashInteractive = all;
|
||||||
|
|
|
@ -48,8 +48,7 @@ let
|
||||||
atlas = linux;
|
atlas = linux;
|
||||||
audacious = linux;
|
audacious = linux;
|
||||||
autoconf = all;
|
autoconf = all;
|
||||||
automake110x = all;
|
automake = all;
|
||||||
automake111x = all;
|
|
||||||
avahi = allBut "i686-cygwin"; # Cygwin builds fail
|
avahi = allBut "i686-cygwin"; # Cygwin builds fail
|
||||||
bash = all;
|
bash = all;
|
||||||
bashInteractive = all;
|
bashInteractive = all;
|
||||||
|
|
Loading…
Reference in a new issue