1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

waylogout: fix build, missing wayland-scanner

This commit is contained in:
Vladimír Čunát 2024-08-31 11:42:48 +02:00
parent 5ff7fdc39e
commit 8210335ff8
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -6,6 +6,7 @@
, pkg-config
, wayland
, wayland-protocols
, wayland-scanner
, libxkbcommon
, cairo
, gdk-pixbuf
@ -28,6 +29,7 @@ stdenv.mkDerivation {
meson
ninja
scdoc
wayland-scanner
];
buildInputs = [