summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-03-17 12:29:34 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-03-17 12:29:34 +0000
commit3a59128510291c6edc011fd260f60e0b2a6f24e1 (patch)
tree2e01a04fe224e5cf5664ab93cb5a2d19a0f9b8df /pkgs/top-level/release.nix
parent6a07017f9e31b4567b0fdc064d85a940cee68cfd (diff)
downloadnixpkgs-3a59128510291c6edc011fd260f60e0b2a6f24e1.tar
nixpkgs-3a59128510291c6edc011fd260f60e0b2a6f24e1.tar.gz
nixpkgs-3a59128510291c6edc011fd260f60e0b2a6f24e1.tar.bz2
nixpkgs-3a59128510291c6edc011fd260f60e0b2a6f24e1.tar.lz
nixpkgs-3a59128510291c6edc011fd260f60e0b2a6f24e1.tar.xz
nixpkgs-3a59128510291c6edc011fd260f60e0b2a6f24e1.tar.zst
nixpkgs-3a59128510291c6edc011fd260f60e0b2a6f24e1.zip
Some packages fail on hydra and are better off being fixed one-after-one.
svn path=/nixpkgs/trunk/; revision=14572
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix47
1 files changed, 24 insertions, 23 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 2b7748daa4a..377d4ecf582 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -33,11 +33,11 @@ in {
   autoconf = all;
   avahi = allBut "i686-cygwin";  # Cygwin builds fail
   bash = all;
-  bazaar = all;
-  bitlbee = linux;
+  bazaar = linux; # first let sqlite3 work on darwin
+  bitlbee = linux; 
   boost = all;
   cdrkit = linux;
-  cedet = all;
+  cedet = linux;
   emacs22 = all;
   emacsUnicode = all;
   emms = linux;
@@ -46,19 +46,19 @@ in {
   firefox3 = linux;
   gcc = all;
   gdb = all;
-  ghostscript = all;
-  ghostscriptX = all;
+  ghostscript = linux;
+  ghostscriptX = linux;
   git = linux;
-  gnuplot = all;
+  gnuplot = allBut "i686-cygwin";
   gnuplotX = linux;
-  gnutls = all;
+  gnutls = linux;
   graphviz = all;
   guile = linux;  # tests fail on Cygwin
   guileLib = linux;
   hello = all;
   icecat3Xul = [ "i686-linux" ];
   idutils = all;
-  imagemagick = all;
+  imagemagick = allBut "i686-cygwin";
   inetutils = linux;
   inkscape = linux;
   jnettop = linux;
@@ -68,41 +68,42 @@ in {
   lout = linux;
   lsh = linux;
   manpages = all;
-  maxima = all;
-  mercurial = all;
+  maxima = linux;
+  mercurial = allBut "i686-cygwin";
   mesa = linux;
-  monotone = all;
-  mysql = all;
-  nano = all;
+  monotone = linux;
+  mysql = linux;
+  nano = allBut "i686-cygwin";
   nssmdns = linux;
   ntfs3g = linux;
   octave = linux;
   openoffice = linux;
-  openssh = all;
+  openssh = linux;
   pan = linux;
   perl = all;
   pidgin = linux;
   pltScheme = linux;
-  pmccabe = all;
+  pmccabe = linux;
   portmap = linux;
   postgresql = all;
-  python = all;
+  python = allBut "i686-cygwin";
   pythonFull = linux;
-  rubber = all;
+  rubber = allBut "i686-cygwin";
   ruby = all;
-  qt3 = all;
+  qt3 = allBut "i686-cygwin";
   qt4 = linux;
-  rsync = all;
-  sloccount = all;
+  rsync = linux;
+  sloccount = allBut "i686-cygwin";
+  sqlite3 = allBut "i686-cygwin";
   strace = linux;
   subversion = linux;
   tcpdump = linux;
   texinfo = all;
   texLive = linux;
   thunderbird = linux;
-  vimHugeX = all;
+  vimHugeX = linux;
   vlc = linux;
-  webkit = all;
+  webkit = linux;
   wine = ["i686-linux"];
   wirelesstools = linux;
   xlockmore = linux;
@@ -134,7 +135,7 @@ in {
   };
 
   kernelPackages_2_6_27 = {
-    aufs = linux;
+    # aufs = linux; # kernel seems to be too old for that package 
     kernel = linux;
   };