pakcs: Disable in Hydra because the build doesn't terminate

It appears to loop saying:

ERROR: load_files/2: No permission to load source `/tmp/nix-build-pakcs-1.10.0.drv-1/pakcs/lib/.curry/pakcs/Prelude.pl' (Non-module file already loaded into module prologbasics; trying to load into user)

http://hydra.nixos.org/build/4760096
This commit is contained in:
Eelco Dolstra 2013-04-26 11:09:13 +02:00
parent 472cb836d8
commit a5606a1d9a

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.informatik.uni-kiel.de/~pakcs/";
description = "an implementation of the multi-paradigm declarative language Curry";
description = "An implementation of the multi-paradigm declarative language Curry";
license = stdenv.lib.licenses.bsd3;
longDescription = ''
@ -77,6 +77,6 @@ stdenv.mkDerivation {
'';
maintainers = [ stdenv.lib.maintainers.kkallio ];
platforms = stdenv.lib.platforms.linux;
#platforms = stdenv.lib.platforms.linux;
};
}