Skip to content

Commit 2307b8f

Browse files
committed
{,python31{1,2}Packages}.hydra-check: remove
1 parent 7dd7251 commit 2307b8f

File tree

4 files changed

+1
-49
lines changed

4 files changed

+1
-49
lines changed

pkgs/development/python-modules/hydra-check/default.nix

Lines changed: 0 additions & 45 deletions
This file was deleted.

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pkgs/top-level/python-aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 { };

0 commit comments

Comments
 (0)