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

artyFX: fix build with cmake4 (#455869)

parents fe4c236d b3727a30
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -40,6 +40,15 @@ stdenv.mkDerivation rec {
    ntk
  ];

  postPatch = ''
    substituteInPlace CMakeLists.txt --replace-fail \
      'cmake_minimum_required (VERSION 2.6)' \
      'cmake_minimum_required(VERSION 4.0)'
    substituteInPlace src/avtk/CMakeLists.txt --replace-fail \
      'cmake_minimum_required (VERSION 2.6)' \
      'cmake_minimum_required(VERSION 4.0)'
  '';

  meta = with lib; {
    homepage = "http://openavproductions.com/artyfx/";
    description = "LV2 plugin bundle of artistic realtime effects";