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:
parent
748085ac87
commit
5ff7fdc39e
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue