swaynotificationcenter: fix default configuration file paths

This commit is contained in:
Alexandre Acebedo 2024-03-03 12:25:12 +01:00
parent 4c26a89604
commit 4c7b6edfdf
No known key found for this signature in database
GPG Key ID: D67F8E1727372E67

View File

@ -77,6 +77,7 @@ stdenv.mkDerivation (finalAttrs: rec {
postPatch = ''
chmod +x build-aux/meson/postinstall.py
patchShebangs build-aux/meson/postinstall.py
substituteInPlace src/functions.vala --replace "/usr/local/etc/xdg/swaync" "$out/etc/xdg/swaync"
'';
passthru.tests.version = testers.testVersion {