mvapich: split outputs -> out, doc, man

This commit is contained in:
Markus Kowalewski 2023-10-08 11:09:59 +02:00
parent 37b69dd34e
commit 3ba516e75b

View File

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-w5pEkvS+UN9hAHhXSLoolOI85FCpQSgYHVFtpXV3Ua4=";
};
outputs = [ "out" "doc" "man" ];
nativeBuildInputs = [ pkg-config bison makeWrapper gfortran ];
propagatedBuildInputs = [ numactl rdma-core zlib opensm ];
buildInputs = with lib; [