mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: radare2: Remove impotent snippet.
* gnu/packages/engineering.scm (radare2)[source]: Remove a snippet that does nothing.
This commit is contained in:
parent
655a0c65be
commit
6454e5ac50
1 changed files with 1 additions and 11 deletions
|
@ -1343,17 +1343,7 @@ (define-public radare2
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue