From 408131fde1a95ce6944dae686da02cf9ad10f99b Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Mon, 21 Nov 2022 23:53:36 +0100 Subject: [PATCH] fnott: Drop the unnecessary wlroots dependency Fnott doesn't depend on wlroots and this produces the exact same binaries. --- pkgs/applications/misc/fnott/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/misc/fnott/default.nix b/pkgs/applications/misc/fnott/default.nix index f01a2b5595a..8c730a2b48b 100644 --- a/pkgs/applications/misc/fnott/default.nix +++ b/pkgs/applications/misc/fnott/default.nix @@ -12,7 +12,6 @@ , pixman , libpng , wayland -, wlroots , dbus , fcft }: @@ -43,7 +42,6 @@ stdenv.mkDerivation rec { pixman libpng wayland - wlroots dbus fcft ];