about summary refs log tree commit diff
path: root/pkgs/tools/security/ghidra
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-06-04 19:07:20 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-04 19:48:03 +0100
commit3b445eaceacd3924e1604b48f33e49e2df8dbbff (patch)
treed68afe4ded91f9438cd7b4602370434cd8389f1c /pkgs/tools/security/ghidra
parent3b6bc4b69ca7eec695291af31d8878071e0e084d (diff)
treewide: set sourceProvenance for gradle-built packages
these presumably contain binary jars in their deps
Diffstat (limited to 'pkgs/tools/security/ghidra')
-rw-r--r--pkgs/tools/security/ghidra/build.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/security/ghidra/build.nix b/pkgs/tools/security/ghidra/build.nix
index bb53a1958e000..17889f3214fea 100644
--- a/pkgs/tools/security/ghidra/build.nix
+++ b/pkgs/tools/security/ghidra/build.nix
@@ -171,6 +171,10 @@ in stdenv.mkDerivation rec {
     description = "A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission";
     homepage = "https://ghidra-sre.org/";
     platforms = [ "x86_64-linux" "x86_64-darwin" ];
+    sourceProvenance = with sourceTypes; [
+      fromSource
+      binaryBytecode  # deps
+    ];
     license = licenses.asl20;
     maintainers = [ "roblabla" ];
   };