python3Packages.libpurecool: init at 0.6.4

This commit is contained in:
Fabian Affolter
2021-02-08 17:10:25 +01:00
parent 93498b1526
commit 0a9719675a
2 changed files with 49 additions and 0 deletions
+2
View File
@@ -3660,6 +3660,8 @@ in {
inherit python;
})).py;
libpurecool = callPackage ../development/python-modules/libpurecool { };
libredwg = toPythonModule (pkgs.libredwg.override {
enablePython = true;
inherit (self) python libxml2;