GNU bug report logs -
#76191
[PATCH 1/3] gnu: rofi: Propagate inputs.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Tue, 11 Feb 2025 04:16:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 11 Feb 2025 20:41:37 +0800
with message-id <87h6507iwu.fsf <at> envs.net>
and subject line Re: [bug#76191] [PATCH 1/3] gnu: rofi: Propagate inputs.
has caused the debbugs.gnu.org bug report #76191,
regarding [PATCH 1/3] gnu: rofi: Propagate inputs.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
76191: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76191
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xdisorg.scm (rofi) [inputs]: Move cairo, glib and pango
to propagated-inputs.
Change-Id: I09c06192f03c25f106c1632782e82a68e5f52630
Fixes: <https://issues.guix.gnu.org/76184>
---
gnu/packages/xdisorg.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 64607dc44d..d1523f0ee8 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2129,19 +2129,18 @@ (define-public rofi
`(,glib "bin")
pkg-config))
(inputs
- (list cairo
- glib
- libjpeg-turbo
+ (list libjpeg-turbo
(librsvg-for-system)
libxcb
libxkbcommon
- pango
startup-notification
xcb-util
xcb-util-cursor
xcb-util-keysyms
xcb-util-wm
xcb-util-xrm))
+ (propagated-inputs
+ (list cairo glib pango)) ;in Requires.private of rofi.pc
(native-search-paths
;; This is where rofi will search for plugins by default.
(list (search-path-specification
base-commit: 69cbb0dd25eebbb38e179c1679aa0433008d9d08
--
2.48.1
[Message part 3 (message/rfc822, inline)]
Pushed now, close.
This bug report was last modified 97 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.