mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
nix/overlays: add wayland-protocols overlay
This commit is contained in:
parent
e1179b665b
commit
f2d43e5f21
@ -28,6 +28,7 @@ in {
|
||||
inputs.hyprlang.overlays.default
|
||||
inputs.hyprutils.overlays.default
|
||||
inputs.hyprwayland-scanner.overlays.default
|
||||
self.overlays.wayland-protocols-bump
|
||||
self.overlays.udis86
|
||||
|
||||
# Hyprland packages themselves
|
||||
@ -89,4 +90,17 @@ in {
|
||||
patches = [];
|
||||
});
|
||||
};
|
||||
|
||||
# Temporary bump until https://nixpk.gs/pr-tracker.html?pr=367753 is merged.
|
||||
# Expect to build the universe.
|
||||
wayland-protocols-bump = final: prev: {
|
||||
wayland-protocols = prev.wayland-protocols.overrideAttrs (self: super: {
|
||||
version = "1.40";
|
||||
|
||||
src = prev.fetchurl {
|
||||
url = "https://gitlab.freedesktop.org/wayland/${super.pname}/-/releases/${self.version}/downloads/${super.pname}-${self.version}.tar.xz";
|
||||
hash = "sha256-shcReTJHwsQnY5FDkt+p/LnjcoyktKoRCtuNkV/ABok=";
|
||||
};
|
||||
});
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user