about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2022-06-01 10:07:10 +0200
committerAlexander Foremny <aforemny@posteo.de>2022-06-13 18:55:15 +0800
commit746ecffadecd64faf8b62727ec295c037445851a (patch)
tree455a540251dae634b30f378c273b665cd19e137b /pkgs/applications
parent51d4989cdd46417597bd0d51b0e12af9e2e72059 (diff)
microsoft-edge: mark meta.sourceProvenance
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/microsoft-edge/browser.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/microsoft-edge/browser.nix b/pkgs/applications/networking/browsers/microsoft-edge/browser.nix
index ce7aecb1dc57a..8ec4b523e4b08 100644
--- a/pkgs/applications/networking/browsers/microsoft-edge/browser.nix
+++ b/pkgs/applications/networking/browsers/microsoft-edge/browser.nix
@@ -185,6 +185,7 @@ stdenv.mkDerivation rec {
     homepage = "https://www.microsoft.com/en-us/edge";
     description = "The web browser from Microsoft";
     license = licenses.unfree;
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ zanculmarktum kuwii ];
   };