Nix: move wayland-scanner to nativeBuildInputs (#2816)

This commit is contained in:
rewine 2023-07-29 21:31:01 +08:00 committed by GitHub
parent f61a714320
commit a805905a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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