fnott: Drop the unnecessary wlroots dependency

Fnott doesn't depend on wlroots and this produces the exact same binaries.
This commit is contained in:
Michael Weiss 2022-11-21 23:53:36 +01:00 committed by Peter Hoeg
parent d2596de25e
commit 408131fde1

View file

@ -12,7 +12,6 @@
, pixman , pixman
, libpng , libpng
, wayland , wayland
, wlroots
, dbus , dbus
, fcft , fcft
}: }:
@ -43,7 +42,6 @@ stdenv.mkDerivation rec {
pixman pixman
libpng libpng
wayland wayland
wlroots
dbus dbus
fcft fcft
]; ];