pythonPackages.yattag: init at 1.10.1 (#51056)

* pythonPackages.yattag: init at 1.10.1

* pythonPackages.yattag: add license
This commit is contained in:
ryan4729
2018-11-26 03:09:56 +01:00
committed by Maximilian Bosch
parent bff473b034
commit 5095c08374
2 changed files with 19 additions and 0 deletions
+2
View File
@@ -4980,6 +4980,8 @@ in {
simpy = callPackage ../development/python-modules/simpy { };
yattag = callPackage ../development/python-modules/yattag { };
z3 = (toPythonModule (pkgs.z3.override {
inherit python;
})).python;