libfabric: split outputs -> out, dev, man
This commit is contained in:
parent
3ba516e75b
commit
ff542d5f53
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-7VOhdZOPBe1qh8OK8OTNKA5I4A5whl6aOubAzsUDSRw=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||
|
||||
buildInputs = lib.optionals enableOpx [ libuuid numactl ] ++ lib.optionals enablePsm2 [ libpsm2 ];
|
||||
|
|
Loading…
Reference in a new issue