Unverified Commit b5c49b4f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #292992 from aacebedo/aacebedo/swaync_fix_conf_file_paths

swaynotificationcenter: fix default configuration file paths
parents f70f065c 4c7b6edf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {