require wlroots 0.15

This commit is contained in:
Daniel Barlow 2022-04-26 23:02:31 +01:00
parent 92d36e84c4
commit e9b00fbd28
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
, scdoc , scdoc
, wayland , wayland
, wayland-protocols , wayland-protocols
, wlroots , wlroots_0_15
, xwayland , xwayland
}: }:
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
pango pango
wayland wayland
wayland-protocols wayland-protocols
wlroots wlroots_0_15
xwayland xwayland
]; ];