gnome-weather: remove absolute path in desktop entry

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2024-11-10 14:44:47 +01:00
parent 9affc1b3d8
commit dc27833765
+1 -2
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