about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/tptp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/logic/tptp/default.nix')
-rw-r--r--pkgs/applications/science/logic/tptp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/logic/tptp/default.nix b/pkgs/applications/science/logic/tptp/default.nix
index 9c91eaddfc47e..5df511ebaa8e7 100644
--- a/pkgs/applications/science/logic/tptp/default.nix
+++ b/pkgs/applications/science/logic/tptp/default.nix
@@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
     # Also, it is unclear what is covered by "verbatim" - we will edit configs
     hydraPlatforms = [];
     platforms = platforms.all;
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfreeRedistributable;
   };
 }