mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: desktop: Deprecate 'udisks-service' procedure.
* doc/guix.texi (Desktop Services): Replace 'udisks-service' with 'udisks-service-type'. Document <udisks-configuration>. * gnu/packages/kde-multimedia.scm (k3b)[description]: Replace 'udisks-service' with 'udisks-service-type'. * gnu/services/desktop.scm (udisks-service-type): Set default value. (udisks-service): Deprecate procedure. (desktop-services-for-system): Use udisks-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ffc5d42fc2
commit
e8f161ea11
3 changed files with 25 additions and 10 deletions
|
@ -460,8 +460,8 @@ and provide an easily usable interface. Features include burning audio CDs
|
|||
from .WAV and .MP3 audio files, configuring external programs and configuring
|
||||
devices.
|
||||
|
||||
The @code{udisks-service} should be enabled for @command{k3b} to discover the
|
||||
available CD drives.")
|
||||
The @code{udisks-service-type} 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+))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue