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:
parent
d474d6efe2
commit
f043fe4abb
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user