1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-15 13:45:54 +02:00

gnu: terminology: Add missing input.

* gnu/packages/enlightenment.scm (terminology)[native-inputs]: Add python.
This commit is contained in:
Efraim Flashner
2022-01-19 09:48:19 +02:00
parent 7b5f7810a7
commit 83d331437f
+2 -1
View File
@@ -250,7 +250,8 @@ removable devices or support for multimedia.")
(native-inputs
(list gettext-minimal
perl
pkg-config))
pkg-config
python))
(inputs
(list efl))
(home-page "https://www.enlightenment.org/about-terminology")