mongodb-compass: fix wayland startup issues + add friedow as maintainer (#344661)

This commit is contained in:
Pol Dellaiera 2024-09-26 21:52:26 +02:00 committed by GitHub
commit c5482ab859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@
gtk3,
lib,
libdrm,
libGL,
libnotify,
libsecret,
libuuid,
@ -51,6 +52,7 @@ let
glib
gtk3
libdrm
libGL
libnotify
libsecret
libuuid
@ -134,7 +136,10 @@ stdenv.mkDerivation {
meta = {
description = "GUI for MongoDB";
maintainers = with lib.maintainers; [ bryanasdev000 ];
maintainers = with lib.maintainers; [
bryanasdev000
friedow
];
homepage = "https://github.com/mongodb-js/compass";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.sspl;