From 17ea86d947934a45d86b9249d27184a2838eca9a Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 14 Apr 2015 09:40:06 +0200 Subject: [PATCH] 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 --- pkgs/tools/audio/beets/default.nix | 2 -- 1 file changed, 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";