aboutsummaryrefslogtreecommitdiff
path: root/tests/discovery.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-06-06 20:25:59 +0200
committerMarius Bakke <marius@gnu.org>2020-06-06 22:13:25 +0200
commita5d465e25b43b52dcb94a4facac351cbe9b80f01 (patch)
tree959a0f6007b4c173fc3de2c532b4888f53e53f03 /tests/discovery.scm
parent6701d2323688d752cdf6e368499dd21f32fb9656 (diff)
downloadguix-a5d465e25b43b52dcb94a4facac351cbe9b80f01.tar.gz
guix-a5d465e25b43b52dcb94a4facac351cbe9b80f01.zip
gnu: Add pulseaudio-qt.
* gnu/packages/kde-frameworks.scm (pulseaudio-qt): New public variable.
Diffstat (limited to 'tests/discovery.scm')
0 files changed, 0 insertions, 0 deletions
lls) with (gnu home services shells). Replace (gnu home-services symlink-manager) with (gnu home services symlink-manager). Replace (gnu home-services xdg) with (gnu home services xdg). * gnu/home-services/fontutils.scm: Rename to gnu/services/fontutils.scm. * gnu/home-services/mcron.scm: Move to gnu/home/services/mcron.scm. Replace (gnu home-services shepherd) with (gnu home services shepherd). * gnu/home-services.scm (%service-type-path): Search home services in "gnu/services". * gnu/home-services/shells.scm: Replace (gnu home-services configuration) with (gnu home services configuration). Rename to gnu/home/services/shells.scm. Replace (gnu home-services utils) with (gnu home services utils). * gnu/home-services/shepherd.scm: Move to gnu/home/services/shepherd.scm. * gnu/home-services/symlink-manager.scm: Rename to gnu/home/services/symlink-manager.scm. * gnu/home-services/utils.scm: Rename to gnu/home/services/utils.scm. * gnu/home-services/xdg.scm: Rename to gnu/home/services/xdg.scm. * guix/scripts/home/import.scm: Replace (gnu home-services bash) with (gnu home services bash). * gnu/home-services.scm: Update documentation string. * doc/he-config-bare-bones.scm: Apply new (gnu home-services ...) modules location. * gnu/local.mk (GNU_SYSTEM_MODULES): Same. Oleg Pykhalov