GNU bug report logs -
#77997
[PATCH] gnu: swaynotificationcenter: Fix hardcoded filename.
Previous Next
To reply to this bug, email your comments to 77997 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77997
; Package
guix-patches
.
(Tue, 22 Apr 2025 21:34:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 22 Apr 2025 21:34:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This is a follow-up to ed12cba2216599a35560ad4c43f2894872910f33.
It fixes configModel.vala:310: [...]/profile/etc/xdg/swaync/config.json:2:23:
Parse error: unexpected identifier `store', expected value
* gnu/packages/wm.scm (swaynotificationcenter)[arguments]: Refresh
'fix-swaync-path phase.
---
gnu/packages/wm.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 2a5d21c0db0..18469408844 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2461,7 +2461,8 @@ (define-public swaynotificationcenter
(lambda _
(substitute* "src/config.json.in"
(("@JSONPATH@")
- (string-append #$output "/etc/xdg/swaync/configSchema.json")))
+ (format #f "\"~a/etc/xdg/swaync/configSchema.json\""
+ #$output)))
(substitute* "src/functions.vala"
(("/usr/local/etc/xdg/swaync")
(string-append #$output "/etc/xdg/swaync"))))))))
--
2.49.0
--
Best regards,
Nicolas Graves
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.