gnu: radare2: Remove unused gmp input.

* gnu/packages/engineering.scm (radare2)[inputs]: Remove gmp.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-25 21:59:26 +02:00
parent a5374cde91
commit 5507ff8e85
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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/")