nix: remove wayland-protocols overlay and bump flake (#9613)
* flake.lock: update nixpkgs * nix: remove wayland-protocols bump * flake.lock: update --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
parent
8c97cb7858
commit
c754d7963f
2 changed files with 12 additions and 26 deletions
|
|
@ -28,7 +28,6 @@ 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
|
||||
|
|
@ -90,17 +89,4 @@ in {
|
|||
patches = [];
|
||||
});
|
||||
};
|
||||
|
||||
# Temporary bump until https://nixpk.gs/pr-tracker.html?pr=382812 is merged.
|
||||
# Expect to build the universe.
|
||||
wayland-protocols-bump = final: prev: {
|
||||
wayland-protocols = prev.wayland-protocols.overrideAttrs (self: super: {
|
||||
version = "1.41";
|
||||
|
||||
src = prev.fetchurl {
|
||||
url = "https://gitlab.freedesktop.org/wayland/${super.pname}/-/releases/${self.version}/downloads/${super.pname}-${self.version}.tar.xz";
|
||||
hash = "sha256-J4a2sbeZZeMT8sKJwSB1ue1wDUGESBDFGv2hDuMpV2s=";
|
||||
};
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue