luaformatter: fix substituteAll usage

This commit is contained in:
K900
2024-10-20 18:53:30 +03:00
parent 8a9b8cd39e
commit 359cf4b159
2 changed files with 3 additions and 2 deletions
@@ -12,7 +12,7 @@ index 4a21b94..0ac7911 100644
- ${PROJECT_SOURCE_DIR}/third_party/antlr4/runtime/Cpp/runtime/src
+ @libargs@/include
+ @catch2@/include
+ @yaml-cpp@/include
+ @yamlCpp@/include
+ @antlr4RuntimeCpp@/include/antlr4-runtime
${PROJECT_SOURCE_DIR}/src/
)
+2 -1
View File
@@ -27,7 +27,8 @@ stdenv.mkDerivation rec {
(substituteAll {
src = ./fix-lib-paths.patch;
antlr4RuntimeCpp = antlr4.runtime.cpp.dev;
inherit libargs catch2 yaml-cpp;
yamlCpp = yaml-cpp;
inherit libargs catch2;
})
];