forked from mirrors/nixpkgs
hipchat: Add dependency to libtool
This commit fixes some broken context menus
This commit is contained in:
parent
440d721915
commit
a1ff5e6e4a
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, xorg, freetype, fontconfig, openssl, glib, nss, nspr, expat
|
||||
, alsaLib, dbus, zlib, libxml2, libxslt, makeWrapper, xkeyboard_config, systemd
|
||||
, mesa_noglu, xcbutilkeysyms, xdg_utils }:
|
||||
, mesa_noglu, xcbutilkeysyms, xdg_utils, libtool }:
|
||||
|
||||
let
|
||||
|
||||
|
@ -31,6 +31,7 @@ let
|
|||
dbus
|
||||
alsaLib
|
||||
zlib
|
||||
libtool
|
||||
libxml2
|
||||
libxslt
|
||||
expat
|
||||
|
|
Loading…
Reference in a new issue