hydra: remove entry from all-packages (#468932)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
nix,
|
||||
nixVersions,
|
||||
perlPackages,
|
||||
buildEnv,
|
||||
makeWrapper,
|
||||
@@ -50,6 +50,8 @@
|
||||
}:
|
||||
|
||||
let
|
||||
nix = nixVersions.nix_2_32;
|
||||
|
||||
perlDeps = buildEnv {
|
||||
name = "hydra-perl-deps";
|
||||
paths =
|
||||
|
||||
@@ -7305,8 +7305,6 @@ with pkgs;
|
||||
hunspell.withDicts
|
||||
(_: dicts);
|
||||
|
||||
hydra = callPackage ../by-name/hy/hydra/package.nix { nix = nixVersions.nix_2_32; };
|
||||
|
||||
icu-versions = callPackages ../development/libraries/icu { };
|
||||
inherit (icu-versions)
|
||||
icu60
|
||||
|
||||
Reference in New Issue
Block a user