nix: package: replace sdbus-cpp with sdbus-cpp_2

Closes #286

<https://github.com/hyprwm/xdg-desktop-portal-hyprland/issues/286>
This commit is contained in:
Jacob Birkett 2024-10-27 19:05:30 -07:00 committed by Mihai Fufezan
parent 8b14505c4d
commit 33da30cf6c
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@
qtbase, qtbase,
qttools, qttools,
qtwayland, qtwayland,
sdbus-cpp, sdbus-cpp_2,
slurp, slurp,
systemd, systemd,
wayland, wayland,
@ -53,7 +53,7 @@ stdenv.mkDerivation {
qtbase qtbase
qttools qttools
qtwayland qtwayland
sdbus-cpp sdbus-cpp_2
systemd systemd
wayland wayland
wayland-protocols wayland-protocols

View file

@ -22,6 +22,7 @@ in {
inputs.hyprland-protocols.overlays.default inputs.hyprland-protocols.overlays.default
inputs.hyprutils.overlays.default inputs.hyprutils.overlays.default
inputs.hyprwayland-scanner.overlays.default inputs.hyprwayland-scanner.overlays.default
self.overlays.sdbus-cpp_2
]); ]);
xdg-desktop-portal-hyprland = lib.composeManyExtensions [ xdg-desktop-portal-hyprland = lib.composeManyExtensions [