treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -31,8 +31,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
# Fix installation error when waf tries to put files in /etc/
|
||||
prePatch = ''
|
||||
'' + lib.optionalString cyclopsSupport ''
|
||||
prePatch = "" + lib.optionalString cyclopsSupport ''
|
||||
substituteInPlace src/wscript \
|
||||
--replace "/etc/cyclops" "$out/etc/cyclops" \
|
||||
--replace "/etc/init.d" "$out/etc/init.d"
|
||||
@@ -72,8 +71,7 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optionals (cyclopsSupport) [ "--with-cyclops" ]
|
||||
;
|
||||
|
||||
postFixup = ''
|
||||
''
|
||||
postFixup = ""
|
||||
+ lib.optionalString pythonSupport ''
|
||||
wrapPythonPrograms
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user