treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -94,7 +94,7 @@ in mkDerivation rec {
|
||||
"format"
|
||||
];
|
||||
|
||||
qtWrapperArgs = [ ''--prefix LD_LIBRARY_PATH : $out/lib'' ];
|
||||
qtWrapperArgs = [ "--prefix LD_LIBRARY_PATH : $out/lib" ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p "$out/lib"
|
||||
|
||||
Reference in New Issue
Block a user