about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-06-07 14:37:10 +0200
committerFelix Buehler <account@buehler.rocks>2021-06-07 14:37:10 +0200
commit5a6ff6c275e4ded492a7af421a56eb32e4a66c5c (patch)
treeb7ed6f5500a490a631f33f865c7f171c4d6b2066 /pkgs/applications/networking/feedreaders
parent61d88f3d3e2f47e744968891b2add62224fea636 (diff)
newsflash: fix xdg-open link
Diffstat (limited to 'pkgs/applications/networking/feedreaders')
-rw-r--r--pkgs/applications/networking/feedreaders/newsflash/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/feedreaders/newsflash/default.nix b/pkgs/applications/networking/feedreaders/newsflash/default.nix
index f93b8ed50b756..b5011c122d952 100644
--- a/pkgs/applications/networking/feedreaders/newsflash/default.nix
+++ b/pkgs/applications/networking/feedreaders/newsflash/default.nix
@@ -16,6 +16,7 @@
 , glib-networking
 , librsvg
 , gst_all_1
+, xdg-utils
 }:
 
 stdenv.mkDerivation rec {
@@ -78,6 +79,9 @@ stdenv.mkDerivation rec {
     sqlite
     webkitgtk
 
+    # open link in browser
+    xdg-utils
+
     # TLS support for loading external content in webkitgtk WebView
     glib-networking