···44# Please keep in spec order for easier maintenance.
55# When adding a new value, don't forget to update the Version field below!
66# See https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
77-{ name # The name of the desktop file
77+lib.makeOverridable ({ name # The name of the desktop file
88, type ? "Application"
99# version is hardcoded
1010, desktopName # The name of the application
···115115 destination = "/share/applications/${name}.desktop";
116116 text = builtins.concatStringsSep "\n" content;
117117 checkPhase = ''${buildPackages.desktop-file-utils}/bin/desktop-file-validate "$target"'';
118118-}
118118+})