clipboard-jh: fix build, missing wayland-scanner
This commit is contained in:
parent
463a971ae0
commit
fc288b57b7
@ -5,6 +5,7 @@
|
||||
, libffi
|
||||
, pkg-config
|
||||
, wayland-protocols
|
||||
, wayland-scanner
|
||||
, wayland
|
||||
, xorg
|
||||
, darwin
|
||||
@ -30,6 +31,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
buildInputs = lib.optionals stdenv.isLinux [
|
||||
|
Loading…
Reference in New Issue
Block a user