netbeans: mark sourceProvenance binaryBytecode & binaryNativeCode

This commit is contained in:
Robert Scott 2022-09-04 13:37:03 +01:00
parent b03c796395
commit eb931a6d41

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