forked from mirrors/nixpkgs
fnott: Drop the unnecessary wlroots dependency
Fnott doesn't depend on wlroots and this produces the exact same binaries.
This commit is contained in:
parent
d2596de25e
commit
408131fde1
|
@ -12,7 +12,6 @@
|
|||
, pixman
|
||||
, libpng
|
||||
, wayland
|
||||
, wlroots
|
||||
, dbus
|
||||
, fcft
|
||||
}:
|
||||
|
@ -43,7 +42,6 @@ stdenv.mkDerivation rec {
|
|||
pixman
|
||||
libpng
|
||||
wayland
|
||||
wlroots
|
||||
dbus
|
||||
fcft
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue