mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cling: Add libxcrypt dependency.
* gnu/packages/llvm.scm (cling)[inputs]: Add libxcrypt. Change-Id: I240b73ba1bb2fd3e2d7215c6b342aa45830236cf
This commit is contained in:
parent
cd61ae3bf0
commit
94f9feb0fb
1 changed files with 2 additions and 1 deletions
|
@ -60,6 +60,7 @@
|
|||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages gcc)
|
||||
#:use-module (gnu packages bootstrap) ;glibc-dynamic-linker
|
||||
#:use-module (gnu packages check) ;python-lit
|
||||
|
@ -2424,7 +2425,7 @@ LLVM bitcode files.")
|
|||
(lambda _
|
||||
(for-each delete-file (find-files #$output "\\.a$")))))))
|
||||
(native-inputs (list python python-lit))
|
||||
(inputs (list clang-cling llvm-cling))
|
||||
(inputs (list clang-cling llvm-cling libxcrypt))
|
||||
(home-page "https://root.cern/cling/")
|
||||
(synopsis "Interactive C++ interpreter")
|
||||
(description "Cling is an interactive C++17 standard compliant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue