diff options
author | Vaxry <[email protected]> | 2024-04-20 13:25:29 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-20 13:25:29 +0100 |
commit | ea954494024cb596aaf9a40c77c3e0fcaf0e0322 (patch) | |
tree | 8c35d1e5265608c7c2ec4f88eba66a79709466d1 /nix/default.nix | |
parent | 5c97b96278da672405527b84019ab50395a9f74f (diff) | |
download | Hyprland-ea954494024cb596aaf9a40c77c3e0fcaf0e0322.tar.gz Hyprland-ea954494024cb596aaf9a40c77c3e0fcaf0e0322.zip |
core: Move tearing to hyprwayland-scanner (#5657)
Adds a new dependency: hyprwayland-scanner https://github.com/hyprwm/hyprwayland-scanner
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'nix/default.nix')
-rw-r--r-- | nix/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |