gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 322/324: guix: Correct installation location.


From: gnunet
Subject: [gnunet-scheme] 322/324: guix: Correct installation location.
Date: Tue, 21 Sep 2021 13:26:02 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 73bb3f68c83a647cb77859f129e7d1a2d33e311b
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Sep 16 20:56:56 2021 +0200

    guix: Correct installation location.
    
    * guix.scm (scheme-gnunet)[arguments]<#:configure-flags>: Set
      guile-site-dir and guile-site-ccache-dir.
---
 guix.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/guix.scm b/guix.scm
index 5c23f52..22364a4 100644
--- a/guix.scm
+++ b/guix.scm
@@ -71,6 +71,11 @@
                       #:recursive? #t
                       #:select? (git-predicate %source-dir)))
    (build-system gnu-build-system)
+   (arguments
+    '(#:configure-flags
+      (list
+       
"--with-guile-site-dir=$(datarootdir)/guile/site/$(GUILE_EFFECTIVE_VERSION)"
+       
"--with-guile-site-ccache-dir=$(libdir)/guile/site/$(GUILE_EFFECTIVE_VERSION)/site-ccache")))
    (propagated-inputs `(("guile-zlib" ,guile-zlib)
                        ("guile-bytestructures" ,guile-bytestructures)
                        ("guile-fibers" ,guile-fibers/patched)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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