pythonPackages: remove nghttp2 package
In 1.52.0 removed deprecated python bindings.
This commit is contained in:
parent
830db0d715
commit
c5e85ef0f1
@ -173,6 +173,7 @@ mapAliases ({
|
||||
mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
|
||||
mutmut = throw "mutmut has been promoted to a top-level attribute"; # added 2022-10-02
|
||||
net2grid = gridnet; # add 2022-04-22
|
||||
nghttp2 = throw "in 1.52.0 removed deprecated python bindings."; # added 2023-06-08
|
||||
nose-cover3 = throw "nose-cover3 has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-02-16
|
||||
nose_progressive = throw "nose_progressive has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; #added 2023-02-21
|
||||
notifymuch = throw "notifymuch has been promoted to a top-level attribute"; # added 2022-10-02
|
||||
|
@ -6721,13 +6721,6 @@ self: super: with self; {
|
||||
withPython = true;
|
||||
});
|
||||
|
||||
nghttp2 = (toPythonModule (pkgs.nghttp2.override {
|
||||
python3Packages = self;
|
||||
inherit (pkgs) ncurses;
|
||||
enableApp = false; # build only libnghttp2 ...
|
||||
enablePython = true; # ... and its Python bindings
|
||||
})).python;
|
||||
|
||||
niaaml = callPackage ../development/python-modules/niaaml { };
|
||||
|
||||
nianet = callPackage ../development/python-modules/nianet { };
|
||||
|
Loading…
Reference in New Issue
Block a user