Loading pkgs/by-name/bi/bicgl/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/by-name/bi/bicgl/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading