gnome-control-center: 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:33:47 +02:00
parent cddcb797a3
commit ac1e883587
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -200,9 +200,6 @@ stdenv.mkDerivation (finalAttrs: {
# WM keyboard shortcuts
--prefix XDG_DATA_DIRS : "${mutter}/share"
)
for i in $out/share/applications/*; do
substituteInPlace $i --replace "Exec=gnome-control-center" "Exec=$out/bin/gnome-control-center"
done
'';
separateDebugInfo = true;