wlinhibit: fix build, missing wayland-scanner

This commit is contained in:
Vladimír Čunát 2024-08-31 11:45:43 +02:00
parent 9d522cf362
commit c3b3652708
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -7,6 +7,7 @@
pkg-config,
wayland,
wayland-protocols,
wayland-scanner,
}:
stdenv.mkDerivation rec {
pname = "wlinhibit";
@ -30,6 +31,7 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
wayland-scanner
];
meta = {