cross: fix python cryptography build

This commit is contained in:
Colin 2023-05-16 09:52:21 +00:00
parent b74c4550d5
commit 76d875ef3c

View File

@ -1166,7 +1166,7 @@ in
});
cryptography = py-prev.cryptography.override {
inherit (emulated) rustPlatform; # "cargo:warning=aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option -m64"
inherit (emulated) cargo rustc rustPlatform; # "cargo:warning=aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option -m64"
};
defcon = py-prev.defcon.overridePythonAttrs (orig: {