fbset: fix cross build

Otherwise `nix build .#pkgsCross.riscv64.fbset` fails with

> bash: line 1: gcc: command not found
This commit is contained in:
Cryolitia PukNgae
2026-06-10 19:49:11 +08:00
parent a799d3e388
commit c62b71a01e
+2
View File
@@ -23,6 +23,8 @@ stdenv.mkDerivation (finalAttrs: {
flex
];
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
installFlags = [ "DESTDIR=$(out)" ];
passthru = {