3
0
Fork 0
forked from mirrors/nixpkgs

* 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; homepage = http://nostatic.org/grip;
license = "GPLv2"; license = "GPLv2";
maintainers = [args.lib.maintainers.marcweber]; maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux; #platforms = args.lib.platforms.linux;
}; };
} }

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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