From 76d875ef3cd2945ea646bcc499888d6e4bc604e9 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 16 May 2023 09:52:21 +0000 Subject: [PATCH] cross: fix python `cryptography` build --- hosts/common/cross/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/cross/default.nix b/hosts/common/cross/default.nix index bb4f701b..fa2b24d8 100644 --- a/hosts/common/cross/default.nix +++ b/hosts/common/cross/default.nix @@ -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: {