gnome-weather: remove absolute path in desktop entry

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-10-14 21:11:42 +02:00
parent 9affc1b3d8
commit dc27833765
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -55,8 +55,7 @@ stdenv.mkDerivation rec {
# entry point to the wrapped binary we get back to a wrapped
# binary.
substituteInPlace "data/org.gnome.Weather.service.in" \
--replace "Exec=@DATA_DIR@/@APP_ID@" \
"Exec=$out/bin/gnome-weather"
--replace-fail "Exec=@DATA_DIR@/@APP_ID@" "Exec=gnome-weather"
chmod +x meson_post_install.py
patchShebangs meson_post_install.py