Merge pull request #112403 from fabaff/libpurecool

This commit is contained in:
Sandro
2021-02-08 20:24:58 +01:00
committed by GitHub
3 changed files with 50 additions and 1 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;