Unverified Commit 30fea4ea authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

bicgl, conglomerate: fix build with cmake4 (#458285)

parents 05dc8b17 bf654e42
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -35,6 +35,11 @@ stdenv.mkDerivation rec {
    "-DBICPL_DIR=${bicpl}/lib"
  ];

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

  meta = with lib; {
    homepage = "https://github.com/${owner}/bicgl";
    description = "Brain Imaging Centre graphics library";
+5 −0
Original line number Diff line number Diff line
@@ -47,6 +47,11 @@ stdenv.mkDerivation {
    "-DBICPL_DIR=${bicpl}/lib"
  ];

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

  postFixup = ''
    for p in $out/bin/*; do
      wrapProgram $p --prefix PERL5LIB : $PERL5LIB --set PATH "${