cross compilation: doc: rmlint path to cross compilation

This commit is contained in:
Colin 2023-03-08 12:53:13 +00:00
parent 6e9cd15517
commit 7ad75cacb9

View File

@ -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: {