[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: fix up guix-env.scm
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: fix up guix-env.scm |
Date: |
Mon, 19 Mar 2018 22:15:33 +0100 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new d737c1727 fix up guix-env.scm
d737c1727 is described below
commit d737c1727c6a7bc86740c410e01b689b99757248
Author: ng0 <address@hidden>
AuthorDate: Mon Mar 19 21:15:44 2018 +0000
fix up guix-env.scm
---
guix-env.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/guix-env.scm b/guix-env.scm
index d44b4d71f..5f9929940 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -66,14 +66,12 @@
(gnu packages xiph)
((guix licenses) #:prefix license:))
-(define %source-dir (string-append (current-source-directory)
- "/../../../"))
+(define %source-dir (current-source-directory))
(define gnunet-dev-env
(let* ((revision "1")
(select? (delay (or (git-predicate
- (string-append (current-source-directory)
- "/../../../"))
+ (current-source-directory))
source-file?))))
(package
(inherit gnunet)
@@ -88,7 +86,7 @@
("gnurl" ,gnurl)
("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base)
- ("gnutls/dane" ,gnutls/dane) ;Change to gnutls/dane once it is merged.
+ ("gnutls/dane" ,gnutls/dane)
("libextractor" ,libextractor)
("libgcrypt" ,libgcrypt)
("libidn" ,libidn)
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: fix up guix-env.scm,
gnunet <=