Skip to content

Commit

Permalink
roc-toolkit: drop removed --disable-tests --disable-doc
Browse files Browse the repository at this point in the history
Both re-appeared after a staging / staging-next merge.
  • Loading branch information
trofi committed Jan 14, 2023
1 parent ef344d7 commit 7cd1c43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/libraries/audio/roc-toolkit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ stdenv.mkDerivation rec {
sconsFlags =
[ "--build=${stdenv.buildPlatform.config}"
"--host=${stdenv.hostPlatform.config}"
"--prefix=${placeholder "out"}"
"--disable-doc"
"--disable-tests" ] ++
"--prefix=${placeholder "out"}" ] ++
lib.optional (!soxSupport) "--disable-sox" ++
lib.optional (!libunwindSupport) "--disable-libunwind" ++
lib.optional (!pulseaudioSupport) "--disable-pulseaudio" ++
Expand Down

0 comments on commit 7cd1c43

Please sign in to comment.