guix-env.scm: Commit my local changes
authorNils Gillmann <ng0@n0.is>
Sun, 1 Apr 2018 10:17:30 +0000 (10:17 +0000)
committerNils Gillmann <ng0@n0.is>
Sun, 1 Apr 2018 10:17:30 +0000 (10:17 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
guix-env.scm

index 5f9929940358728c6e391a8229efadc82ca476fa..b1a5f94c6b990dda3a69b2cf85804ca84427994f 100644 (file)
          ("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
            (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