Commit graph

46 commits

Author SHA1 Message Date
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Stefan Frijters 1013dac804
hipchat: Fix source url 2020-12-17 23:55:55 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Tim Steinbach 873290154a
hipchat: 4.30.5.1676 -> 4.30.5.1682 2018-08-23 09:54:59 -04:00
Tim Steinbach 0a218b959e
hipchat: 4.30.4.1672 -> 4.30.5.1676 2018-07-05 08:33:56 -04:00
Tim Steinbach 32d620d739
hipchat: 4.30.3.1670 -> 4.30.4.1672 2018-04-13 09:39:06 -04:00
Alexander V. Nikolaev 8f2a22935c treewide: transition from mesa_noglu to libGL 2018-02-24 17:03:46 +02:00
Tim Steinbach 74e56de70c
hipchat: 4.30.2.1665 -> 4.30.3.1670 2018-02-08 09:01:40 -05:00
Tim Steinbach 2b74650b4f
hipchat: 4.30.0.1663 -> 4.30.2.1665 2017-11-27 08:14:10 -05:00
Orivej Desh fb703ad117 treewide: update the usage of makeWrapper after #31497 2017-11-19 23:50:49 +00:00
Tim Steinbach a9a26d98d0
hipchat: 4.29.4.1662 -> 4.30.0.1663 2017-11-03 14:26:26 -04:00
Jascha Geerds cac53b75a8 hipchat: 4.28.0.1659 -> 4.29.4.1662 2016-12-06 09:46:33 +01:00
Jascha Geerds e15fdbe9fc hipchat: 4.27.0.1658 -> 4.28.0.1659 2016-11-11 11:22:36 +01:00
Jascha Geerds 0e540d2113 hipchat: 4.26.0.1657 -> 4.27.0.1658 2016-10-04 15:16:30 +02:00
Jascha Geerds a1ff5e6e4a hipchat: Add dependency to libtool
This commit fixes some broken context menus
2016-09-08 13:31:03 +02:00
Brian McKenna b3ed6b9509 hipchat: 4.26.0.1655 -> 4.26.0.1657 2016-08-25 15:22:48 +10:00
Brian McKenna 7c3e0fccc3 hipchat: 4.0.1641 -> 4.26.0.1655 2016-08-23 14:19:12 +10:00
Jascha Geerds c815844df9 hipchat: 4.0.1637 -> 4.0.1641 2016-05-26 08:10:02 +02:00
Jascha Geerds 31253b0c1b hipchat: 4.0.1631 -> 4.0.1637 2016-05-18 15:56:53 +02:00
Jascha Geerds 02d6680b5a hipchat: Add xdg_utils to rpath
This makes it possible to open links with a single click in your
preferrred browser via xdg-open.
2016-05-18 15:28:45 +02:00
Nikolay Amiantov 87ebab128a replace ${stdenv.cc.cc}/lib occurences 2016-05-01 00:13:23 +03:00
Nikolay Amiantov 8b7ebaffeb replace makeSearchPath tree-wise to take care of possible multiple outputs 2016-04-13 22:09:41 +03:00
Brian McKenna b39fd4f97b hipchat: fix links being broken 2016-04-05 10:02:46 +10:00
Brian McKenna 411b4a1df1 hipchat: 2.2.1388 -> 4.0.1631 2016-03-18 10:47:03 +11:00
Vladimír Čunát 76ef7a93e3 Merge: xlibs and x11 attribute cleanup
Frequently using multiple *almost* identical attributes is bad.
2015-09-23 10:42:34 +02:00
Jascha Geerds d8b6defaae hipchat: 2.2.1373 -> 2.2.1388 2015-09-17 11:06:24 +02:00
Vladimír Čunát 88c9f8b574 xlibs: replace occurrences by xorg
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-09-15 12:54:34 +02:00
Jascha Geerds 12f0b61967 hipchat: update 2.2.1287 -> 2.2.1373 2015-05-18 13:16:34 +02:00
Eric Seidel f3c6827373 rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc 2015-01-14 20:27:55 -08:00
John Wiegley 28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Tino Breddin cd5ea51a7d update hipchat to latest version 2014-12-07 12:05:32 +01:00
Richard Wallace 1cddfd69c4 there is no bin/ directory 2014-12-05 14:55:34 -07:00
Rob Vermaas 8b955e62f5 Update hipchat to 2.2.1163 2014-09-15 16:01:32 +02:00
Bjørn Forsman c9baba9212 Fix many package descriptions
(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-08-24 22:31:37 +02:00
Eelco Dolstra a0072b4d2d hipchat: Fix access to /usr/share/X11/xkb
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-27 01:06:54 +02:00
Eelco Dolstra 481f428604 hipchat: Update to 2.2.1107 2014-05-27 01:06:53 +02:00
Rob Vermaas e9a894a97d Revert "Update hipchat"
This reverts commit 54288f5cfe.
2014-02-10 17:34:35 +01:00
Rob Vermaas 54288f5cfe Update hipchat 2014-01-31 16:30:51 +01:00
Eelco Dolstra ea919f29a9 hipchat: Fix desktop item 2013-05-14 14:30:15 +02:00
Eelco Dolstra 4adad458e7 Remove the "proprietary" license
We already had "unfree".
2013-04-12 14:37:50 +02:00
Shea Levy 1c2565a8ef Add hipchat messaging client
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-11 14:42:32 -04:00