about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorJascha Geerds <jascha@jgeerds.name>2016-09-08 13:04:13 +0200
committerJascha Geerds <jascha@jgeerds.name>2016-09-08 13:31:03 +0200
commita1ff5e6e4ac80ebac739f6b3317b16eeb977db57 (patch)
tree99d824c2356b472eceb7c5a561df36f22639f4e0 /pkgs/applications/networking
parent440d721915c0f44261b3635bfbced5c6bb3f8d7d (diff)
downloadnixlib-a1ff5e6e4ac80ebac739f6b3317b16eeb977db57.tar
nixlib-a1ff5e6e4ac80ebac739f6b3317b16eeb977db57.tar.gz
nixlib-a1ff5e6e4ac80ebac739f6b3317b16eeb977db57.tar.bz2
nixlib-a1ff5e6e4ac80ebac739f6b3317b16eeb977db57.tar.lz
nixlib-a1ff5e6e4ac80ebac739f6b3317b16eeb977db57.tar.xz
nixlib-a1ff5e6e4ac80ebac739f6b3317b16eeb977db57.tar.zst
nixlib-a1ff5e6e4ac80ebac739f6b3317b16eeb977db57.zip
hipchat: Add dependency to libtool
This commit fixes some broken context menus
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/instant-messengers/hipchat/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/hipchat/default.nix b/pkgs/applications/networking/instant-messengers/hipchat/default.nix
index c782b857e0c0..02d0267fcaf7 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