mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #57055 from dtzWill/fix/m2crypto-swig-libressl
pythonPackages.m2crypto: swig2 as nativeBuildInput so it can be invoked
This commit is contained in:
commit
afb4878391
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
patchFlags = "-p0";
|
||||
|
||||
nativeBuildInputs = [ swig2 ];
|
||||
buildInputs = [ swig2 openssl ];
|
||||
|
||||
propagatedBuildInputs = [ typing ];
|
||||
|
|
Loading…
Reference in a new issue