summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2022-09-06 19:30:23 +0200
committerMarius Bakke <marius@gnu.org>2022-09-07 22:02:41 +0200
commit344159b95cc89a19997a633ce6597fbf23e0efa7 (patch)
tree9f47a2e3e0859b92e6d3bca78e3a2da8cfb2ecd8 /gnu
parent85aa25cd6a8f18b279acf3ede3ed3e74820a9635 (diff)
downloadguix-patches-344159b95cc89a19997a633ce6597fbf23e0efa7.tar
guix-patches-344159b95cc89a19997a633ce6597fbf23e0efa7.tar.gz
gnunet-scheme: Unbundle config.rpath.
* gnu/packages/gnunet.scm (gnunet-scheme)[origin]{snippet}: New snippet. Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnunet.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 1288d8d18c..b477fee537 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -362,7 +362,13 @@ services.")
(file-name (git-file-name name version))
(sha256
(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)
(arguments
(list #:phases