1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

wayfirePlugins.wayfire-plugins-extra: fix build, missing wayland-scanner

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

View file

@ -5,6 +5,7 @@
, ninja
, pkg-config
, wayfire
, wayland-scanner
, wf-config
, libevdev
, libinput
@ -29,6 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
meson
ninja
pkg-config
wayland-scanner
];
buildInputs = [