summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-08-09 12:28:16 +0200
committerLuca Bruno <lucabru@src.gnome.org>2014-08-09 12:31:33 +0200
commitb331ae33d7c35fdda5cfa0ede0fc0f21f1b6224c (patch)
tree06d650bed07c96c115a630ebe517a257dc6e1bc2 /pkgs/top-level/release.nix
parent9300470b5ec507806a30e3de8edd3a695ac585fa (diff)
downloadnixpkgs-b331ae33d7c35fdda5cfa0ede0fc0f21f1b6224c.tar
nixpkgs-b331ae33d7c35fdda5cfa0ede0fc0f21f1b6224c.tar.gz
nixpkgs-b331ae33d7c35fdda5cfa0ede0fc0f21f1b6224c.tar.bz2
nixpkgs-b331ae33d7c35fdda5cfa0ede0fc0f21f1b6224c.tar.lz
nixpkgs-b331ae33d7c35fdda5cfa0ede0fc0f21f1b6224c.tar.xz
nixpkgs-b331ae33d7c35fdda5cfa0ede0fc0f21f1b6224c.tar.zst
nixpkgs-b331ae33d7c35fdda5cfa0ede0fc0f21f1b6224c.zip
Make platforms.allBut accept a list rather than a single platform
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 799b01c467c..da560b6997f 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -53,7 +53,7 @@ let
       audacious = linux;
       autoconf = all;
       automake = all;
-      avahi = allBut "i686-cygwin";  # Cygwin builds fail
+      avahi = allBut cygwin;  # Cygwin builds fail
       bash = all;
       bashInteractive = all;
       bazaar = linux; # first let sqlite3 work on darwin
@@ -133,7 +133,7 @@ let
       gnumake = all;
       gnupatch = all;
       gnupg = linux;
-      gnuplot = allBut "i686-cygwin";
+      gnuplot = allBut cygwin;
       gnused = all;
       gnutar = all;
       gnutls = linux;
@@ -211,7 +211,7 @@ let
       mysql = linux;
       mysql51 = linux;
       mysql55 = linux;
-      nano = allBut "i686-cygwin";
+      nano = allBut cygwin;
       ncat = linux;
       netcat = all;
       nfsUtils = linux;
@@ -244,7 +244,7 @@ let
       pthreadmanpages = linux;
       pygtk = linux;
       pyqt4 = linux;
-      python = allBut "i686-cygwin";
+      python = allBut cygwin;
       pythonFull = linux;
       sbcl = linux;
       qt3 = linux;
@@ -255,7 +255,7 @@ let
       rogue = all;
       rpm = linux;
       rsync = linux;
-      rubber = allBut "i686-cygwin";
+      rubber = allBut cygwin;
       ruby = all;
       rxvt_unicode = linux;
       screen = linux ++ darwin;
@@ -265,10 +265,10 @@ let
       sgtpuzzles = linux;
       sharutils = all;
       slim = linux;
-      sloccount = allBut "i686-cygwin";
+      sloccount = allBut cygwin;
       smartmontools = linux;
       spidermonkey = linux;
-      sqlite = allBut "i686-cygwin";
+      sqlite = allBut cygwin;
       squid = linux;
       ssmtp = linux;
       stdenv = prio 175 all;