diff options
author | rewine <[email protected]> | 2023-07-29 21:31:01 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-29 16:31:01 +0300 |
commit | a805905a492cda41e3ff17cb2f91b1388e67c32b (patch) | |
tree | be4e598d79e9dbec9056ab3aa961a1748ff4e660 | |
parent | f61a714320f789f4bb65d0ae6d5ff2fe945cfb29 (diff) | |
download | Hyprland-a805905a492cda41e3ff17cb2f91b1388e67c32b.tar.gz Hyprland-a805905a492cda41e3ff17cb2f91b1388e67c32b.zip |
Nix: move wayland-scanner to nativeBuildInputs (#2816)
-rw-r--r-- | nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix index 8970117a..a2e6f0ca 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -60,6 +60,7 @@ in ninja pkg-config makeWrapper + wayland-scanner ]; outputs = [ @@ -81,7 +82,6 @@ in udis86 wayland wayland-protocols - wayland-scanner pciutils (wlroots.override {inherit enableXWayland hidpiXWayland nvidiaPatches;}) ] |