luaformatter: fix substituteAll usage
This commit is contained in:
@@ -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/
|
||||
)
|
||||
|
||||
@@ -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;
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user