forked from mirrors/nixpkgs
slurm: fixup build after splitting libyaml.outputs
The split was merged as d274408175
from PR #231365
This commit is contained in:
parent
2f9191eb88
commit
8062575956
|
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
|||
"--with-jwt=${libjwt}"
|
||||
"--with-lz4=${lz4.dev}"
|
||||
"--with-munge=${munge}"
|
||||
"--with-yaml=${libyaml}"
|
||||
"--with-yaml=${libyaml.dev}"
|
||||
"--with-ofed=${rdma-core}"
|
||||
"--sysconfdir=/etc/slurm"
|
||||
"--with-pmix=${pmix}"
|
||||
|
|
Loading…
Reference in a new issue