slurm: fixup build after splitting libyaml.outputs

The split was merged as d274408175 from PR #231365
This commit is contained in:
Vladimír Čunát 2023-05-29 12:55:13 +02:00
parent 2f9191eb88
commit 8062575956
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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}"