guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d7470468dadf9bd646287e2aa0441744234e8691
Author: aei <[email protected]>
AuthorDate: Sat Jun 27 17:03:33 2026 +0300
gnu: upower: Pass “-Dlocalstatedir=/var”.
* gnu/packages/gnome.scm (upower)[arguments]<#:configure-flags>: Add
“-Dlocalstatedir=/var”.
Fixes: guix/guix#9566
Merges: guix/guix#9571
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b2c7f3e5c3..89966d1b2c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5745,9 +5745,9 @@ faster results and to avoid unnecessary server load.")
#:glib-or-gtk? #t
#:configure-flags
#~(list "-Dsystemdsystemunitdir=no"
- ;; If not specified, udev will try putting history information
- ;; in /gnu/store.
- "-Dhistorydir=/var/lib/upower"
+ ;; If not specified, udev will try putting history information
and
+ ;; state files in /gnu/store.
+ "-Dlocalstatedir=/var"
(string-append "-Dudevrulesdir=" #$output "/bin/udev/rules.d")
(string-append "-Dudevhwdbdir=" #$output "/lib/udev/hwdb.d"))
#:phases