summaryrefslogtreecommitdiff
path: root/gnu/services/xorg.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-11-28 11:02:29 +0100
committerLudovic Courtès <ludo@gnu.org>2017-11-28 11:14:25 +0100
commit94b9abd9429932a7d5c9f855c7333ebb55d5c726 (patch)
tree7ae0b3bf1e972ce54dd0e4d0e30cba617aa6746b /gnu/services/xorg.scm
parentd344f5a528791cc8ee46b4506ff4ec49489108ee (diff)
downloadguix-patches-94b9abd9429932a7d5c9f855c7333ebb55d5c726.tar
guix-patches-94b9abd9429932a7d5c9f855c7333ebb55d5c726.tar.gz
services: slim: Remove unused 'bash' configuration field.
* gnu/services/xorg.scm (<slim-configuration>)[bash]: Remove. (slim-service): Adjust accordingly.
Diffstat (limited to 'gnu/services/xorg.scm')
-rw-r--r--gnu/services/xorg.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index c712793875..e7b9d9adc5 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -364,8 +364,6 @@ which should be passed to this script as the first argument. If not, the
(default xauth))
(shepherd slim-configuration-shepherd
(default shepherd))
- (bash slim-configuration-bash
- (default bash))
(auto-login-session slim-configuration-auto-login-session)
(startx slim-configuration-startx))
@@ -449,7 +447,7 @@ reboot_cmd " shepherd "/sbin/reboot\n"
(default-user "")
(theme %default-slim-theme)
(theme-name %default-slim-theme-name)
- (xauth xauth) (shepherd shepherd) (bash bash)
+ (xauth xauth) (shepherd shepherd)
(auto-login-session (file-append windowmaker
"/bin/wmaker"))
(startx (xorg-start-command)))
@@ -484,7 +482,7 @@ theme."
(allow-empty-passwords? allow-empty-passwords?)
(auto-login? auto-login?) (default-user default-user)
(theme theme) (theme-name theme-name)
- (xauth xauth) (shepherd shepherd) (bash bash)
+ (xauth xauth) (shepherd shepherd)
(auto-login-session auto-login-session)
(startx startx))))