Merge pull request #292992 from aacebedo/aacebedo/swaync_fix_conf_file_paths
swaynotificationcenter: fix default configuration file paths
This commit is contained in:
commit
b5c49b4f86
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user