slurm: fix in order work with munge's split output

This commit is contained in:
Markus Kowalewski
2026-04-22 17:19:50 +02:00
parent 7a5500a584
commit 649fe94821
+1 -1
View File
@@ -126,7 +126,7 @@ stdenv.mkDerivation (finalAttrs: {
"--with-json=${lib.getDev json_c}"
"--with-jwt=${libjwt}"
"--with-lz4=${lib.getDev lz4}"
"--with-munge=${munge}"
"--with-munge=${lib.getDev munge}"
"--with-yaml=${lib.getDev libyaml}"
"--with-ofed=${lib.getDev rdma-core}"
"--sysconfdir=/etc/slurm"