mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
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 @@ (define-public rygel
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue