all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75025] [PATCH] gnu: xfce4-power-manager: Fix guix system build caused by 2e6adef5a6.
@ 2024-12-22 14:58 Rostislav Svoboda
  0 siblings, 0 replies; only message in thread
From: Rostislav Svoboda @ 2024-12-22 14:58 UTC (permalink / raw)
  To: 75025, amorenompls, iyzsong; +Cc: Rostislav Svoboda, Zhu Zihao, ???

* gnu/packages/xfce.scm (xfce4-power-manager): Fix guix system build problem
introduced by 2e6adef5a6. The `guix system build` fails with 'In procedure
opendir: No such file or directory' for
/gnu/store/70x83bfg3hqvsvhfrk5fw4m57wm6sb73-xfce4-power-manager-4.20.0.

Change-Id: Id18b3ed33c13ddf7669525bb0f516aed35ead117
---
 gnu/packages/xfce.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0c03b08f80..0ab3183c7f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1370,7 +1370,7 @@ (define-public xfce4-power-manager
     (native-inputs
      (list (list glib "bin") pkg-config intltool))
     (inputs
-     (list libxrandr gtk+ upower libnotify libxfce4ui))
+     (list libxrandr gtk+ upower libnotify libxfce4ui polkit))
     (home-page "https://www.xfce.org/")
     (synopsis "Xfce Power Manager")
     (description

base-commit: 1ca065fe68d68a2fa9c3d747f23fd11c8ecfd85b
-- 
2.46.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-22 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-22 14:58 [bug#75025] [PATCH] gnu: xfce4-power-manager: Fix guix system build caused by 2e6adef5a6 Rostislav Svoboda

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.