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:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user