From 1c8221b08904f8c8b9aefd5e2aeec648bcc7e1e4 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Sun, 1 Apr 2018 10:17:30 +0000 Subject: guix-env.scm: Commit my local changes Signed-off-by: Nils Gillmann --- guix-env.scm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'guix-env.scm') diff --git a/guix-env.scm b/guix-env.scm index 5f9929940..b1a5f94c6 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -122,12 +122,13 @@ ("libtool" ,libtool))) (outputs '("out" "debug")) (arguments - `(#:configure-flags - (list (string-append "--with-nssdir=" %output "/lib") + `(;#:configure-flags + ;;(list (string-append "--with-nssdir=" %output "/lib") ;;"--enable-gcc-hardening" ;;"--enable-linker-hardening" - "--enable-logging=verbose" - "CFLAGS=-ggdb -O0") + ;;;;"--enable-documentation-only") + ;;;"--enable-logging=verbose" + ;;;"CFLAGS=-ggdb -O0") #:phases ;; swap check and install phases and set paths to installed bin (modify-phases %standard-phases @@ -141,6 +142,9 @@ (add-after 'patch-bin-sh 'bootstrap (lambda _ (zero? (system* "sh" "bootstrap")))) + ;;(add-before 'build 'chdir + ;; (lambda _ + ;; (chdir "doc/documentation"))) (delete 'check) ;; XXX: https://gnunet.org/bugs/view.php?id=4619 (add-after 'install 'set-path-for-check -- cgit v1.2.3