civodul pushed a commit to branch master
in repository guix.

commit 348caf3d2c0e5a1d842c16cf6246f6d84004ad3f
Author: Ludovic Courtès <[email protected]>
Date:   Fri Nov 15 11:22:41 2019 +0100

    gnu: psm: Add "debug" output.
    
    * gnu/packages/linux.scm (psm)[outputs]: New field.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e972e70..1962b96 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5537,6 +5537,7 @@ libraries, which are often integrated directly into 
libfabric.")
                  "psm-ldflags.patch"  ; build shared lib with LDFLAGS
                  "psm-repro.patch"))))  ; reproducibility
     (build-system gnu-build-system)
+    (outputs '("out" "debug"))
     (inputs `(("libuuid" ,util-linux)))
     (arguments
      '(#:make-flags `("PSM_USE_SYS_UUID=1" "CC=gcc" "WERROR="

Reply via email to