guile-lzlib: fix build with gcc14 (#370813)

This commit is contained in:
Arne Keller
2025-01-04 23:43:49 +01:00
committed by GitHub
+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