hyprwm / xdg-desktop-portal-hyprland

xdg-desktop-portal backend for Hyprland
BSD 3-Clause "New" or "Revised" License
306 stars 48 forks source link

nix: overlays: xdph: override sdbus with sdbus-cpp_2 (closes #286) #288

Closed spikespaz closed 4 weeks ago

spikespaz commented 4 weeks ago

In the default overlay, override XDPH's package arguments to say that sdbus-cpp = sdbus-cpp_2 which was introduced in a prior commit.

Let's discuss in #286.

Also see #287.

This PR is my preference, until we do more digging in Nixpkgs to see if sdbus-cpp_2 is a permanent name, or if they're phasing it out once other package updates are merged.


Original:

Replace XDPH's package argument sdbus-cpp with sdbus-cpp_2.

This is my less preferred option.

Let's discuss in #286.

Also see #287.

This PR should be merged over that one in the event that sdbus-cpp_2 is a permanent addition to Nixpkgs (and sdbus-cpp stays for dependents on 1.5.x).

spikespaz commented 4 weeks ago

cc @fufexan

fufexan commented 4 weeks ago

Should probably be closed since #287 was merged.