pythonPackages.m2crypto: swig2 as nativeBuildInput so it can be invoked
Fixes #56993.
This commit is contained in:
parent
9c88a4162a
commit
10646d5e62
@ -25,6 +25,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
patchFlags = "-p0";
|
patchFlags = "-p0";
|
||||||
|
|
||||||
|
nativeBuildInputs = [ swig2 ];
|
||||||
buildInputs = [ swig2 openssl ];
|
buildInputs = [ swig2 openssl ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ typing ];
|
propagatedBuildInputs = [ typing ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user