mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
river: depend on wayland-scanner
Currently wayland-scanner is defined to be wayland.bin, but we want to split wayland-scanner into a separate package. River also needs `wayland` itself in `buildInputs`.
This commit is contained in:
parent
bc10b4260d
commit
e2c1352232
@ -13,6 +13,7 @@
|
||||
, udev
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, wayland-scanner
|
||||
, wlroots_0_18
|
||||
, xwayland
|
||||
, zig_0_13
|
||||
@ -39,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
wayland
|
||||
wayland-scanner
|
||||
xwayland
|
||||
zig_0_13.hook
|
||||
]
|
||||
@ -52,6 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libxkbcommon
|
||||
pixman
|
||||
udev
|
||||
wayland
|
||||
wayland-protocols
|
||||
wlroots_0_18
|
||||
] ++ lib.optional xwaylandSupport libX11;
|
||||
|
Loading…
Reference in New Issue
Block a user