python3Packages.seccomp: move env vars into env for structuredAttrs
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user