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;
|
||||
aterm28 = all;
|
||||
autoconf = all;
|
||||
automake110x = all;
|
||||
automake111x = all;
|
||||
automake = all;
|
||||
avahi = allBut "i686-cygwin"; # Cygwin builds fail
|
||||
bash = all;
|
||||
bashInteractive = all;
|
||||
|
@ -48,8 +48,7 @@ let
|
||||
atlas = linux;
|
||||
audacious = linux;
|
||||
autoconf = all;
|
||||
automake110x = all;
|
||||
automake111x = all;
|
||||
automake = all;
|
||||
avahi = allBut "i686-cygwin"; # Cygwin builds fail
|
||||
bash = all;
|
||||
bashInteractive = all;
|
||||
|
Loading…
Reference in New Issue
Block a user