gaucheBootstrap: fix darwin build

Add the required framework.
This commit is contained in:
Stanisław Pitucha
2024-10-18 10:15:39 +11:00
parent 7a330d7d74
commit b1f1ea0ed4
+13 -8
View File
@@ -10,6 +10,7 @@
zlib,
mbedtls,
cacert,
darwin,
}:
stdenv.mkDerivation rec {
@@ -28,14 +29,18 @@ stdenv.mkDerivation rec {
texinfo
];
buildInputs = [
libiconv
gdbm
openssl
zlib
mbedtls
cacert
];
buildInputs =
[
libiconv
gdbm
openssl
zlib
mbedtls
cacert
]
++ lib.optionals (stdenv.isDarwin) [
darwin.apple_sdk_11_0.frameworks.CoreServices
];
postPatch = ''
patchShebangs .