way-displays: depend on wayland-scanner

Currently wayland-scanner is defined to be wayland.bin, but we want to
split wayland-scanner into a separate package.
This commit is contained in:
Alyssa Ross 2023-02-10 12:01:40 +00:00 committed by Florian Klink
parent d474d6efe2
commit f043fe4abb

View File

@ -2,6 +2,7 @@
, stdenv
, fetchFromGitHub
, pkg-config
, wayland-scanner
, wayland
, libinput
, yaml-cpp
@ -20,9 +21,13 @@ stdenv.mkDerivation rec {
strictDeps = true;
depsBuildBuild = [
pkg-config
];
nativeBuildInputs = [
pkg-config
wayland
wayland-scanner
];
buildInputs = [