python-modules/cryptography: fix cross-build
The rustPlatform.rustc has both host and target set to build platform. The rustc has build and host platform same but target is correctly set for cross compilation.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
, rustPlatform
|
||||
, cargo
|
||||
, rustc
|
||||
, setuptools-rust
|
||||
, setuptoolsRustBuildHook
|
||||
, openssl
|
||||
, Security
|
||||
, isPyPy
|
||||
@@ -54,7 +54,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
rustPlatform.cargoSetupHook
|
||||
setuptools-rust
|
||||
setuptoolsRustBuildHook
|
||||
cargo
|
||||
rustc
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user