python3Packages.nexia: init at 0.9.6

This commit is contained in:
Fabian Affolter
2021-04-11 15:41:07 +02:00
parent 089908b9db
commit a9dc1be62f
2 changed files with 45 additions and 0 deletions
+2
View File
@@ -4608,6 +4608,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;