~ruther/guix-local

5507ff8e850bf443965a8aa03385895714ae02d2 — Tobias Geerinckx-Rice 6 years ago a5374cd
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/")