dbeaver: add sourceProvenance binaryBytecode
This commit is contained in:
parent
070028a960
commit
16bca8d4c8
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,10 @@
|
|||
PostgreSQL, MariaDB, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access,
|
||||
Teradata, Firebird, Derby, etc.
|
||||
'';
|
||||
sourceProvenance = with sourceTypes; [
|
||||
fromSource
|
||||
binaryBytecode # dependencies from maven
|
||||
];
|
||||
license = licenses.asl20;
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
||||
maintainers = with maintainers; [ jojosch mkg20001 ];
|
||||
|
|
Loading…
Reference in a new issue