Loading pkgs/by-name/cp/cppcms/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ stdenv.mkDerivation rec { sha256 = "sha256-aXAxx9FB/dIVxr5QkLZuIQamO7PlLwnugSDo78bAiiE="; }; postPatch = '' substituteInPlace {,booster/}CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.6)" "cmake_minimum_required(VERSION 3.10)" ''; nativeBuildInputs = [ cmake python3 Loading Loading
pkgs/by-name/cp/cppcms/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ stdenv.mkDerivation rec { sha256 = "sha256-aXAxx9FB/dIVxr5QkLZuIQamO7PlLwnugSDo78bAiiE="; }; postPatch = '' substituteInPlace {,booster/}CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.6)" "cmake_minimum_required(VERSION 3.10)" ''; nativeBuildInputs = [ cmake python3 Loading