sox: read enableLame from the config
This commit is contained in:
parent
5cda2be21a
commit
7b55de24c8
|
@ -14926,7 +14926,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