Merge pull request #123869 from plumelo/feature/avocode-fix
avocode: add missing deps
This commit is contained in:
commit
ea422282d6
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ lib, stdenv, makeDesktopItem, fetchurl, unzip
|
{ lib, stdenv, makeDesktopItem, fetchurl, unzip
|
||||||
, gdk-pixbuf, glib, gtk3, atk, at-spi2-atk, pango, cairo, freetype, fontconfig, dbus, nss, nspr, alsaLib, cups, expat, udev, gnome
|
, gdk-pixbuf, glib, gtk3, atk, at-spi2-atk, pango, cairo, freetype, fontconfig, dbus, nss, nspr, alsaLib, cups, expat, udev, gnome
|
||||||
, xorg, mozjpeg, makeWrapper, wrapGAppsHook, libuuid, at-spi2-core, libdrm, mesa
|
, xorg, mozjpeg, makeWrapper, wrapGAppsHook, libuuid, at-spi2-core, libdrm, mesa, libxkbcommon
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
|
||||||
udev
|
udev
|
||||||
libX11
|
libX11
|
||||||
libxcb
|
libxcb
|
||||||
|
libxshmfence
|
||||||
|
libxkbcommon
|
||||||
libXi
|
libXi
|
||||||
libXcursor
|
libXcursor
|
||||||
libXdamage
|
libXdamage
|
||||||
|
|
Loading…
Reference in a new issue