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>
This commit is contained in:
parent
f16d507c35
commit
83e03f9380
1 changed files with 1 additions and 1 deletions
|
@ -1697,7 +1697,7 @@ to preview files on the GNOME desktop.")
|
||||||
(arguments
|
(arguments
|
||||||
;; Disable the tracker plugin.
|
;; Disable the tracker plugin.
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
#~'("-Dplugins=external,gst-launch,lms,media-export,
|
#~(list "-Dplugins=external,gst-launch,lms,media-export,
|
||||||
mpris,playbin,ruih,tracker3")))
|
mpris,playbin,ruih,tracker3")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal
|
(list gettext-minimal
|
||||||
|
|
Reference in a new issue