python3Packages.flatbuffers: move env vars into env for structuredAttrs
This commit is contained in:
@@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||
|
||||
# flatbuffers needs VERSION environment variable for setting the correct
|
||||
# version, otherwise it uses the current date.
|
||||
VERSION = version;
|
||||
env.VERSION = version;
|
||||
|
||||
pythonImportsCheck = [ "flatbuffers" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user