1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: swaynotificationcenter: Fix hardcoded filename.

This is a follow-up to ed12cba221.

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.

Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Nicolas Graves
2025-04-22 19:44:07 +02:00
committed by Zheng Junjie
parent 567b5d573e
commit ab39ed52a0

View File

@@ -2461,7 +2461,8 @@ and provides animations for switching between backgrounds.")
(lambda _
(substitute* "src/config.json.in"
(("@JSONPATH@")
(string-append #$output "/etc/xdg/swaync/configSchema.json")))
(string-append "\"" #$output
"/etc/xdg/swaync/configSchema.json\"")))
(substitute* "src/functions.vala"
(("/usr/local/etc/xdg/swaync")
(string-append #$output "/etc/xdg/swaync"))))))))