Unverified Commit eeb81295 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

stacktile: fix build with gcc15 (#512874)

parents 9dc45724 6c6e5758
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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"