Loading pkgs/by-name/ig/igprof/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,10 @@ stdenv.mkDerivation rec { }; postPatch = '' substituteInPlace src/igprof --replace libigprof.so $out/lib/libigprof.so substituteInPlace src/igprof \ --replace-fail libigprof.so $out/lib/libigprof.so substituteInPlace CMakeLists.txt \ --replace-fail "CMAKE_MINIMUM_REQUIRED(VERSION 2.6)" "CMAKE_MINIMUM_REQUIRED(VERSION 3.10)" ''; buildInputs = [ Loading Loading
pkgs/by-name/ig/igprof/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,10 @@ stdenv.mkDerivation rec { }; postPatch = '' substituteInPlace src/igprof --replace libigprof.so $out/lib/libigprof.so substituteInPlace src/igprof \ --replace-fail libigprof.so $out/lib/libigprof.so substituteInPlace CMakeLists.txt \ --replace-fail "CMAKE_MINIMUM_REQUIRED(VERSION 2.6)" "CMAKE_MINIMUM_REQUIRED(VERSION 3.10)" ''; buildInputs = [ Loading