Commit 9ad3a11c authored by SkohTV's avatar SkohTV
Browse files

glee: fix cmake 4 compatibility

parent e8cca1f5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -27,6 +27,12 @@ stdenv.mkDerivation rec {
    xorg.libX11
  ];

  postPatch = ''
    substituteInPlace CMakeLists.txt --replace-fail \
      'cmake_minimum_required(VERSION 2.8)' \
      'cmake_minimum_required(VERSION 3.10)'
  '';

  configureScript = ''
    cmake
  '';