* Fix / disable some packages that give evaluation errors in Hydra.

svn path=/nixpkgs/trunk/; revision=19833
This commit is contained in:
Eelco Dolstra 2010-02-05 14:13:25 +00:00
parent 874b4869a3
commit 631ea03875
7 changed files with 14 additions and 29 deletions

View file

@ -15,6 +15,6 @@ stdenv.mkDerivation {
homepage = http://nostatic.org/grip;
license = "GPLv2";
maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux;
#platforms = args.lib.platforms.linux;
};
}

View file

@ -1,13 +1,13 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "hello-2.3";
name = "hello-2.3x26";
src = fetchurl {
url = mirror://gnu/hello/hello-2.3.tar.bz2;
sha256 = "0c7vijq8y68bpr7g6dh1gny0bff8qq81vnp4ch8pjzvg56wb3js1";
};
meta = {
description = "A program that produces a familiar, friendly greeting";
longDescription = ''

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
inherit homepage;
description = "The Glasgow Haskell Compiler";
maintainers = [stdenv.lib.maintainers.marcweber];
platforms = stdenv.platforms.linux;
platforms = stdenv.lib.platforms.linux;
};

View file

@ -24,10 +24,7 @@ rec {
meta = {
description = "A physics-based game";
maintainers = [
a.lib.maintainers.raskin
];
platforms = with a.lib.platforms;
linux ++ darwin;
maintainers = [ a.lib.maintainers.raskin ];
platforms = a.lib.platforms.linux;
};
}

View file

@ -11,5 +11,5 @@ rec {
unix = linux ++ darwin ++ freebsd ++ openbsd;
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
allBut = platform: lists.filter (x: platform != x) all;
mesaPlatforms = linux ++ darwin ++ freebsd;
mesaPlatforms = linux;
}

View file

@ -369,7 +369,7 @@ rec {
license = "GPLv2+";
maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = python.meta.platforms;
platforms = stdenv.lib.platforms.linux;
};
});

View file

@ -67,7 +67,7 @@ let
else [];
/* Common platform groups on which to test packages. */
inherit (pkgs.lib.platforms) linux darwin cygwin allBut all;
inherit (pkgs.lib.platforms) linux darwin cygwin allBut all mesaPlatforms;
/* Platform groups for specific kinds of applications. */
x11Supported = linux;
@ -119,7 +119,7 @@ in {
cksfv = all;
classpath = linux;
cmake = all;
compiz = linux;
#compiz = linux;
consolekit = linux;
coreutils = all;
cpio = all;
@ -174,7 +174,7 @@ in {
ghostscriptX = linux;
gimp = linux;
git = linux;
gitFull = linux;
#gitFull = linux;
glibc = linux;
glibcLocales = linux;
glxinfo = linux;
@ -264,7 +264,7 @@ in {
mcron = linux;
mdadm = linux;
mercurial = allBut "i686-cygwin";
mesa = linux ++ darwin;
mesa = mesaPlatforms;
midori = linux;
mingetty = linux;
mk = linux;
@ -322,7 +322,7 @@ in {
python = allBut "i686-cygwin";
pythonFull = linux;
sbcl = all;
qt3 = allBut "i686-cygwin";
qt3 = linux;
qt4 = linux;
qt45 = linux;
qt46 = linux;
@ -408,7 +408,7 @@ in {
wireshark = linux;
wirelesstools = linux;
wpa_supplicant = linux;
wxGTK = all;
wxGTK = linux;
x11_ssh_askpass = linux;
xchm = linux;
xfig = x11Supported;
@ -472,10 +472,6 @@ in {
gtk = linux;
};
haskellPackages_ghc683 = {
ghc = ghcSupported;
};
haskellPackages_ghc6102 = {
ghc = ghcSupported;
};
@ -570,14 +566,6 @@ in {
kernel = linux;
};
kernelPackages_2_6_31_zen = {
kernel = linux;
};
kernelPackages_2_6_31_zen_bfs = {
kernel = linux;
};
kernelPackages_2_6_32 = {
aufs = linux;
kernel = linux;