package: use buildPackages for licxxbridge build

This fixes a regression in cross builds introduced in https://gerrit.lix.systems/c/lix/+/5704.

Change-Id: I3031d7c4daa5554cc16f654d28311f486a6a6964
This commit is contained in:
Linus Heckemann
2026-07-07 10:59:53 +02:00
parent 523df65fba
commit 9302845601
+1 -1
View File
@@ -352,7 +352,7 @@ stdenv.mkDerivation (finalAttrs: {
# precompile the bridge generator since the zngur parser takes so long to build. this way we can
# cache the generator in ci and for devshells, both of which decrease cycle times by quite a bit
licxxbridge = rustPlatform.buildRustPackage {
licxxbridge = buildPackages.rustPlatform.buildRustPackage {
pname = "licxxbridge";
version = "0.0.0";
src = fileset.toSource {