hyprland: wayland-scanner should be nativeBuildInputs

This commit is contained in:
rewine
2023-04-03 17:31:53 +08:00
parent 1010c17591
commit b55828826a
@@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
wayland-scanner
];
outputs = [
@@ -83,7 +84,6 @@ stdenv.mkDerivation rec {
udis86
wayland
wayland-protocols
wayland-scanner
pciutils
(wlroots.override { inherit enableXWayland hidpiXWayland nvidiaPatches; })
]