Merge pull request #162839 from veprbl/pr/root_fix_rootconfigcmake
root: fix ROOTConfig.cmake.in patching
This commit is contained in:
commit
e59cbae991
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# Hardcode path to fix use with cmake
|
||||
sed -i cmake/scripts/ROOTConfig.cmake.in \
|
||||
-e 'iset(nlohmann_json_DIR "${nlohmann_json}/lib/cmake/nlohmann_json/")'
|
||||
-e '1iset(nlohmann_json_DIR "${nlohmann_json}/lib/cmake/nlohmann_json/")'
|
||||
|
||||
patchShebangs build/unix/
|
||||
'' + lib.optionalString noSplash ''
|
||||
|
|
Loading…
Reference in a new issue