about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-14 09:40:06 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-14 09:45:18 +0200
commit17ea86d947934a45d86b9249d27184a2838eca9a (patch)
tree04393ae24ab5eb12f270aa70337c3d9af6bdf3f8 /pkgs/tools/audio
parent642b8ae65899ce8608936ccd9d6870b267dedbc9 (diff)
downloadnixlib-17ea86d947934a45d86b9249d27184a2838eca9a.tar
nixlib-17ea86d947934a45d86b9249d27184a2838eca9a.tar.gz
nixlib-17ea86d947934a45d86b9249d27184a2838eca9a.tar.bz2
nixlib-17ea86d947934a45d86b9249d27184a2838eca9a.tar.lz
nixlib-17ea86d947934a45d86b9249d27184a2838eca9a.tar.xz
nixlib-17ea86d947934a45d86b9249d27184a2838eca9a.tar.zst
nixlib-17ea86d947934a45d86b9249d27184a2838eca9a.zip
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>
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/beets/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/audio/beets/default.nix b/pkgs/tools/audio/beets/default.nix
index 6c0a3347958b..dc859b497367 100644
--- a/pkgs/tools/audio/beets/default.nix
+++ b/pkgs/tools/audio/beets/default.nix
@@ -164,8 +164,6 @@ in buildPythonPackage rec {
     runHook postInstallCheck
   '';
 
-  LANG = null;
-
   meta = {
     homepage = http://beets.radbox.org;
     description = "Music tagger and library organizer";