treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
|
||||
preInstall = lib.optionalString pythonSupport
|
||||
''substituteInPlace python/libxml2mod.la --replace "${python}" "$py"'';
|
||||
installFlags = lib.optional pythonSupport
|
||||
"pythondir=\"${placeholder ''py''}/lib/${python.libPrefix}/site-packages\"";
|
||||
"pythondir=\"${placeholder "py"}/lib/${python.libPrefix}/site-packages\"";
|
||||
|
||||
postFixup = ''
|
||||
moveToOutput bin/xml2-config "$dev"
|
||||
|
||||
Reference in New Issue
Block a user