about summary refs log tree commit diff
path: root/pkgs/development/tools/thrust/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/thrust/default.nix')
-rw-r--r--pkgs/development/tools/thrust/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/thrust/default.nix b/pkgs/development/tools/thrust/default.nix
index 9770a384e1831..5e7b90641704a 100644
--- a/pkgs/development/tools/thrust/default.nix
+++ b/pkgs/development/tools/thrust/default.nix
@@ -39,6 +39,7 @@ in stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Chromium-based cross-platform / cross-language application framework";
     homepage = "https://github.com/breach/thrust";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.mit;
     maintainers = [ maintainers.osener ];
     platforms = [ "x86_64-linux" ];