mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: asymptote: Add missing input.
* gnu/packages/plotutils.scm (asymptote)[inputs]: Add missing input for GUI.
This commit is contained in:
parent
add8d50911
commit
584e46b1e0
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ (define-public asymptote
|
|||
("libgc" ,libgc)
|
||||
("python" ,python)
|
||||
("python-cson" ,python-cson)
|
||||
("python-numpy" ,python-numpy)
|
||||
("python-pyqt" ,python-pyqt)
|
||||
("readline" ,readline)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue