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-env: some update.


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: guix-env: some update.
Date: Fri, 02 Jun 2017 18:50:49 +0200

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 82068a5eb guix-env: some update.
82068a5eb is described below

commit 82068a5eb95bbe39e244f155567f39953c2b5fb9
Author: ng0 <address@hidden>
AuthorDate: Thu Jun 1 19:48:20 2017 +0000

    guix-env: some update.
---
 guix-env.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/guix-env.scm b/guix-env.scm
index fc3d5a231..ec3a8e1f8 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -35,7 +35,8 @@
 ;; guix build -f guix-env.scm
 ;;
 ;; We'd like to provide advanced functions such as guix environment specific
-;; gnunet-svn package, but this is subject to tests right now.
+;; gnunet-git package and usage of gnunet-gtk-git, but this is subject
+;; to tests right now.
 ;;
 ;; Further versions of GNUnet for Guix can currently be found in
 ;; https://git.pragmatique.xyz/ng0-packages/log.html, mirrored at
@@ -49,6 +50,7 @@
  (guix build-system gnu)
  (guix gexp)
  ((guix build utils) #:select (with-directory-excursion))
+ (guix git-download)
  (gnu packages)
  (gnu packages aidc)
  (gnu packages autotools)
@@ -94,7 +96,8 @@
     (version (string-append "0.10.1-" "dev"))
     (source
      (local-file %source-dir
-                 #:recursive? #t))
+                 #:recursive? #t
+                 #:select? (git-predicate %source-dir)))
     (build-system gnu-build-system)
     (inputs
      `(("glpk" ,glpk)
@@ -138,7 +141,6 @@
     (arguments
      `(#:configure-flags
        (list (string-append "--with-nssdir=" %output "/lib")
-             ;; These appear to be "broken" on Guix, needs debugging.
              "--enable-gcc-hardening"
              "--enable-linker-hardening"
 

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



reply via email to

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