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:
Jörg Thalheim 2019-03-08 12:24:36 +00:00 committed by GitHub
commit afb4878391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ buildPythonPackage rec {
];
patchFlags = "-p0";
nativeBuildInputs = [ swig2 ];
buildInputs = [ swig2 openssl ];
propagatedBuildInputs = [ typing ];