diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-03-15 12:25:47 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-05-07 19:29:26 +0300 |
commit | dd619cde95e98045ab63b5d59cb378062737cef1 (patch) | |
tree | 90d69df6c02a06852c4aafc10f7ddb2216d3e8a3 /gnu/packages | |
parent | b84151a827b22c25211be6c8d3f09546347f3b1f (diff) | |
download | guix-dd619cde95e98045ab63b5d59cb378062737cef1.tar.gz guix-dd619cde95e98045ab63b5d59cb378062737cef1.zip |
gnu: alfis: Add missing input.
* gnu/packages/rust-apps.scm (alfis)[native-inputs]: Add perl.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/rust-apps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index a359cf1078..8e1765391b 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -178,7 +178,7 @@ low-end hardware and serving many concurrent requests.") (("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 |