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 09:47:11 +0200
committerAlexander Foremny <aforemny@posteo.de>2022-06-13 18:55:15 +0800
commit6603e6a8d11e2db76f507b54b0b6df2d9b9143e3 (patch)
treefc7d5a3ae1c7f5c8bef2017905efb6323867cfa9 /pkgs/applications/networking/browsers
parent04f2eb1b0af899d4b85d58dc9d05b74064701ac5 (diff)
tor-browser-bundle-bin: mark meta.sourceProvenance
Diffstat (limited to 'pkgs/applications/networking/browsers')
-rw-r--r--pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
index 1023928e4b2e5..cba350a5d96c5 100644
--- a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
+++ b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
@@ -434,5 +434,6 @@ stdenv.mkDerivation rec {
     # the compound is "libre" in a strict sense (some components place certain
     # restrictions on redistribution), it's free enough for our purposes.
     license = licenses.free;
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
   };
 }