packages/tubefeeder: fix .desktop

This commit is contained in:
Max Headroom 2023-04-30 00:16:11 +02:00
parent d02b2043ba
commit 1e5d6a63d5

View file

@ -54,4 +54,9 @@ stdenv.mkDerivation rec {
postPatch = '' postPatch = ''
patchShebangs build-aux/meson_post_install.py patchShebangs build-aux/meson_post_install.py
''; '';
postFixup = ''
substituteInPlace $out/share/applications/de.schmidhuberj.tubefeeder.desktop \
--replace /app/bin/tubefeeder tubefeeder
'';
} }