forked from mirrors/nixpkgs
Merge pull request #128054 from hrhino/fix/sourcetrail
sourcetrail: fix
This commit is contained in:
commit
be946197b7
|
@ -120,7 +120,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
# Sourcetrail attempts to copy clang headers from the LLVM store path
|
||||
substituteInPlace CMakeLists.txt \
|
||||
--replace "\''${LLVM_BINARY_DIR}" '${llvmPackages.clang-unwrapped}'
|
||||
--replace "\''${LLVM_BINARY_DIR}" '${lib.getLib llvmPackages.clang-unwrapped}'
|
||||
|
||||
patchShebangs script
|
||||
ln -sf ${installJavaIndexer} script/update_java_indexer.sh
|
||||
|
|
Loading…
Reference in a new issue