Commit afaf992b authored by Pol Dellaiera's avatar Pol Dellaiera Committed by Masum Reza
Browse files

firefox: do not set the executable bit on desktop file

This prevent Gnome to find the app correctly.
parent bbd42dd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -487,7 +487,7 @@ let
              done
          fi

          install -D -t $out/share/applications $desktopItem/share/applications/*
          install -m 644 -D -t $out/share/applications $desktopItem/share/applications/*

        ''
        + lib.optionalString hasMozSystemDirPatch ''