Merge pull request #189722 from risicle/ris-netbeans-source-provenance
netbeans: mark `sourceProvenance` `binaryBytecode` & `binaryNativeCode`
This commit is contained in:
commit
834826663e
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue