guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: toutenclic: Add missing input.


From: guix-commits
Subject: 01/02: gnu: toutenclic: Add missing input.
Date: Tue, 2 Jun 2020 14:44:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5359b601cd19eab96205e8eabca902ec8a47db18
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 2 14:44:11 2020 +0200

    gnu: toutenclic: Add missing input.
    
    * gnu/packages/education.scm (toutenclic)[native-inputs]: Add UNZIP.
---
 gnu/packages/education.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 550925d..ab02d1b 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -386,7 +386,10 @@ to open the application in a web browser, for offline 
usage.")
                             Type=Application~%"
                            out)))
                #t))))))
-    (inputs `(("python-pyqt" ,python-pyqt)))
+    (native-inputs
+     `(("unzip" ,unzip)))
+    (inputs
+     `(("python-pyqt" ,python-pyqt)))
     (synopsis "School tools for physically disabled children")
     (description "ToutEnClic is intended to facilitate the schooling
 of physically disabled children in ordinary schools.  It is both



reply via email to

[Prev in Thread] Current Thread [Next in Thread]