mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
slurm: use getDev to pickup rdma-core includes
This commit is contained in:
parent
48e763b1ac
commit
646b227da4
@ -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 New Issue
Block a user