vivaldi: include libdrm and libgbm

This commit is contained in:
Edmund Wu 2020-03-07 11:58:52 -05:00
parent 0ba1c9f4af
commit a77b14b84e
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

View File

@ -5,6 +5,7 @@
, libuuid
, gstreamer, gst-plugins-base, libxml2
, glib, gtk3, pango, gdk-pixbuf, cairo, atk, at-spi2-atk, at-spi2-core, gnome2
, libdrm, mesa
, nss, nspr
, patchelf, makeWrapper
, isSnapshot ? false
@ -37,6 +38,7 @@ in stdenv.mkDerivation rec {
atk at-spi2-atk at-spi2-core alsaLib dbus cups gtk3 gdk-pixbuf libexif ffmpeg systemd
freetype fontconfig libXrender libuuid expat glib nss nspr
gstreamer libxml2 gst-plugins-base pango cairo gnome2.GConf
libdrm mesa
] ++ stdenv.lib.optional proprietaryCodecs vivaldi-ffmpeg-codecs;
libPath = stdenv.lib.makeLibraryPath buildInputs