about summary refs log tree commit diff
path: root/pkgs/applications/misc/1password-gui/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/1password-gui/default.nix')
-rw-r--r--pkgs/applications/misc/1password-gui/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/1password-gui/default.nix b/pkgs/applications/misc/1password-gui/default.nix
index 7ffc4a5fc7fac..e39450e5bef07 100644
--- a/pkgs/applications/misc/1password-gui/default.nix
+++ b/pkgs/applications/misc/1password-gui/default.nix
@@ -131,6 +131,7 @@ in stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Multi-platform password manager";
     homepage = "https://1password.com/";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     maintainers = with maintainers; [ timstott savannidgerinel maxeaubrey sebtm ];
     platforms = [ "x86_64-linux" ];