Commit 646b227d authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

slurm: use getDev to pickup rdma-core includes

parent 48e763b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}"