1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

avocode: adding at-spi2-core into rpath

This commit is contained in:
Marek Mahut 2019-08-23 08:30:31 +02:00
parent 41f72597df
commit 2d7a222970

View file

@ -1,6 +1,6 @@
{ stdenv, makeDesktopItem, fetchurl, unzip
, gdk-pixbuf, glib, gtk3, atk, at-spi2-atk, pango, cairo, freetype, fontconfig, dbus, nss, nspr, alsaLib, cups, expat, udev, gnome3
, xorg, mozjpeg, makeWrapper, wrapGAppsHook, hicolor-icon-theme, libuuid
, xorg, mozjpeg, makeWrapper, wrapGAppsHook, hicolor-icon-theme, libuuid, at-spi2-core
}:
stdenv.mkDerivation rec {
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
libPath = stdenv.lib.makeLibraryPath (with xorg; [
stdenv.cc.cc.lib
at-spi2-core.out
gdk-pixbuf
glib
gtk3