mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 17:16:01 +02:00
gnu: clasp-cl: Fix build.
* gnu/packages/lisp.scm (clasp-cl): Fix build. [inputs]: Remove libelf; add elfutils. Change-Id: If00b13c8e2ec4577a179c8c8cccc34bc93fe2042 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
5fe79897cd
commit
072b49d8f1
@@ -393,7 +393,7 @@ interface.")
|
||||
(base32 "1sf8m0w3d4kagf4chb7viqndnr152crpsy979ll61krcfxaybc4j"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list boost clang-toolchain-19 fmt `(,gcc "lib") gmp libelf libunwind))
|
||||
(list boost clang-toolchain-19 fmt `(,gcc "lib") gmp elfutils libunwind))
|
||||
(native-inputs
|
||||
(list binutils-gold ninja pkg-config sbcl))
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user