gnu: toutenclic: Add missing input.
* gnu/packages/education.scm (toutenclic)[native-inputs]: Add UNZIP.
This commit is contained in:
parent
3ee51d616c
commit
5359b601cd
1 changed files with 4 additions and 1 deletions
|
@ -386,7 +386,10 @@ to open the application in a web browser, for offline usage.")
|
||||||
Type=Application~%"
|
Type=Application~%"
|
||||||
out)))
|
out)))
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs `(("python-pyqt" ,python-pyqt)))
|
(native-inputs
|
||||||
|
`(("unzip" ,unzip)))
|
||||||
|
(inputs
|
||||||
|
`(("python-pyqt" ,python-pyqt)))
|
||||||
(synopsis "School tools for physically disabled children")
|
(synopsis "School tools for physically disabled children")
|
||||||
(description "ToutEnClic is intended to facilitate the schooling
|
(description "ToutEnClic is intended to facilitate the schooling
|
||||||
of physically disabled children in ordinary schools. It is both
|
of physically disabled children in ordinary schools. It is both
|
||||||
|
|
Reference in a new issue