summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-12-28 06:21:16 +0000
committerGitHub <noreply@github.com>2020-12-28 06:21:16 +0000
commit2d9193f9f032c52594d90eb64b8c4ffa8c615354 (patch)
tree4fb999be116f7d201d7ccab76769712651fa2d14 /pkgs/applications/audio
parent3a3b682793042046233421a60deb71e4d0750bb6 (diff)
parentd2f5d37c7ab262c64a188fa968dfabb46601d4b6 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/redoflacs/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/audio/redoflacs/default.nix b/pkgs/applications/audio/redoflacs/default.nix
index 140b163e25cd..879acdf3a17b 100644
--- a/pkgs/applications/audio/redoflacs/default.nix
+++ b/pkgs/applications/audio/redoflacs/default.nix
@@ -5,8 +5,6 @@
, installShellFiles
, flac
, sox
-, withAucdtect ? false
-, aucdtect ? null
}:
stdenv.mkDerivation rec {
@@ -36,7 +34,7 @@ stdenv.mkDerivation rec {
postFixup = ''
wrapProgram $out/bin/redoflacs \
- --prefix PATH : ${stdenv.lib.makeBinPath ([ flac sox ] ++ lib.optional withAucdtect aucdtect)}
+ --prefix PATH : ${stdenv.lib.makeBinPath ([ flac sox ])}
'';
meta = with lib; {