stacktile: fix build with gcc15

This commit is contained in:
Xiangyan Sun 2026-04-23 12:11:31 -07:00
commit 6c6e575888

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"