innoextract: pin to boost188 to fix the build (#485929)

This commit is contained in:
Doron Behar
2026-02-01 16:07:12 +00:00
committed by GitHub
+4 -2
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
cmake,
makeWrapper,
boost,
boost188,
xz,
libiconv,
withGog ? false,
@@ -25,7 +25,9 @@ stdenv.mkDerivation {
buildInputs = [
xz
boost
# pin to oplder boost188 as boost189
# fails to find cmake bits: https://github.com/dscharrer/innoextract/pull/199
boost188
]
++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ];