guile-lzlib: fix build with gcc14

- add patch from upstream commit fixing build with gcc14:
https://notabug.org/guile-lzlib/guile-lzlib/commit/3fd524d1f0e0b9beeca53c514620b970a762e3da.patch
This commit is contained in:
ghpzin
2025-01-03 18:46:38 +03:00
parent 7491caeb66
commit dec7bc2511
+9
View File
@@ -7,6 +7,7 @@
pkg-config,
texinfo,
lzlib,
fetchpatch,
}:
stdenv.mkDerivation rec {
@@ -31,6 +32,14 @@ stdenv.mkDerivation rec {
lzlib
];
patches = [
# fix support for gcc14
(fetchpatch {
url = "https://notabug.org/guile-lzlib/guile-lzlib/commit/3fd524d1f0e0b9beeca53c514620b970a762e3da.patch";
hash = "sha256-I1SSdygNixjx5LL/UPOgEGLILWWYKKfOGoCvXM5Sp/E=";
})
];
makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
# tests fail on darwin