Commit Graph

9 Commits

Author SHA1 Message Date
Randy Eckenrode
9f8ad2a32a
Revert "guile_2_2: fix build with clang 16 on x86_64-darwin"
This reverts commit 98bd3171dc.
2023-10-21 12:05:09 -04:00
Randy Eckenrode
98bd3171dc
guile_2_2: fix build with clang 16 on x86_64-darwin
Guile 2.2 calls `__sincos`, which should be defined in `math.h`, but the
version of that header in the 10.12 SDK is very old (predating 10.12).
Until there is a version of that header available, use the 11.0 SDK to
build Guile.
2023-08-30 17:02:35 -04:00
Weijia Wang
2cceb70b13 guile: add effectiveVersion and site{Ccache,}Dir 2023-08-05 22:00:00 +02:00
Nick Cao
aec0480b20
guile_2_2: use correct version of guile for cross compilation 2022-11-21 15:56:57 +08:00
Ryan Burns
1e7b2e3dc5
Merge pull request #146871 from Grumbel/fix-guile-3.0
guile: fix non-existing libunistring include path
2022-10-14 20:27:10 -04:00
Ingo Ruhnke
2bd3cb67b7 guile: fix non-existing libunistring include path
The include/ directory for libunistring is inside the libunistring.dev
package, not libunistring, thus the .pc file was pointing to a
non-existing path.
2022-04-28 15:40:34 +02:00
Ben Siraphob
259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
Sergei Trofimovich
4e9cfefb8a pkgsLLVM.guile, pkgsLLVM.guile_3_0: avoid -lgcc_s on clang, not just darwin
Otherwise pkgsLLVM.guile / pkgsLLVM.guile_3_0 fails early on linux.
2022-02-20 09:07:44 +00:00
AndersonTorres
3859aab0c6 guile 2.2: rename and reformat 2021-09-29 17:29:31 -03:00