gnu: k3b: Note the runtime dependency on udisks-service.

* gnu/packages/kde-multimedia.scm (k3b)[description]: Note that udisks-service
should be enabled.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Timotej Lazar 2020-06-17 12:50:07 +02:00 committed by Ludovic Courtès
parent 4aa89a0914
commit c9650cef1e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -372,7 +372,10 @@ (define-public k3b
(description "K3b is CD-writing software which intends to be feature-rich
and provide an easily usable interface. Features include burning audio CDs
from .WAV and .MP3 audio files, configuring external programs and configuring
devices.")
devices.
The @code{udisks-service} should be enabled for @command{k3b} to discover the
available CD drives.")
(license ;; GPL for programs, FDL for documentation
(list license:gpl2+ license:fdl1.2+))))