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

gargoyle: fix build with cmake4 (#454189)

parents 745d32f1 a9caf74e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  fetchFromGitHub,
  fetchDebianPatch,
  fetchpatch,
  cmake,
  pkg-config,
  fluidsynth,
@@ -36,6 +37,11 @@ stdenv.mkDerivation rec {
      patch = "ftbfs_gcc14.patch";
      hash = "sha256-eMx/RlUpq5Ez+1L8VZo40Y3h2ZKkqiQEmKTlkZRMXnI=";
    })
    (fetchpatch {
      name = "cmake4-fix";
      url = "https://github.com/garglk/garglk/commit/8d976852e2db0215e9cf4f926e626f1aa766f751.patch?full_index=1";
      hash = "sha256-lJAuiOErSp3oDmeoqrfCdnHH816VLYiVthIG4U8BJ5E=";
    })
  ];

  postPatch = ''