* 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
+1 -1
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;
};