Skip to content

Commit 1c32f80

Browse files
committed
slurm: use getDev
1 parent 8df3260 commit 1c32f80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/servers/computing/slurm/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ stdenv.mkDerivation rec {
6060
configureFlags = with lib;
6161
[ "--with-freeipmi=${freeipmi}"
6262
"--with-http-parser=${http-parser}"
63-
"--with-hwloc=${hwloc.dev}"
64-
"--with-json=${json_c.dev}"
63+
"--with-hwloc=${lib.getDev hwloc}"
64+
"--with-json=${lib.getDev json_c}"
6565
"--with-jwt=${libjwt}"
66-
"--with-lz4=${lz4.dev}"
66+
"--with-lz4=${lib.getDev lz4}"
6767
"--with-munge=${munge}"
68-
"--with-yaml=${libyaml.dev}"
68+
"--with-yaml=${lib.getDev libyaml}"
6969
"--with-ofed=${lib.getDev rdma-core}"
7070
"--sysconfdir=/etc/slurm"
7171
"--with-pmix=${pmix}"

0 commit comments

Comments
 (0)