gnu: radare2: Remove impotent snippet.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 May 2020 19:16:11 +0000 (21:16 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 May 2020 22:19:41 +0000 (00:19 +0200)
* gnu/packages/engineering.scm (radare2)[source]: Remove a snippet that does nothing.

gnu/packages/engineering.scm

index 9132743..a46f244 100644 (file)
@@ -1343,17 +1343,7 @@ bindings for Python, Java, OCaml and more.")
               (sha256
                (base32
                 "14b9433cgc2nabhz836zfgvgh2dwailcmvy05krsa0inmzbvx9fg"))
-              (file-name (git-file-name name version))
-              (modules '((guix build utils)))
-              (snippet
-               '(begin
-                  (substitute* "libr/asm/p/Makefile"
-                    (("LDFLAGS\\+=") "LDFLAGS+=-Wl,-rpath=$(LIBDIR) "))
-                  (substitute* "libr/parse/p/Makefile"
-                    (("LDFLAGS\\+=") "LDFLAGS+=-Wl,-rpath=$(LIBDIR) "))
-                  (substitute* "libr/bin/p/Makefile"
-                    (("LDFLAGS\\+=") "LDFLAGS+=-Wl,-rpath=$(LIBDIR) "))
-                  #t))))
+              (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; tests require git and network access