Skip to content

Commit

Permalink
Nix: remove portal patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Aug 25, 2023
1 parent e941836 commit 8528b72
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
2 changes: 2 additions & 0 deletions assets/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ foreach type : wallpaper_types
install_data(f'wall_@type@@size@K.png', install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime')
endforeach
endforeach

install_data('hyprland-portals.conf', install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'), install_tag: 'runtime')
2 changes: 0 additions & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
patches = [
# make meson use the provided wlroots instead of the git submodule
./patches/meson-build.patch
# fixes portals search path to be picked up from $XDG_DESKTOP_PORTAL_DIR
./patches/portals.patch
];

postPatch = ''
Expand Down
28 changes: 0 additions & 28 deletions nix/patches/portals.patch

This file was deleted.

0 comments on commit 8528b72

Please sign in to comment.