about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2022-06-01 10:05:32 +0200
committerAlexander Foremny <aforemny@posteo.de>2022-06-13 18:55:15 +0800
commit51d4989cdd46417597bd0d51b0e12af9e2e72059 (patch)
treeced82201abb45be31f8c87d9350e06f751743623 /pkgs/applications/networking/browsers
parent76b1ca1c35d6973686579934591dc7a7517499f5 (diff)
firefox-bin: mark meta.sourceProvenance
Diffstat (limited to 'pkgs/applications/networking/browsers')
-rw-r--r--pkgs/applications/networking/browsers/firefox-bin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/firefox-bin/default.nix b/pkgs/applications/networking/browsers/firefox-bin/default.nix
index a71cb84a05c36..78304bff41915 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/default.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/default.nix
@@ -206,6 +206,7 @@ stdenv.mkDerivation {
     description = "Mozilla Firefox, free web browser (binary package)";
     homepage = "http://www.mozilla.org/firefox/";
     license = licenses.mpl20;
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     platforms = builtins.attrNames mozillaPlatforms;
     hydraPlatforms = [];
     maintainers = with maintainers; [ taku0 lovesegfault ];