Commit graph

25 commits

Author SHA1 Message Date
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
R. RyanTM d6745c7751 mcabber: 1.1.0 -> 1.1.2 2020-11-03 09:17:09 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
John Ericson db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Michael Raskin eeaf53dfc7 mcabber: set downloadPage to point to where we take the release anyway 2017-11-11 15:31:35 +01:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Pascal Wittmann 2e78ca284e
mcabber: 1.0.5 -> 1.1.0 2017-07-01 10:02:32 +02:00
Michael Raskin c7ad684ab5 mcabber: 1.0.4 -> 1.0.5 2017-02-02 11:12:16 +01:00
Graham Christensen a9611a52f3
mcabber: 1.0.3 -> 1.0.4 for 'roster push attack' 2016-11-30 08:23:42 -05:00
Michael Raskin bd21e866d2 mcabber: 1.0.2 -> 1.0.3 2016-10-04 13:13:45 +02:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen 2a73de6e6c treewide: Make explicit that 'dev' output of openssl is used 2016-05-19 10:02:23 +02:00
Pascal Wittmann 369ede9235 mcabber: 1.0.1 -> 1.0.2 2016-03-02 22:37:14 +01:00
Pascal Wittmann 13e13c38cd mcabber: 1.0.0 -> 1.0.1 2016-01-29 22:33:47 +01:00
Pascal Wittmann d5275c70c3 mcabber: update from 0.10.3 to 1.0.0 2015-07-03 10:18:48 +02:00
Pascal Wittmann 24a218b1cc mcabber: enable tests 2015-06-10 10:17:03 +02:00
aszlig d0d880f630
mcabber: Build with support for GPG.
Originally I had in mind to introduce an attribute like "enableGPG", but
it seems that other distro include it per default, so I guess most users
coming from other distros would expect it that way. And so it is now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-04 17:59:30 +01:00
Michael Raskin 4027494334 We had hash for wrong mcabber version and the tarball was cached 2014-11-21 23:39:35 +03:00
Luca Bruno 2bee211fc9 mcabber: fix mispelled stdenv 2014-08-31 02:09:21 +02:00
Pascal Wittmann 907845127e mcabber: update from 0.10.1 to 0.10.3, add meta-information and adopt it 2014-08-31 00:41:40 +02:00
Alexander Tsamutali 0dc8926b06 applications/networking/instant-messengers/mcabber:
Updated to 0.10.1.
2012-11-23 22:36:02 +03:00
Michael Raskin 45df59809d Adding mcabber console jabber client - patch by Lluis Batlle
svn path=/nixpkgs/trunk/; revision=13698
2009-01-04 17:11:38 +00:00