projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c68a881
)
guix: only include files from git
author
Florian Dold
<florian.dold@gmail.com>
Thu, 16 Aug 2018 23:25:25 +0000
(
01:25
+0200)
committer
Florian Dold
<florian.dold@gmail.com>
Thu, 16 Aug 2018 23:25:25 +0000
(
01:25
+0200)
contrib/guix/gnu/packages/gnunet.scm
patch
|
blob
|
history
diff --git
a/contrib/guix/gnu/packages/gnunet.scm
b/contrib/guix/gnu/packages/gnunet.scm
index b24b582824949f0ec670f5eb89ccdd7a6d9bec81..3a194375756905d66bc06fa1ebad3003df8cddd3 100644
(file)
--- 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