drawio: add missing mesa dependency
This commit is contained in:
parent
0899c439d3
commit
e32d94201c
|
@ -4,7 +4,7 @@
|
||||||
, alsaLib, atk, at-spi2-atk, at-spi2-core, cairo, dbus, cups, expat
|
, alsaLib, atk, at-spi2-atk, at-spi2-core, cairo, dbus, cups, expat
|
||||||
, gdk-pixbuf, glib, gtk3, libX11, libXScrnSaver, libXcomposite, libXcursor
|
, gdk-pixbuf, glib, gtk3, libX11, libXScrnSaver, libXcomposite, libXcursor
|
||||||
, libXdamage, libXext, libXfixes, libXi, libXrandr, libXrender, libXtst
|
, libXdamage, libXext, libXfixes, libXi, libXrandr, libXrender, libXtst
|
||||||
, libxcb, libuuid, libxshmfence, nspr, nss, pango
|
, libxcb, libuuid, libxshmfence, nspr, nss, pango, mesa
|
||||||
|
|
||||||
, systemd
|
, systemd
|
||||||
}:
|
}:
|
||||||
|
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||||
libXtst
|
libXtst
|
||||||
libxcb
|
libxcb
|
||||||
libuuid
|
libuuid
|
||||||
|
mesa # for libgbm
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
pango
|
pango
|
||||||
|
|
Loading…
Reference in New Issue