slurm: use getDev to pickup rdma-core includes
This commit is contained in:
parent
48e763b1ac
commit
646b227da4
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue