about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/mcabber
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2022-01-26treewide: remove all updateWalker/downloadURLRegexpFelix Buehler1-2/+0
2021-11-03mcabber: pull upstream fix for upcoming ncurses-6.3Sergei Trofimovich1-1/+11
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-11-03mcabber: 1.1.0 -> 1.1.2R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+5
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* 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
2017-11-11mcabber: set downloadPage to point to where we take the release anywayMichael Raskin1-0/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-07-01mcabber: 1.0.5 -> 1.1.0Pascal Wittmann1-2/+2
2017-02-02mcabber: 1.0.4 -> 1.0.5Michael Raskin1-2/+2
2016-11-30mcabber: 1.0.3 -> 1.0.4 for 'roster push attack'Graham Christensen1-3/+3
2016-10-04mcabber: 1.0.2 -> 1.0.3Michael Raskin1-2/+4
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-05-19treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen1-1/+1
2016-03-02mcabber: 1.0.1 -> 1.0.2Pascal Wittmann1-2/+2
2016-01-29mcabber: 1.0.0 -> 1.0.1Pascal Wittmann1-2/+2
2015-07-03mcabber: update from 0.10.3 to 1.0.0Pascal Wittmann1-2/+2
2015-06-10mcabber: enable testsPascal Wittmann1-0/+2
2015-01-04mcabber: Build with support for GPG.aszlig1-2/+4
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>
2014-11-21We had hash for wrong mcabber version and the tarball was cachedMichael Raskin1-4/+4
2014-08-31mcabber: fix mispelled stdenvLuca Bruno1-1/+1
2014-08-31mcabber: update from 0.10.1 to 0.10.3, add meta-information and adopt itPascal Wittmann1-8/+11
2012-11-23applications/networking/instant-messengers/mcabber:Alexander Tsamutali1-6/+6
Updated to 0.10.1.
2009-01-04Adding mcabber console jabber client - patch by Lluis BatlleMichael Raskin1-0/+19
svn path=/nixpkgs/trunk/; revision=13698