summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-02-02 12:09:58 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-02-02 12:09:58 +0100
commit07ab75205c8e2bd80258d5dc31e4f7c3dcb3c4cc (patch)
tree1f2e8d9714e9398320c85782f2cfc65439b679f4 /pkgs/top-level/release-small.nix
parent9c4d6561029aebd8e7ad96f24e256d0de7ae8097 (diff)
downloadnixlib-07ab75205c8e2bd80258d5dc31e4f7c3dcb3c4cc.tar
nixlib-07ab75205c8e2bd80258d5dc31e4f7c3dcb3c4cc.tar.gz
nixlib-07ab75205c8e2bd80258d5dc31e4f7c3dcb3c4cc.tar.bz2
nixlib-07ab75205c8e2bd80258d5dc31e4f7c3dcb3c4cc.tar.lz
nixlib-07ab75205c8e2bd80258d5dc31e4f7c3dcb3c4cc.tar.xz
nixlib-07ab75205c8e2bd80258d5dc31e4f7c3dcb3c4cc.tar.zst
nixlib-07ab75205c8e2bd80258d5dc31e4f7c3dcb3c4cc.zip
release: fix automake evaluation, broken in 5888f27c
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 14812b3e8112..df0480bf82cb 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -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;