Merge pull request #189722 from risicle/ris-netbeans-source-provenance

netbeans: mark `sourceProvenance` `binaryBytecode` & `binaryNativeCode`
This commit is contained in:
Robert Scott 2022-12-20 21:36:16 +00:00 committed by GitHub
commit 834826663e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};