mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-06 00:35:58 +01:00
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:
parent
8b14505c4d
commit
33da30cf6c
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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 [
|
||||||
|
|
Loading…
Reference in a new issue