Merge pull request #292992 from aacebedo/aacebedo/swaync_fix_conf_file_paths

swaynotificationcenter: fix default configuration file paths
This commit is contained in:
Sandro 2024-03-04 22:26:08 +01:00 committed by GitHub
commit b5c49b4f86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {