guile_2_2: use correct version of guile for cross compilation

This commit is contained in:
Nick Cao 2022-11-21 15:55:07 +08:00
parent 801b38a29c
commit aec0480b20
No known key found for this signature in database

View file

@ -38,7 +38,7 @@ builder rec {
buildPackages.stdenv.cc buildPackages.stdenv.cc
] ]
++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) ++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform)
pkgsBuildBuild.guile; pkgsBuildBuild.guile_2_2;
nativeBuildInputs = [ nativeBuildInputs = [
makeWrapper makeWrapper
pkg-config pkg-config