From: Rostislav Svoboda <rostislav.svoboda@gmail.com>
To: 75025@debbugs.gnu.org, amorenompls@gmail.com, iyzsong@member.fsf.org
Cc: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>,
Zhu Zihao <all_but_last@163.com>, ??? <iyzsong@envs.net>
Subject: [bug#75025] [PATCH] gnu: xfce4-power-manager: Fix guix system build caused by 2e6adef5a6.
Date: Sun, 22 Dec 2024 15:58:33 +0100 [thread overview]
Message-ID: <1eaa285072d54236d6747c35c318ead068f9bceb.1734879504.git.Rostislav.Svoboda@gmail.com> (raw)
* 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
next reply other threads:[~2024-12-22 15:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-22 14:58 Rostislav Svoboda [this message]
2024-12-23 1:13 ` [bug#75025] [PATCH] gnu: xfce4-power-manager: Enable polkit and panel plugin iyzsong--- via Guix-patches via
2024-12-23 1:17 ` [bug#75025] [PATCH] gnu: xfce4-power-manager: Fix guix system build caused by 2e6adef5a6 宋文武 via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1eaa285072d54236d6747c35c318ead068f9bceb.1734879504.git.Rostislav.Svoboda@gmail.com \
--to=rostislav.svoboda@gmail.com \
--cc=75025@debbugs.gnu.org \
--cc=all_but_last@163.com \
--cc=amorenompls@gmail.com \
--cc=iyzsong@envs.net \
--cc=iyzsong@member.fsf.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.