Merge pull request #131599 from siraben/cbonsai-cross

cbonsai: fix cross-compilation

authored by Ben Siraphob and committed by GitHub e92eccaa db4dc044

+2
+2
pkgs/games/cbonsai/default.nix
··· 13 13 14 14 nativeBuildInputs = [ pkg-config ]; 15 15 buildInputs = [ ncurses ]; 16 + 17 + makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ]; 16 18 installFlags = [ "PREFIX=$(out)" ]; 17 19 18 20 passthru.updateScript = nix-update-script { attrPath = pname; };