about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/bitlbee
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.
2023-01-24treewide: remove global with lib; in pkgs/{misc,networking}Shawn89012-9/+6
2022-01-12bitlbee: python2 -> python3lassulus1-3/+3
2021-09-20bitlbee-plugins: use runCommandLocal instead of mkDerivationFelix Buehler1-15/+10
2021-07-19applications/networking: /s/name/pname&version/Felix Buehler1-2/+3
2021-03-25bitlbee: use python2Frederik Rietdijk1-2/+2
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob2-4/+4
2020-07-15bitlbee: propagate glib dependencyAlyssa Ross1-1/+3
bitlbee.pc requires glib, so all packages that depend on bitlbee will also depend on glib.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-19bitlbee: fixing test-suite for newer libcheck (#73752)Dima1-1/+9
Fixes: #73747
2019-03-20bitlbee: 3.5.1 -> 3.6R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bitlbee/versions
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+1
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-10-01nixos/bitlbee: option to use pamJörg Thalheim1-5/+12
2018-10-01bitlbee: disable gcovJörg Thalheim1-1/+0
Code coverage reports is not useful at all for users. This is a feature for developer.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-05-30bitlbee: fix buildOrivej Desh1-6/+3
2018-04-30tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linuxWill Dietz1-1/+1
"platforms.gnu" has been linux-only since at least 17.03: $ nix eval -f channel:nixos-17.03 lib.platforms.gnu [ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ] Unlike platforms.linux, platforms.gnu indicates "must use glibc" which for the most part is not intended. Replacing platforms.gnu with platforms.linux would be the same "today" but let's err on preserving existing behavior and be optimistic about platforms these packages work on.
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-07-16bitlbee: Add optional libpurple dependencyNadrieril1-5/+11
2017-01-31bitlbee: 3.5 -> 3.5.1 for multiple CVEsFranz Pletz1-2/+2
Fixes: * CVE-2016-10188 * CVE-2016-10189 * CVE-2017-5668
2017-01-16bitlbee: 3.4.2 -> 3.5Pascal Wittmann1-4/+5
2016-03-29bitlbee: 3.4.1 -> 3.4.2Pascal Wittmann1-7/+2
2016-03-20bitlbee: write pid file to /var/lib/bitlbee/bitlbee.pidPascal Wittmann1-0/+1
Previously it was written to /var/lib/bitlbee.pid but on NixOS the user bitlbee has no write access to /var/lib/.
2015-09-08bitlbee service: enable pluginsAnders Papitto1-0/+20
2015-09-08bitlbee: patch to allow plugindir configurationAnders Papitto1-1/+10
2015-07-06bitlbee: update from 3.4 to 3.4.1Pascal Wittmann1-5/+5
2015-05-31bitlbee: 3.2.2 -> 3.4.0William A. Kennington III1-2/+2
2015-01-13unmaintain a bunch of packagesLudovic Courtès1-1/+1
2014-09-24bitlbee: fix typotv1-1/+1
2014-09-06bitlbee: 3.2 -> 3.2.2William A. Kennington III1-8/+12
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-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-04-12Upgrade bitlbee to 3.2Malcolm Matalka1-2/+2
2011-07-28BitlBee 3.0.3.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=27985
2011-01-05BitlBee 3.0.1.Ludovic Courtès1-4/+7
svn path=/nixpkgs/trunk/; revision=25419
2010-10-07BitlBee 1.2.8.Ludovic Courtès1-5/+11
svn path=/nixpkgs/trunk/; revision=24128
2009-12-30update to 1.2.4Armijn Hemel1-2/+2
svn path=/nixpkgs/trunk/; revision=19162
2009-02-11BitlBee 1.2.3.Ludovic Courtès1-5/+18
svn path=/nixpkgs/trunk/; revision=14030
2008-07-04BitlBee updateMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=12258
2008-03-26version updateTobias Hammerschmidt1-2/+2
svn path=/nixpkgs/trunk/; revision=11283
2008-02-17Add BitlBee, an IRC to other chat networks gateway.Ludovic Courtès1-0/+17
svn path=/nixpkgs/trunk/; revision=10715