gnu: upower: Fix indentation.

* gnu/packages/gnome.scm (upower): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2022-08-29 19:26:30 -04:00
parent 164dfdc44e
commit 3f25fcf84d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5514,12 +5514,11 @@ (define-public upower
(base32 "1g17rm91p8vfpjyb0k2shylrs55nccn3fa890vlk4n9s71sghbzq"))
(modules '((guix build utils)))
(snippet
;; Upstream commit
;; <https://cgit.freedesktop.org/upower/commit/?id=18457c99b68786cd729b315723d680e6860d9cfa>
;; moved 'dbus-1/system.d' from etc/ to share/. However,
;; 'dbus-configuration-directory' in (gnu services dbus)
;; expects it in etc/. Thus, move it back to its previous
;; location.
;; Upstream commit <https://cgit.freedesktop.org/upower/commit/
;; ?id=18457c99b68786cd729b315723d680e6860d9cfa> moved
;; 'dbus-1/system.d' from etc/ to share/. However,
;; 'dbus-configuration-directory' in (gnu services dbus) expects it in
;; etc/. Thus, move it back to its previous location.
#~(substitute* "src/meson.build"
(("dbusdir / 'system.d'")
"get_option('sysconfdir') / 'dbus-1/system.d'")