about summary refs log tree commit diff
path: root/pkgs/applications/misc/robo3t/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/robo3t/default.nix')
-rw-r--r--pkgs/applications/misc/robo3t/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/robo3t/default.nix b/pkgs/applications/misc/robo3t/default.nix
index 81219fc75269..ae32aac267e1 100644
--- a/pkgs/applications/misc/robo3t/default.nix
+++ b/pkgs/applications/misc/robo3t/default.nix
@@ -91,6 +91,7 @@ stdenv.mkDerivation rec {
     homepage = "https://robomongo.org/";
     description = "Query GUI for mongodb. Formerly called Robomongo";
     platforms = [ "x86_64-linux" ];
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ eperuffo ];
   };