Unverified Commit 80625759 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

slurm: fixup build after splitting libyaml.outputs

The split was merged as d2744081 from PR #231365
parent 2f9191eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}"