about summary refs log tree commit diff
path: root/pkgs/development/tools/rgp
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-06-16 23:11:43 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-17 19:59:09 +0100
commit07706c46cabba8f1182d7c50c7d538d29acc65cf (patch)
tree06e649579fedf53430ca90cd05cf84ab4410f935 /pkgs/development/tools/rgp
parent45f19df837dc08dc0b629b9e89dce79d7b4b24aa (diff)
treewide/development: add sourceType binaryNativeCode for more packages
Diffstat (limited to 'pkgs/development/tools/rgp')
-rw-r--r--pkgs/development/tools/rgp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/rgp/default.nix b/pkgs/development/tools/rgp/default.nix
index 30c6dee23bfbc..4df82444ecb8b 100644
--- a/pkgs/development/tools/rgp/default.nix
+++ b/pkgs/development/tools/rgp/default.nix
@@ -69,6 +69,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A tool from AMD that allows for deep inspection of GPU workloads";
     homepage = "https://gpuopen.com/rgp/";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ Flakebi ];