Merge pull request #162839 from veprbl/pr/root_fix_rootconfigcmake

root: fix ROOTConfig.cmake.in patching

authored by veprbl and committed by GitHub e59cbae9 20bd37fe

+1 -1
+1 -1
pkgs/applications/science/misc/root/default.nix
··· 107 107 108 108 # Hardcode path to fix use with cmake 109 109 sed -i cmake/scripts/ROOTConfig.cmake.in \ 110 - -e 'iset(nlohmann_json_DIR "${nlohmann_json}/lib/cmake/nlohmann_json/")' 110 + -e '1iset(nlohmann_json_DIR "${nlohmann_json}/lib/cmake/nlohmann_json/")' 111 111 112 112 patchShebangs build/unix/ 113 113 '' + lib.optionalString noSplash ''