aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-04-05 10:54:30 -0600
committerKenny Ballou <kb@devnulllabs.io>2023-04-05 10:54:30 -0600
commit8da814bfd42462173f53c987e572852f559c4bc8 (patch)
tree62256ec093e8315762e07f8f4843e12bbb17f182 /systems
parentb6d954fd50fbed079ddba5047aaae31507d5af21 (diff)
downloaddotfiles-8da814bfd42462173f53c987e572852f559c4bc8.tar.gz
dotfiles-8da814bfd42462173f53c987e572852f559c4bc8.tar.xz
Remove explicit use of geoclue service
This was added in 6a71d9d ("systems/axo: discontinue use of deprecated services", Mon Mar 20 12:39:22 2023 -0600). However, this broke builds of the system since `geoclue-service-type` was already included in `%desktop-services`. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/axo.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/systems/axo.scm b/systems/axo.scm
index 6eac47c2..da50d6ac 100644
--- a/systems/axo.scm
+++ b/systems/axo.scm
@@ -153,7 +153,6 @@
;; NetworkManager, and more.
(services (append (list (service gnome-desktop-service-type)
(service gnome-keyring-service-type)
- (service geoclue-service-type)
(service bluetooth-service-type
(bluetooth-configuration
(name "axo")))