guile_2_2: use correct version of guile for cross compilation
This commit is contained in:
parent
801b38a29c
commit
aec0480b20
@ -38,7 +38,7 @@ builder rec {
|
||||
buildPackages.stdenv.cc
|
||||
]
|
||||
++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform)
|
||||
pkgsBuildBuild.guile;
|
||||
pkgsBuildBuild.guile_2_2;
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user