stacktile: fix build with gcc15 (#512874)

This commit is contained in:
Yohann Boniface
2026-04-23 22:00:43 +00:00
committed by GitHub
+8
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromSourcehut,
fetchpatch,
wayland,
wayland-scanner,
}:
@@ -17,6 +18,13 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-IOFxgYMjh92jx2CPfBRZDL/1ucgfHtUyAL5rS2EG+Gc=";
};
patches = [
(fetchpatch {
url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-compilation.patch?h=stacktile&id=388a522b69e34c01cc5d57341d8578470a7dccfb";
hash = "sha256-y5ArQyjIqT2ICmm8ZYDHZ04DwGgw2d7wsgoH5XJPZf0=";
})
];
outputs = [
"out"
"man"