treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
makefile = "unix/Makefile";
|
||||
buildFlags = if stdenv.isCygwin then [ "cygwin" ] else [ "generic" ];
|
||||
installFlags = [
|
||||
"prefix=${placeholder ''out''}"
|
||||
"prefix=${placeholder "out"}"
|
||||
"INSTALL=cp"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user