File tree Expand file tree Collapse file tree 4 files changed +1
-49
lines changed
development/python-modules/hydra-check Expand file tree Collapse file tree 4 files changed +1
-49
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9489,8 +9489,6 @@ with pkgs;
94899489
94909490 hydra = callPackage ../by-name/hy/hydra/package.nix { nix = nixVersions.nix_2_24; };
94919491
9492- hydra-check = with python3.pkgs; toPythonApplication hydra-check;
9493-
94949492 icu-versions = callPackages ../development/libraries/icu { };
94959493 inherit (icu-versions)
94969494 icu60
Original file line number Diff line number Diff line change @@ -274,6 +274,7 @@ mapAliases ({
274274 htmllaundry = throw "htmllaundry has been removed because it is abandoned" ; # added 2024-06-04
275275 HTSeq = htseq ; # added 2023-02-19
276276 hyperkitty = throw "Please use pkgs.mailmanPackages.hyperkitty" ; # added 2022-04-29
277+ hydra-check = throw "The Python package hydra-check was removed in favor of the top-level rust based pkgs.hydra-check" ; # added 2022-04-29
277278 ihatemoney = throw "ihatemoney was removed because it is no longer maintained downstream" ; # added 2023-04-08
278279 IMAPClient = imapclient ; # added 2021-10-28
279280 imdbpy = throw "imdbpy has been renamed to cinemagoer" ; # added 2022-08-08
Original file line number Diff line number Diff line change @@ -6065,8 +6065,6 @@ self: super: with self; {
60656065
60666066 hydra-core = callPackage ../development/python-modules/hydra-core { };
60676067
6068- hydra-check = callPackage ../development/python-modules/hydra-check { };
6069-
60706068 hydrawiser = callPackage ../development/python-modules/hydrawiser { };
60716069
60726070 hydrogram = callPackage ../development/python-modules/hydrogram { };
You can’t perform that action at this time.
0 commit comments