civodul pushed a commit to branch master
in repository guix.

commit c9650cef1eff4fc2a59a7891cb8ca9d9d0e4dd40
Author: Timotej Lazar <[email protected]>
AuthorDate: Wed Jun 17 12:50:07 2020 +0200

    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 <[email protected]>
---
 gnu/packages/kde-multimedia.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index 9fab19f..ecc1afe 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -372,7 +372,10 @@ This package is part of the KDE multimedia module.")
     (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+))))
 

Reply via email to