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

lolcode: fix build with cmake4 (#454502)

parents 070937c3 0f4e2261
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  pkg-config,
  doxygen,
  cmake,
@@ -20,6 +21,14 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-VMBW3/sw+1kI6iuOckSPU1TIeY6QORcSfFLFkRYw3Gs=";
  };

  patches = [
    (fetchpatch {
      name = "cmake4-fix";
      url = "https://github.com/justinmeza/lci/commit/42ac17a22ddce737664b39a50442e6623a7e51a2.patch?full_index=1";
      hash = "sha256-UwsR13lAkSz4gFHS28MyS9Nd7oyfQR+0BCp2lFs5UP4=";
    })
  ];

  nativeBuildInputs = [
    pkg-config
    cmake