about summary refs log tree commit diff
path: root/pkgs/applications/editors/netbeans
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-12-20 21:36:16 +0000
committerGitHub <noreply@github.com>2022-12-20 21:36:16 +0000
commit834826663ec8cf65b3616d4c39706421b329d709 (patch)
tree87c5511e49a88cab2681ef0e3d3357130c23b89c /pkgs/applications/editors/netbeans
parente8d359b09310e26e64e7cae3e80218642c112628 (diff)
parenteb931a6d41b6acdf9ec4b96588459c26705fef7f (diff)
Merge pull request #189722 from risicle/ris-netbeans-source-provenance
netbeans: mark `sourceProvenance` `binaryBytecode` & `binaryNativeCode`
Diffstat (limited to 'pkgs/applications/editors/netbeans')
-rw-r--r--pkgs/applications/editors/netbeans/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/netbeans/default.nix b/pkgs/applications/editors/netbeans/default.nix
index a004598fe8466..06faac39cbc39 100644
--- a/pkgs/applications/editors/netbeans/default.nix
+++ b/pkgs/applications/editors/netbeans/default.nix
@@ -64,6 +64,10 @@ stdenv.mkDerivation {
     description = "An integrated development environment for Java, C, C++ and PHP";
     homepage = "https://netbeans.apache.org/";
     license = lib.licenses.asl20;
+    sourceProvenance = with lib.sourceTypes; [
+      binaryBytecode
+      binaryNativeCode
+    ];
     maintainers = with lib.maintainers; [ sander rszibele asbachb ];
     platforms = lib.platforms.unix;
   };