mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
mongodb-compass: add libGL dependency to fix running natively in wayland
This commit is contained in:
parent
d860680e32
commit
3456f324b0
@ -17,6 +17,7 @@
|
||||
gtk3,
|
||||
lib,
|
||||
libdrm,
|
||||
libGL,
|
||||
libnotify,
|
||||
libsecret,
|
||||
libuuid,
|
||||
@ -51,6 +52,7 @@ let
|
||||
glib
|
||||
gtk3
|
||||
libdrm
|
||||
libGL
|
||||
libnotify
|
||||
libsecret
|
||||
libuuid
|
||||
|
Loading…
Reference in New Issue
Block a user