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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -250,7 +250,8 @@ (define-public terminology
(native-inputs (native-inputs
(list gettext-minimal (list gettext-minimal
perl perl
pkg-config)) pkg-config
python))
(inputs (inputs
(list efl)) (list efl))
(home-page "https://www.enlightenment.org/about-terminology") (home-page "https://www.enlightenment.org/about-terminology")