Merge pull request #80744 from Infinisil/fix/turses

turses: Fix build
This commit is contained in:
Silvan Mosberger 2020-02-21 19:07:47 +01:00 committed by GitHub
commit edc41c3589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";