gnu: radare2: Remove unused gmp input.
* gnu/packages/engineering.scm (radare2)[inputs]: Remove gmp.master
parent
a5374cde91
commit
5507ff8e85
|
@ -1358,11 +1358,11 @@ bindings for Python, Java, OCaml and more.")
|
||||||
"--with-openssl" "--with-rpath")
|
"--with-openssl" "--with-rpath")
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "CC=gcc")))
|
(list "CC=gcc")))
|
||||||
|
;; TODO: Add gmp and libzip and make the build system actually find them.
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)
|
`(("capstone" ,capstone)
|
||||||
("zip" ,zip)
|
("openssl" ,openssl)
|
||||||
("gmp" ,gmp)
|
("zip" ,zip)))
|
||||||
("capstone" ,capstone)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://radare.org/")
|
(home-page "https://radare.org/")
|
||||||
|
|
Reference in New Issue