treewide: fix double quoted strings in meta.description

Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
volth
2021-01-24 09:19:10 +00:00
committed by Ben Siraphob
parent 513a3ea665
commit bc0d605cf1
563 changed files with 1884 additions and 1911 deletions

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "13hlx6qwrrxmlvvqcr3irxba6zmf05cf54l32vj50wc66s1qd41p";
};
makeFlags = [ "prefix=${placeholder ''out''}" ];
makeFlags = [ "prefix=${placeholder "out"}" ];
enableParallelBuilding = true;
doInstallCheck = true;