Merge pull request #119139 from fabaff/nexia

python3Packages.nexia: init at 0.9.6
This commit is contained in:
Sandro
2021-04-12 01:21:11 +02:00
committed by GitHub
2 changed files with 45 additions and 0 deletions
+2
View File
@@ -4622,6 +4622,8 @@ in {
nevow = callPackage ../development/python-modules/nevow { };
nexia = callPackage ../development/python-modules/nexia { };
nghttp2 = (toPythonModule (pkgs.nghttp2.override {
inherit (self) python cython setuptools;
inherit (pkgs) ncurses;