beekeeper-studio: avoid with lib; add sourceProvenance

This commit is contained in:
nat 2024-06-22 10:03:00 +02:00
parent 03698a665b
commit 863df88d1c
No known key found for this signature in database

View File

@ -39,13 +39,14 @@ appimageTools.wrapType2 {
--replace-fail 'Exec=AppRun --no-sandbox' 'Exec=${pname}'
'';
meta = with lib; {
meta = {
description = "Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows";
homepage = "https://www.beekeeperstudio.io";
changelog = "https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v${version}";
license = licenses.gpl3Only;
license = lib.licenses.gpl3Only;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
mainProgram = "beekeeper-studio";
maintainers = with maintainers; [ milogert alexnortung ];
maintainers = with lib.maintainers; [ milogert alexnortung ];
platforms = [ "aarch64-linux" "x86_64-linux" ];
};
}