turses: Fix build

This commit is contained in:
Silvan Mosberger 2020-02-21 17:56:24 +01:00
parent 7a56099d2d
commit cf4130c9ec
No known key found for this signature in database
GPG Key ID: E8F1E9EAD284E17D

View File

@ -15,6 +15,8 @@ buildPythonPackage rec {
checkInputs = [ mock pytest coverage tox ];
propagatedBuildInputs = [ urwid tweepy future ];
LC_ALL = "en_US.UTF-8";
patches = [
(fetchpatch {
url = "https://github.com/louipc/turses/commit/be0961b51f502d49fd9e2e5253ac130e543a31c7.patch";