treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
-e 's|java.library.path: .*|java.library.path: "${lib.concatStringsSep ":" extraLibraryPaths}"|' \
|
||||
-e 's|storm.log4j2.conf.dir: .*|storm.log4j2.conf.dir: "conf/log4j2"|' \
|
||||
defaults.yaml
|
||||
${if confFile != "" then ''cat ${confFile} >> defaults.yaml'' else ""}
|
||||
${if confFile != "" then "cat ${confFile} >> defaults.yaml" else ""}
|
||||
mv defaults.yaml $out/conf;
|
||||
|
||||
# Link to extra jars
|
||||
|
||||
Reference in New Issue
Block a user