libredwg: init at 0.10.1

This commit is contained in:
Thorsten Weber
2020-07-08 00:45:18 +02:00
committed by Jan Tojnar
parent 7587132c0a
commit 869dfc09c9
3 changed files with 50 additions and 0 deletions
+5
View File
@@ -4465,6 +4465,11 @@ in {
}));
libkeepass = callPackage ../development/python-modules/libkeepass { };
libredwg = toPythonModule (pkgs.libredwg.override {
enablePython = true;
inherit (self) python libxml2;
});
librepo = pipe pkgs.librepo [
toPythonModule