hydra: remove entry from all-packages (#468932)

This commit is contained in:
Rick van Schijndel
2025-12-16 08:07:20 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+3 -1
View File
@@ -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 =
-2
View File
@@ -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