services: Add Enlightenment desktop service.

* gnu/services/desktop.scm (<enlightenment-desktop-configuration>,
enlightenment-desktop-service-type): New variables.
* doc/guix.texi (Desktop Services): Document the service.
* NEWS: Mention it.
This commit is contained in:
Efraim Flashner 2018-03-10 22:24:00 +02:00
parent 122f91bd41
commit e9d271ed9a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
3 changed files with 90 additions and 6 deletions

7
NEWS
View file

@ -11,6 +11,13 @@ Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
Please send Guix bug reports to bug-guix@gnu.org.
* Changes in 0.15.0 (since 0.14.0)
** Distribution
*** New services
enlightenment
** Programming interfaces
*** package-full-name (guix packages) now uses "@" as its delimiter.