gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: guix: only include files fr


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: guix: only include files from git
Date: Fri, 17 Aug 2018 01:25:30 +0200

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

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 333a708e1 guix: only include files from git
333a708e1 is described below

commit 333a708e1a4d95851be3bee5bf66bb15684b6948
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 17 01:25:25 2018 +0200

    guix: only include files from git
---
 contrib/guix/gnu/packages/gnunet.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/guix/gnu/packages/gnunet.scm 
b/contrib/guix/gnu/packages/gnunet.scm
index b24b58282..3a1943757 100644
--- a/contrib/guix/gnu/packages/gnunet.scm
+++ b/contrib/guix/gnu/packages/gnunet.scm
@@ -261,7 +261,8 @@ newspace."
 
 (define (git-sources)
   (local-file (dirname (dirname (dirname (dirname %source-dir))))
-                                                 #:recursive? #t))
+             #:recursive? #t
+             #:select? (git-predicate %source-dir)))
 
 (define-public gnunet
   (package

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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