diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-12-04 18:27:05 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-04 20:52:16 +0100 |
commit | 83e03f9380ab5a8a07f2473ee7eafecc729be3c2 (patch) | |
tree | bce0607d0e604cbaa40e2e55b92148b473989c66 /gnu | |
parent | f16d507c35015cf8522b4808dac46a25a01146f1 (diff) | |
download | guix-83e03f9380ab5a8a07f2473ee7eafecc729be3c2.tar.gz guix-83e03f9380ab5a8a07f2473ee7eafecc729be3c2.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6e76b80312..1eee97c2dd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |