mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: alfis: Add missing input.
* gnu/packages/rust-apps.scm (alfis)[native-inputs]: Add perl.
This commit is contained in:
parent
b84151a827
commit
dd619cde95
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ (define-public alfis
|
|||
(("rust-serde-bytes" ,rust-serde-bytes-0.11)
|
||||
("rust-serde-derive" ,rust-serde-derive-1))))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(list perl pkg-config))
|
||||
(inputs
|
||||
(list at-spi2-core
|
||||
gtk
|
||||
|
|
Loading…
Reference in a new issue