guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: nettle: Add debug output.


From: Mark H. Weaver
Subject: 01/03: gnu: nettle: Add debug output.
Date: Sun, 12 Apr 2015 21:26:16 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 8cba6fc9ee18ae7dd178860d196770036d804667
Author: Mark H Weaver <address@hidden>
Date:   Sun Apr 12 15:27:54 2015 -0400

    gnu: nettle: Add debug output.
    
    * gnu/packages/nettle.scm (nettle)[outputs]: Add debug output.
---
 gnu/packages/nettle.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index 827fed2..ed140d4 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -43,6 +43,7 @@
      '(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
                                               (assoc-ref %outputs "out")
                                               "/lib"))))
+    (outputs '("out" "debug"))
     (native-inputs `(("m4" ,m4)))
     (propagated-inputs `(("gmp" ,gmp)))
     (home-page "http://www.lysator.liu.se/~nisse/nettle/";)



reply via email to

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