staruml: fix dependency libexpat.so.1

This commit is contained in:
uHOOCCOOHu 2019-04-28 19:59:51 +08:00
parent 9dd1bbc9f3
commit 8b85bbfc34

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper { stdenv, fetchurl, makeWrapper
, dpkg, patchelf , dpkg, patchelf
, gtk2, glib, gdk_pixbuf, alsaLib, nss, nspr, GConf, cups, libgcrypt, dbus, systemd , gtk2, glib, gdk_pixbuf, alsaLib, nss, nspr, GConf, cups, libgcrypt, dbus, systemd
, libXdamage }: , libXdamage, expat }:
let let
inherit (stdenv) lib; inherit (stdenv) lib;
LD_LIBRARY_PATH = lib.makeLibraryPath LD_LIBRARY_PATH = lib.makeLibraryPath
[ glib gtk2 gdk_pixbuf alsaLib nss nspr GConf cups libgcrypt dbus libXdamage ]; [ glib gtk2 gdk_pixbuf alsaLib nss nspr GConf cups libgcrypt dbus libXdamage expat ];
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.8.1"; version = "2.8.1";