From ea954494024cb596aaf9a40c77c3e0fcaf0e0322 Mon Sep 17 00:00:00 2001 From: Vaxry <43317083+vaxerski@users.noreply.github.com> Date: Sat, 20 Apr 2024 13:25:29 +0100 Subject: core: Move tearing to hyprwayland-scanner (#5657) Adds a new dependency: hyprwayland-scanner https://github.com/hyprwm/hyprwayland-scanner --------- Co-authored-by: Mihai Fufezan --- nix/default.nix | 2 ++ nix/overlays.nix | 1 + 2 files changed, 3 insertions(+) (limited to 'nix') diff --git a/nix/default.nix b/nix/default.nix index a7679672..2d86366a 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -12,6 +12,7 @@ hyprcursor, hyprland-protocols, hyprlang, + hyprwayland-scanner, jq, libGL, libdrm, @@ -86,6 +87,7 @@ in ''; nativeBuildInputs = [ + hyprwayland-scanner jq makeWrapper meson diff --git a/nix/overlays.nix b/nix/overlays.nix index 97e66912..fe5a5ed6 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -24,6 +24,7 @@ in { inputs.hyprcursor.overlays.default inputs.hyprland-protocols.overlays.default inputs.hyprlang.overlays.default + inputs.hyprwayland-scanner.overlays.default self.overlays.wlroots-hyprland self.overlays.udis86 # Hyprland packages themselves -- cgit v1.2.3