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
2024-08-11 22:41:56 +03:00
committed by Florian Klink
parent d474d6efe2
commit f043fe4abb
+6 -1
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 = [