diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2019-11-15 11:22:41 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-11-15 17:52:45 +0100 |
commit | 348caf3d2c0e5a1d842c16cf6246f6d84004ad3f (patch) | |
tree | e6770f06a4eca812c4d8bcef4180b6e9536972de | |
parent | 58a536bb1b1b441e56b47e79cde01ba73968398b (diff) | |
download | guix-348caf3d2c0e5a1d842c16cf6246f6d84004ad3f.tar.gz guix-348caf3d2c0e5a1d842c16cf6246f6d84004ad3f.zip |
gnu: psm: Add "debug" output.
* gnu/packages/linux.scm (psm)[outputs]: New field.
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e972e709c5..1962b961e7 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=" |