beet: Remove unnecessary "LANG = null".
We're passing glibcLocales to the tests directly, so we don't pollute the builder's environment anyway, so no reason to override anything there. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
642b8ae658
commit
17ea86d947
@ -164,8 +164,6 @@ in buildPythonPackage rec {
|
||||
runHook postInstallCheck
|
||||
'';
|
||||
|
||||
LANG = null;
|
||||
|
||||
meta = {
|
||||
homepage = http://beets.radbox.org;
|
||||
description = "Music tagger and library organizer";
|
||||
|
Loading…
Reference in New Issue
Block a user