guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/22: gnunet-scheme: Unbundle config.rpath.


From: guix-commits
Subject: 09/22: gnunet-scheme: Unbundle config.rpath.
Date: Wed, 7 Sep 2022 16:04:14 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 344159b95cc89a19997a633ce6597fbf23e0efa7
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Tue Sep 6 19:30:23 2022 +0200

    gnunet-scheme: Unbundle config.rpath.
    
    * gnu/packages/gnunet.scm (gnunet-scheme)[origin]{snippet}: New snippet.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/gnunet.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]