treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ python3Packages.buildPythonApplication rec {
|
||||
# prevent double wrapping from wrapGApps and wrapPythonProgram
|
||||
dontWrapGApps = true;
|
||||
makeWrapperArgs = [
|
||||
''''${gappsWrapperArgs[@]}''
|
||||
"\${gappsWrapperArgs[@]}"
|
||||
];
|
||||
|
||||
strictDeps = false;
|
||||
|
||||
Reference in New Issue
Block a user