nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

libfabric: split outputs -> out, dev, man

+2
+2
pkgs/development/libraries/libfabric/default.nix
··· 23 23 sha256 = "sha256-7VOhdZOPBe1qh8OK8OTNKA5I4A5whl6aOubAzsUDSRw="; 24 24 }; 25 25 26 + outputs = [ "out" "dev" "man" ]; 27 + 26 28 nativeBuildInputs = [ pkg-config autoreconfHook ]; 27 29 28 30 buildInputs = lib.optionals enableOpx [ libuuid numactl ] ++ lib.optionals enablePsm2 [ libpsm2 ];