mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
Hydra: Comment out for now.
svn path=/nixpkgs/trunk/; revision=30659
This commit is contained in:
parent
95c759a536
commit
6aa48df3d2
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue