slurm: use getDev to pickup rdma-core includes

This commit is contained in:
Markus Kowalewski 2023-09-30 17:02:02 +02:00
parent 48e763b1ac
commit 646b227da4

View file

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
"--with-lz4=${lz4.dev}"
"--with-munge=${munge}"
"--with-yaml=${libyaml.dev}"
"--with-ofed=${rdma-core}"
"--with-ofed=${lib.getDev rdma-core}"
"--sysconfdir=/etc/slurm"
"--with-pmix=${pmix}"
"--with-bpf=${libbpf}"