From 7ad75cacb9a321c5a3215c429d1a20b506fe2122 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 8 Mar 2023 12:53:13 +0000 Subject: [PATCH] cross compilation: doc: rmlint path to cross compilation --- hosts/common/cross/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/cross/default.nix b/hosts/common/cross/default.nix index 265ad0cd..4769f7c3 100644 --- a/hosts/common/cross/default.nix +++ b/hosts/common/cross/default.nix @@ -1240,6 +1240,7 @@ in }); rmlint = prev.rmlint.override { # fixes "Checking whether the C compiler works... no" + # rmlint is scons; it reads the CC environment variable, though, so *may* be cross compilable inherit (emulated) stdenv; }; samba = prev.samba.overrideAttrs (_upstream: {