mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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 @@ (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")
|
||||||
|
|
Loading…
Reference in a new issue