Merge pull request #60370 from uHOOCCOOHu/fix/staruml-deps

staruml: fix dependency libexpat.so.1
This commit is contained in:
Renaud 2019-04-28 19:42:04 +02:00 committed by GitHub
commit 05d3d71967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper
, dpkg, patchelf
, gtk2, glib, gdk_pixbuf, alsaLib, nss, nspr, GConf, cups, libgcrypt, dbus, systemd
, libXdamage }:
, libXdamage, expat }:
let
inherit (stdenv) lib;
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
stdenv.mkDerivation rec {
version = "2.8.1";
@ -21,9 +21,7 @@ stdenv.mkDerivation rec {
sha256 = "05gzrnlssjkhyh0wv019d4r7p40lxnsa1sghazll6f233yrqmxb0";
};
buildInputs = [ dpkg ];
nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper dpkg ];
unpackPhase = ''
mkdir pkg