pythonPackages.pypugjs: init at 5.9.6

The Jade language was renamed to Pug, and this is the new Python package to
support it. It is also better maintained than pyjade.
This commit is contained in:
Ben Wolsieffer
2020-12-04 19:31:06 -05:00
parent 296793637b
commit d47d113004
2 changed files with 41 additions and 0 deletions
+2
View File
@@ -5414,6 +5414,8 @@ in {
pypubsub = callPackage ../development/python-modules/pypubsub { };
pypugjs = callPackage ../development/python-modules/pypugjs { };
pyqrcode = callPackage ../development/python-modules/pyqrcode { };
pyqt4 = callPackage ../development/python-modules/pyqt/4.x.nix { inherit (pkgs) pkgconfig; };