diff options
author | Jacob Hrbek <kreyren@rixotstudio.cz> | 2021-12-31 09:26:43 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-12-31 11:08:00 +0100 |
commit | b7078d5d49d72cb5e5356d698b99540612b4d6c4 (patch) | |
tree | 6bd4db9bfd0a6b750b209c047e98fcc78a019435 | |
parent | 9708681f1a9f221ae6cad64625ba8309b6742653 (diff) | |
download | guix-b7078d5d49d72cb5e5356d698b99540612b4d6c4.tar guix-b7078d5d49d72cb5e5356d698b99540612b4d6c4.tar.gz |
FreeCAD: Add python-ply to inputs.
* gnu/packages/engineering.scm (freecad)[inputs]: Add python-ply.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r-- | gnu/packages/engineering.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index cdc720d396..36ae757175 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2472,6 +2472,7 @@ comments."))) python-gitpython python-matplotlib python-pivy + python-ply python-pyside-2 python-pyyaml python-shiboken-2 |