Skip to content

Commit

Permalink
{,python31{1,2}Packages}.hydra-check: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Dec 17, 2024
1 parent 7dd7251 commit 2307b8f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 49 deletions.
45 changes: 0 additions & 45 deletions pkgs/development/python-modules/hydra-check/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9489,8 +9489,6 @@ with pkgs;

hydra = callPackage ../by-name/hy/hydra/package.nix { nix = nixVersions.nix_2_24; };

hydra-check = with python3.pkgs; toPythonApplication hydra-check;

icu-versions = callPackages ../development/libraries/icu { };
inherit (icu-versions)
icu60
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ mapAliases ({
htmllaundry = throw "htmllaundry has been removed because it is abandoned"; # added 2024-06-04
HTSeq = htseq; # added 2023-02-19
hyperkitty = throw "Please use pkgs.mailmanPackages.hyperkitty"; # added 2022-04-29
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
ihatemoney = throw "ihatemoney was removed because it is no longer maintained downstream"; # added 2023-04-08
IMAPClient = imapclient; # added 2021-10-28
imdbpy = throw "imdbpy has been renamed to cinemagoer"; # added 2022-08-08
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6065,8 +6065,6 @@ self: super: with self; {

hydra-core = callPackage ../development/python-modules/hydra-core { };

hydra-check = callPackage ../development/python-modules/hydra-check { };

hydrawiser = callPackage ../development/python-modules/hydrawiser { };

hydrogram = callPackage ../development/python-modules/hydrogram { };
Expand Down

0 comments on commit 2307b8f

Please sign in to comment.