treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -58,7 +58,7 @@ in
|
||||
++ lib.optionals (enableViewer || enableGstPlugin) [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad ]
|
||||
++ lib.optionals (enableViewer) [ libnotify gtk3 gnome3.adwaita-icon-theme ];
|
||||
|
||||
preAutoreconf = ''./autogen.sh'';
|
||||
preAutoreconf = "./autogen.sh";
|
||||
|
||||
configureFlags =
|
||||
lib.optional enableUsb "--enable-usb"
|
||||
|
||||
Reference in New Issue
Block a user