aucdtect: remove (#107611)
* aucdtect: remove * Update pkgs/top-level/aliases.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Peter Hoeg <peter@hoeg.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
co-authored by
Sandro
Peter Hoeg
parent
3325053530
commit
6baecc0abb
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user