treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ in mkDerivation {
|
||||
let
|
||||
binPath = lib.makeBinPath [ jre_headless ];
|
||||
in lib.optionals withJava [
|
||||
''--prefix PATH : ${binPath}''
|
||||
"--prefix PATH : ${binPath}"
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user