gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 320/324: guix: Set the source field.


From: gnunet
Subject: [gnunet-scheme] 320/324: guix: Set the source field.
Date: Tue, 21 Sep 2021 13:26:00 +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 5c8e7f271a519839c806efad15d5c6845b5b7141
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Sep 16 20:12:15 2021 +0200

    guix: Set the source field.
    
    * guix.scm
      (%source-dir): New variable.
      (scheme-gnunet)[source]: Set it.
---
 guix.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/guix.scm b/guix.scm
index 4aae21b..5c23f52 100644
--- a/guix.scm
+++ b/guix.scm
@@ -27,6 +27,7 @@
             (gnu packages text-editors)
             (guix packages)
             (guix gexp)
+            (guix git)
             (guix git-download)
             (guix download)
             (guix build-system gnu)
@@ -60,11 +61,15 @@
       ("automake" ,automake)
       ,@(package-native-inputs guile-fibers)))))
 
+(define %source-dir (dirname (current-filename)))
+
 (define-public scheme-gnunet
   (package
    (name "scheme-gnunet")
-   (version "0.0")
-   (source #f)
+   (version "0.1")
+   (source (local-file %source-dir
+                      #:recursive? #t
+                      #:select? (git-predicate %source-dir)))
    (build-system gnu-build-system)
    (propagated-inputs `(("guile-zlib" ,guile-zlib)
                        ("guile-bytestructures" ,guile-bytestructures)

-- 
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]