hyprland: wayland-scanner should be nativeBuildInputs

This commit is contained in:
rewine 2023-04-03 17:31:53 +08:00
parent 1010c17591
commit b55828826a
No known key found for this signature in database
GPG key ID: AABB329787290824

View file

@ -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; })
]