python3Packages.flatbuffers: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:38:14 +01:00
parent 7fc539e635
commit 0cbfdb50f7
@@ -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" ];