creek: move wayland to buildInputs

This commit is contained in:
Alexandru Tocar
2025-04-12 22:04:27 +02:00
parent 4a610ef577
commit c5aedb4101
+1 -1
View File
@@ -28,13 +28,13 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
zig.hook
pkg-config
wayland
wayland-scanner
];
buildInputs = [
fcft
pixman
wayland
wayland-protocols
];