python3Packages.seccomp: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 14:03:20 +01:00
parent 7b2539b5ab
commit 8dfc5efa78
@@ -11,7 +11,7 @@ buildPythonPackage rec {
format = "setuptools";
src = libseccomp.pythonsrc;
VERSION_RELEASE = version; # used by build system
env.VERSION_RELEASE = version; # used by build system
nativeBuildInputs = [ cython ];
buildInputs = [ libseccomp ];