pythonPackages.Werkzeug: fix build Python 3.x
that was broken by 7916a16c8e
This commit is contained in:
parent
35793f1917
commit
a36fc3c845
1 changed files with 5 additions and 1 deletions
|
@ -24664,8 +24664,12 @@ in modules // {
|
|||
sha256 = "1vpf98k4jp4yhbv2jbyq8dj5fdasrd26rkq34pacs5n7mkxxlr6c";
|
||||
};
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
|
||||
propagatedBuildInputs = with self; [ itsdangerous ];
|
||||
nativeBuildInputs = with self; [ pytest requests ];
|
||||
buildInputs = with self; [ pytest requests2 pkgs.glibcLocales ];
|
||||
|
||||
|
||||
|
||||
meta = {
|
||||
homepage = http://werkzeug.pocoo.org/;
|
||||
|
|
Loading…
Reference in a new issue