Skip to content

Commit

Permalink
python312Packages.keyutils: drop
Browse files Browse the repository at this point in the history
The upstream repository has been archived.
  • Loading branch information
dotlambda committed Oct 4, 2024
1 parent 78389c5 commit b6e041c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
45 changes: 0 additions & 45 deletions pkgs/development/python-modules/keyutils/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ mapAliases ({
Kajiki = kajiki; # added 2023-02-19
keepkey_agent = keepkey-agent; # added 2024-01-06
Keras = keras; # added 2021-11-25
keyutils = throw "keyutils has been removed because the upstream repository was archived in 2022"; # added 2024-10-04
ldap = python-ldap; # added 2022-09-16
lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04
langchainplus-sdk = langsmith; # added 2023-08-01
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6745,10 +6745,6 @@ self: super: with self; {

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

keyutils = callPackage ../development/python-modules/keyutils {
inherit (pkgs) keyutils;
};

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

kicad = toPythonModule (pkgs.kicad.override {
Expand Down

0 comments on commit b6e041c

Please sign in to comment.