sox: read enableLame from the config

This commit is contained in:
Sergey Mironov 2015-12-09 01:25:46 +03:00
parent 5cda2be21a
commit 7b55de24c8
1 changed files with 3 additions and 1 deletions

View File

@ -14926,7 +14926,9 @@ in
inherit (pkgs.vamp) vampSDK; 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 { }; soxr = callPackage ../applications/misc/audio/soxr { };