Disable broken service
The service itself isn't actually broken, but the ‘mpv-mpris’ package couldn't compile when I tried.
This commit is contained in:
parent
5910d47dbb
commit
cc13663326
1 changed files with 4 additions and 1 deletions
|
@ -472,7 +472,10 @@
|
|||
(service home-mpd-notify-service-type)
|
||||
|
||||
(service home-mpv-service-type)
|
||||
(service home-mpv-mpris-service-type)
|
||||
;; [2024-01-05 Fri] mpv-mpris fails to compile:
|
||||
;; mpris.c:1:10: fatal error: gio/gio.h: No such file or directory
|
||||
;; Since I don't actually use it right now I really don't need it.
|
||||
; (service home-mpv-mpris-service-type)
|
||||
|
||||
(service home-stumpwm-service-type
|
||||
(home-stumpwm-configuration
|
||||
|
|
Loading…
Reference in a new issue