From a1ff5e6e4ac80ebac739f6b3317b16eeb977db57 Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Thu, 8 Sep 2016 13:04:13 +0200 Subject: [PATCH] hipchat: Add dependency to libtool This commit fixes some broken context menus --- .../networking/instant-messengers/hipchat/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/hipchat/default.nix b/pkgs/applications/networking/instant-messengers/hipchat/default.nix index c782b857e0c..02d0267fcaf 100644 --- a/pkgs/applications/networking/instant-messengers/hipchat/default.nix +++ b/pkgs/applications/networking/instant-messengers/hipchat/default.nix @@ -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