mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: radare2: Remove unused gmp input.
* gnu/packages/engineering.scm (radare2)[inputs]: Remove gmp.
This commit is contained in:
parent
a5374cde91
commit
5507ff8e85
1 changed files with 4 additions and 4 deletions
|
@ -1358,11 +1358,11 @@ (define-public radare2
|
|||
"--with-openssl" "--with-rpath")
|
||||
#:make-flags
|
||||
(list "CC=gcc")))
|
||||
;; TODO: Add gmp and libzip and make the build system actually find them.
|
||||
(inputs
|
||||
`(("openssl" ,openssl)
|
||||
("zip" ,zip)
|
||||
("gmp" ,gmp)
|
||||
("capstone" ,capstone)))
|
||||
`(("capstone" ,capstone)
|
||||
("openssl" ,openssl)
|
||||
("zip" ,zip)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://radare.org/")
|
||||
|
|
Loading…
Reference in a new issue