Hydra: Comment out for now.

svn path=/nixpkgs/trunk/; revision=30659
This commit is contained in:
Ludovic Courtès 2011-12-01 22:43:10 +00:00
parent 95c759a536
commit 6aa48df3d2

View File

@ -841,9 +841,12 @@ let
httpfs2 = callPackage ../tools/filesystems/httpfs { };
hydra = callPackage ../development/tools/misc/hydra {
nix = nixUnstable;
};
# FIXME: This Hydra snapshot is outdated and depends on the `nixPerl',
# which no longer exists.
#
# hydra = callPackage ../development/tools/misc/hydra {
# nix = nixUnstable;
# };
iasl = callPackage ../development/compilers/iasl { };