gnu: rygel: Improve style.
* gnu/packages/gnome.scm (rygel) [#:configure-flags]: Use the 'list' syntax istead of 'quote'. Change-Id: I173b5872ebfa82855055145923cd2f1a1b4d68d1 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
f16d507c35
commit
83e03f9380
|
@ -1697,7 +1697,7 @@ to preview files on the GNOME desktop.")
|
|||
(arguments
|
||||
;; Disable the tracker plugin.
|
||||
(list #:configure-flags
|
||||
#~'("-Dplugins=external,gst-launch,lms,media-export,
|
||||
#~(list "-Dplugins=external,gst-launch,lms,media-export,
|
||||
mpris,playbin,ruih,tracker3")))
|
||||
(native-inputs
|
||||
(list gettext-minimal
|
||||
|
|
Reference in New Issue