about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/hipchat
AgeCommit message (Collapse)AuthorFilesLines
2014-05-27hipchat: Fix access to /usr/share/X11/xkbEelco Dolstra1-5/+8
HipChat (or rather its copy of Qt) expects to find keyboard data in /usr/share/X11/xkb. So use a LD_PRELOAD library to intercept and rewrite the Glibc calls that access those paths. We've been doing the same thing with packages like Spotify, but now this functionality has been abstracted into a reusable library, libredirect.so. It uses an environment variable $NIX_REDIRECTS containing a colon-separated list of path prefixes to be rewritten, e.g. "/foo=bar:/xyzzy=/fnord".
2014-05-27hipchat: Update to 2.2.1107Eelco Dolstra1-37/+71
2014-02-10Revert "Update hipchat"Rob Vermaas1-26/+21
This reverts commit 54288f5cfe4e48779d7c08abefa8cbb23d58e58a.
2014-01-31Update hipchatRob Vermaas1-21/+26
2013-05-14hipchat: Fix desktop itemEelco Dolstra1-0/+2
2013-04-12Remove the "proprietary" licenseEelco Dolstra1-1/+1
We already had "unfree".
2013-04-11Add hipchat messaging clientShea Levy1-0/+63
Signed-off-by: Shea Levy <shea@shealevy.com>