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