release: fix automake evaluation, broken in 5888f27c

This commit is contained in:
Vladimír Čunát 2014-02-02 12:09:58 +01:00
parent 9c4d656102
commit 07ab75205c
2 changed files with 2 additions and 4 deletions

View file

@ -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;

View file

@ -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;