Merge pull request #19051 from grwlf/sox-lame-config
sox: read enableLame from the config
This commit is contained in:
commit
9d01cf66a4
@ -14371,7 +14371,9 @@ in
|
||||
inherit (pkgs.vamp) vampSDK;
|
||||
};
|
||||
|
||||
sox = callPackage ../applications/misc/audio/sox { };
|
||||
sox = callPackage ../applications/misc/audio/sox {
|
||||
enableLame = config.sox.enableLame or false;
|
||||
};
|
||||
|
||||
soxr = callPackage ../applications/misc/audio/soxr { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user