gnu: terminology: Add missing input.
* gnu/packages/enlightenment.scm (terminology)[native-inputs]: Add python.
This commit is contained in:
parent
7b5f7810a7
commit
83d331437f
1 changed files with 2 additions and 1 deletions
|
@ -250,7 +250,8 @@ removable devices or support for multimedia.")
|
||||||
(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")
|
||||||
|
|
Reference in a new issue