diff options
author | Bruno Victal <mirai@makinata.eu> | 2022-11-30 02:09:18 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-12-05 16:08:08 -0500 |
commit | 52319edcc41e496bf8952ff9ad17b3e00f428c39 (patch) | |
tree | 076cf22df1d487d9ecf150618440b822ae9e5b0c | |
parent | db3119994baca4c23ab1542ef302cc6277d1d864 (diff) | |
download | guix-52319edcc41e496bf8952ff9ad17b3e00f428c39.tar.gz |
gnu: rasdaemon: Add perl to inputs.
Required for ras-mc-ctl. * gnu/packages/linux.scm (rasdaemon)[inputs]: Add perl for ras-mc-ctl. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8c417fb600..50cf227ea0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9444,7 +9444,7 @@ provides user-space tools for creating EROFS file systems.") (sha256 (base32 "0r0339mg4rc12p63iiq2kwdqn1zjakyiv014i2a2l9s8v5rjik41")))) (native-inputs (list autoconf automake libtool)) - (inputs (list sqlite)) + (inputs (list perl sqlite)) (arguments `(#:configure-flags (list "--enable-all" |