about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2022-09-30 16:40:51 -0400
committerKira Bruneau <kira.bruneau@pm.me>2022-09-30 16:50:05 -0400
commitcbb7831412acb1d8912c2d655ce285cfec4f9263 (patch)
tree42b967e6ea8117b85b1ab5b7b3d6580803dc00d5 /pkgs/applications/networking/feedreaders
parentd8f6f772828712304ccdba5b3d102a5ed61fb6e5 (diff)
newsflash: remove libhandy buildInput
libadwaita is the successor to libhandy, so libhandy isn't needed
anymore
Diffstat (limited to 'pkgs/applications/networking/feedreaders')
-rw-r--r--pkgs/applications/networking/feedreaders/newsflash/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/feedreaders/newsflash/default.nix b/pkgs/applications/networking/feedreaders/newsflash/default.nix
index a8333f7661514..0bf2c39e957ed 100644
--- a/pkgs/applications/networking/feedreaders/newsflash/default.nix
+++ b/pkgs/applications/networking/feedreaders/newsflash/default.nix
@@ -10,7 +10,6 @@
 , glib
 , gtk4
 , libadwaita
-, libhandy
 , libxml2
 , openssl
 , sqlite
@@ -71,7 +70,6 @@ stdenv.mkDerivation (finalAttrs: {
   buildInputs = [
     gtk4
     libadwaita
-    libhandy
     libxml2
     openssl
     sqlite