Nix: patch portals search dir

This commit is contained in:
Mihai Fufezan 2023-06-27 00:51:04 +03:00
parent 7ed66abe57
commit 62c75883d1
No known key found for this signature in database
GPG key ID: 5899325F2F120900
2 changed files with 25 additions and 0 deletions

View file

@ -103,6 +103,8 @@ in
patches = [
# make meson use the provided wlroots instead of the git submodule
./meson-build.patch
# fixes portals search path to be picked up from $XDG_DESKTOP_PORTAL_DIR
./portals.patch
];
postPatch = ''