gnu: radare2: Remove unused gmp input. * gnu/packages/engineering.scm (radare2)[inputs]: Remove gmp.
1 files changed, 4 insertions(+), 4 deletions(-) M gnu/packages/engineering.scm
M gnu/packages/engineering.scm => gnu/packages/engineering.scm +4 -4
@@ 1358,11 1358,11 @@ bindings for Python, Java, OCaml and more.") "--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/")