imv: remove absolute path in desktop entry

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-10-14 20:37:01 +02:00
parent 38ed0b172a
commit 0f8a593cd2
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -101,8 +101,6 @@ stdenv.mkDerivation rec {
++ builtins.map (b: backends."${b}") withBackends;
postInstall = ''
# fix the executable path and install the desktop item
substituteInPlace ../files/imv.desktop --replace "imv %F" "$out/bin/imv %F"
install -Dm644 ../files/imv.desktop $out/share/applications/
'';