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:
aszlig 2015-04-14 09:40:06 +02:00
parent 642b8ae658
commit 17ea86d947
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -164,8 +164,6 @@ in buildPythonPackage rec {
runHook postInstallCheck
'';
LANG = null;
meta = {
homepage = http://beets.radbox.org;
description = "Music tagger and library organizer";