about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/hipchat
AgeCommit message (Collapse)AuthorFilesLines
2018-04-13hipchat: 4.30.3.1670 -> 4.30.4.1672Tim Steinbach1-2/+2
2018-02-24treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev1-2/+2
2018-02-08hipchat: 4.30.2.1665 -> 4.30.3.1670Tim Steinbach1-2/+2
2017-11-27hipchat: 4.30.0.1663 -> 4.30.2.1665Tim Steinbach1-2/+2
2017-11-19treewide: update the usage of makeWrapper after #31497Orivej Desh1-2/+2
2017-11-03hipchat: 4.29.4.1662 -> 4.30.0.1663Tim Steinbach1-2/+2
2016-12-06hipchat: 4.28.0.1659 -> 4.29.4.1662Jascha Geerds1-2/+2
2016-11-11hipchat: 4.27.0.1658 -> 4.28.0.1659Jascha Geerds1-2/+2
2016-10-04hipchat: 4.26.0.1657 -> 4.27.0.1658Jascha Geerds1-2/+2
2016-09-08hipchat: Add dependency to libtoolJascha Geerds1-1/+2
This commit fixes some broken context menus
2016-08-25hipchat: 4.26.0.1655 -> 4.26.0.1657Brian McKenna1-2/+2
2016-08-23hipchat: 4.0.1641 -> 4.26.0.1655Brian McKenna1-2/+2
2016-05-26hipchat: 4.0.1637 -> 4.0.1641Jascha Geerds1-2/+2
2016-05-18hipchat: 4.0.1631 -> 4.0.1637Jascha Geerds1-2/+2
2016-05-18hipchat: Add xdg_utils to rpathJascha Geerds1-1/+2
This makes it possible to open links with a single click in your preferrred browser via xdg-open.
2016-05-01replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov1-1/+1
2016-04-13replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov1-1/+1
2016-04-05hipchat: fix links being brokenBrian McKenna1-0/+2
2016-03-18hipchat: 2.2.1388 -> 4.0.1631Brian McKenna1-40/+31
2015-09-23Merge: xlibs and x11 attribute cleanupVladimír Čunát1-13/+13
Frequently using multiple *almost* identical attributes is bad.
2015-09-17hipchat: 2.2.1373 -> 2.2.1388Jascha Geerds1-3/+3
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát1-13/+13
This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
2015-05-18hipchat: update 2.2.1287 -> 2.2.1373Jascha Geerds1-5/+6
2015-01-14rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel1-1/+1
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-2/+2
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-12-07update hipchat to latest versionTino Breddin1-3/+3
2014-12-05there is no bin/ directoryRichard Wallace1-2/+0
2014-09-15Update hipchat to 2.2.1163Rob Vermaas1-4/+5
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
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>