newsflash: remove xdg-utils

Links are now handled through org.freedesktop.portal.OpenURI
This commit is contained in:
Kira Bruneau 2022-09-30 16:39:48 -04:00
parent cbb7831412
commit be8a81a388

View File

@ -17,7 +17,6 @@
, glib-networking
, librsvg
, gst_all_1
, xdg-utils
}:
stdenv.mkDerivation (finalAttrs: {
@ -88,13 +87,6 @@ stdenv.mkDerivation (finalAttrs: {
gst-plugins-bad
]);
preFixup = ''
gappsWrapperArgs+=(--suffix PATH : "${lib.makeBinPath [
# Open links in browser
xdg-utils
]}")
'';
meta = with lib; {
description = "A modern feed reader designed for the GNOME desktop";
homepage = "https://gitlab.com/news-flash/news_flash_gtk";