packages/tubefeeder: fix .desktop
This commit is contained in:
parent
d02b2043ba
commit
1e5d6a63d5
1 changed files with 5 additions and 0 deletions
|
@ -54,4 +54,9 @@ stdenv.mkDerivation rec {
|
|||
postPatch = ''
|
||||
patchShebangs build-aux/meson_post_install.py
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace $out/share/applications/de.schmidhuberj.tubefeeder.desktop \
|
||||
--replace /app/bin/tubefeeder tubefeeder
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue