turses: move env vars into env for structuredAttrs
This commit is contained in:
@@ -71,7 +71,7 @@ buildPythonPackage rec {
|
||||
tox
|
||||
];
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
env.LC_ALL = "en_US.UTF-8";
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
|
||||
Reference in New Issue
Block a user