Unverified Commit baba6574 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

shared_desktop_ontologies: fix build with cmake4

parent bf4eab3a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,11 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ cmake ];

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

  meta = with lib; {
    homepage = "https://oscaf.sourceforge.net/";
    description = "Ontologies necessary for the Nepomuk semantic desktop";