wlvncc: fix build, missing wayland-scanner

This commit is contained in:
Vladimír Čunát
2024-08-31 11:47:10 +02:00
parent c3b3652708
commit 20766c84e8

View File

@@ -19,6 +19,7 @@
, pkg-config , pkg-config
, pixman , pixman
, wayland , wayland
, wayland-scanner
, zlib , zlib
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
@@ -36,6 +37,7 @@ stdenv.mkDerivation {
meson meson
ninja ninja
pkg-config pkg-config
wayland-scanner
]; ];
buildInputs = [ buildInputs = [