treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ mkDerivation rec {
|
||||
sourceRoot = "${src.name}/mandelbulber2";
|
||||
|
||||
qmakeFlags = [
|
||||
"SHARED_PATH=${placeholder ''out''}"
|
||||
"SHARED_PATH=${placeholder "out"}"
|
||||
(if withOpenCL
|
||||
then "qmake/mandelbulber-opencl.pro"
|
||||
else "qmake/mandelbulber.pro")
|
||||
|
||||
Reference in New Issue
Block a user