Loading pkgs/by-name/co/conglomerate/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 "${ Loading Loading
pkgs/by-name/co/conglomerate/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 "${ Loading