tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cbonsai: fix cross-compilation
Ben Siraphob
4 years ago
ee20f1ab
6df60038
+2
1 changed file
expand all
collapse all
unified
split
pkgs
games
cbonsai
default.nix
+2
pkgs/games/cbonsai/default.nix
···
13
13
14
14
nativeBuildInputs = [ pkg-config ];
15
15
buildInputs = [ ncurses ];
16
16
+
17
17
+
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
16
18
installFlags = [ "PREFIX=$(out)" ];
17
19
18
20
passthru.updateScript = nix-update-script { attrPath = pname; };