tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
libfabric: split outputs -> out, dev, man
Markus Kowalewski
2 years ago
ff542d5f
3ba516e7
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libfabric
default.nix
+2
pkgs/development/libraries/libfabric/default.nix
reviewed
···
23
23
sha256 = "sha256-7VOhdZOPBe1qh8OK8OTNKA5I4A5whl6aOubAzsUDSRw=";
24
24
};
25
25
26
26
+
outputs = [ "out" "dev" "man" ];
27
27
+
26
28
nativeBuildInputs = [ pkg-config autoreconfHook ];
27
29
28
30
buildInputs = lib.optionals enableOpx [ libuuid numactl ] ++ lib.optionals enablePsm2 [ libpsm2 ];