Nix: move patches to subdir

This commit is contained in:
Mihai Fufezan 2023-07-19 19:02:30 +03:00 committed by Mihai Fufezan
parent 7091d4e597
commit 91e3c654d3
8 changed files with 6 additions and 6 deletions

View file

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