Commit 649fe948 authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

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

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