From 9302845601f636f7f096b891ef00e11b44ea03f8 Mon Sep 17 00:00:00 2001 From: Linus Heckemann Date: Tue, 7 Jul 2026 10:59:53 +0200 Subject: [PATCH] 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 --- package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nix b/package.nix index f893e7c22..5db35c7f7 100644 --- a/package.nix +++ b/package.nix @@ -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 {