Unverified Commit 8396e524 authored by lassulus's avatar lassulus Committed by GitHub
Browse files

Merge pull request #323795 from RAVENz46/mullvad-browser

{mullvad,tor}-browser: Add mimeTypes
parents 08a134ab d712b00d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -144,6 +144,14 @@ stdenv.mkDerivation rec {
    genericName = "Web Browser";
    comment = meta.description;
    categories = [ "Network" "WebBrowser" "Security" ];
    mimeTypes = [
      "text/html"
      "text/xml"
      "application/xhtml+xml"
      "application/vnd.mozilla.xul+xml"
      "x-scheme-handler/http"
      "x-scheme-handler/https"
    ];
  })];

  buildPhase = ''
+8 −0
Original line number Diff line number Diff line
@@ -163,6 +163,14 @@ stdenv.mkDerivation rec {
    genericName = "Web Browser";
    comment = meta.description;
    categories = [ "Network" "WebBrowser" "Security" ];
    mimeTypes = [
      "text/html"
      "text/xml"
      "application/xhtml+xml"
      "application/vnd.mozilla.xul+xml"
      "x-scheme-handler/http"
      "x-scheme-handler/https"
    ];
  })];

  buildPhase = ''