We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df3260 commit 1c32f80Copy full SHA for 1c32f80
pkgs/servers/computing/slurm/default.nix
@@ -60,12 +60,12 @@ stdenv.mkDerivation rec {
60
configureFlags = with lib;
61
[ "--with-freeipmi=${freeipmi}"
62
"--with-http-parser=${http-parser}"
63
- "--with-hwloc=${hwloc.dev}"
64
- "--with-json=${json_c.dev}"
+ "--with-hwloc=${lib.getDev hwloc}"
+ "--with-json=${lib.getDev json_c}"
65
"--with-jwt=${libjwt}"
66
- "--with-lz4=${lz4.dev}"
+ "--with-lz4=${lib.getDev lz4}"
67
"--with-munge=${munge}"
68
- "--with-yaml=${libyaml.dev}"
+ "--with-yaml=${lib.getDev libyaml}"
69
"--with-ofed=${lib.getDev rdma-core}"
70
"--sysconfdir=/etc/slurm"
71
"--with-pmix=${pmix}"
0 commit comments