nixpkgs/pkgs/development/libraries/xdg-desktop-portal
Jan Tojnar 3b2f55e89f xdg-desktop-portal: Use custom variable for finding portals
x-d-p only looks for portal definitions in one of two places:
- datadir (which we cannot install anything to, since Nix packages are immutable)
- when `XDG_DESKTOP_PORTAL_DIR` environment variable is set, the path specified therein
  (meant for tests, disables looking for portal configuration anywhere else)

Let’s introduce our own `NIX_XDG_DESKTOP_PORTAL_DIR` environment variable
that will only control the portal definitions lookup.
We will not use it for searching for configuration
because it would require looking in the parent directory
and `XDG_CONFIG_DIRS` variable is sufficient for us.
2024-02-11 03:21:55 +01:00
..
default.nix xdg-desktop-portal: Use custom variable for finding portals 2024-02-11 03:21:55 +01:00
installed-tests-path.patch
nix-pkgdatadir-env.patch xdg-desktop-portal: Use custom variable for finding portals 2024-02-11 03:21:55 +01:00