diff options
| author | Pol Dellaiera <pol.dellaiera@protonmail.com> | 2025-04-22 13:58:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 13:58:32 +0000 |
| commit | b1ef14f31528dcb0dd29a764ad33b455b65e691d (patch) | |
| tree | a1dab5e24b05cdac316e4f3ee7b9b833b9049fff | |
| parent | Merge: [Backport release-24.11] nextcloud: update (#400407) (diff) | |
| parent | firefox: do not set the executable bit on desktop file (diff) | |
| download | nixpkgs-b1ef14f31528dcb0dd29a764ad33b455b65e691d.tar.gz | |
[Backport release-24.11] firefox: do not set the executable bit on desktop file (#400794)
| -rw-r--r-- | pkgs/applications/networking/browsers/firefox/wrapper.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/wrapper.nix b/pkgs/applications/networking/browsers/firefox/wrapper.nix index 9f75f58e731c..9cba72960e06 100644 --- a/pkgs/applications/networking/browsers/firefox/wrapper.nix +++ b/pkgs/applications/networking/browsers/firefox/wrapper.nix @@ -425,7 +425,7 @@ let done fi - install -D -t $out/share/applications $desktopItem/share/applications/* + install -m 644 -D -t $out/share/applications $desktopItem/share/applications/* mkdir -p $out/lib/mozilla/native-messaging-hosts for ext in ${toString allNativeMessagingHosts}; do |
