mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
pythonPackages: remove nghttp2 package
In 1.52.0 removed deprecated python bindings.
This commit is contained in:
parent
830db0d715
commit
c5e85ef0f1
2 changed files with 1 additions and 7 deletions
|
@ -173,6 +173,7 @@ mapAliases ({
|
||||||
mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
|
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
|
mutmut = throw "mutmut has been promoted to a top-level attribute"; # added 2022-10-02
|
||||||
net2grid = gridnet; # add 2022-04-22
|
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-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
|
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
|
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;
|
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 { };
|
niaaml = callPackage ../development/python-modules/niaaml { };
|
||||||
|
|
||||||
nianet = callPackage ../development/python-modules/nianet { };
|
nianet = callPackage ../development/python-modules/nianet { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue