gnunet-scheme: Unbundle config.rpath.
* gnu/packages/gnunet.scm (gnunet-scheme)[origin]{snippet}: New snippet. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
85aa25cd6a
commit
344159b95c
@ -362,7 +362,13 @@ services.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kvqbqijfyp3fhsqjyzwd7b3cm5khwv557wq196mv6rx47aaivgd"))))
|
"0kvqbqijfyp3fhsqjyzwd7b3cm5khwv557wq196mv6rx47aaivgd"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
;; Unbundle dependencies. TODO: build-aux/test-driver.scm
|
||||||
|
;; is bundled too, but it's not yet automatically copied by
|
||||||
|
;; autoreconf -i.
|
||||||
|
#~(delete-file "build-aux/config.rpath"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user