summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/weechat
Commit message (Collapse)AuthorAge
* weechat: 1.7.1 -> 1.8lassulus2017-05-13
|
* weechat: 1.7 -> 1.7.1lassulus2017-04-23
|
* weechat: 1.6 -> 1.7Franz Pletz2017-01-30
|
* weechat: Fixed Darwin build issuesAdam Evans2016-10-23
| | | | | Build was failing with res_9_init missing on OS X. Resolved with a little help from https://github.com/Homebrew/homebrew-core/pull/4427.
* weechat: generate manpagesProfpatsch2016-10-14
|
* weechat: Work around darwin linking issueMoritz Ulrich2016-10-03
|
* weechat: 1.5 -> 1.6Moritz Ulrich2016-10-03
|
* weechat: help weechat find nix's python on darwinAndrew R. M2016-09-08
|
* weechat: add python & perl to PATH so that extensions can runobadz2016-08-19
|
* weechat: 1.4 -> 1.5Louis Taylor2016-05-05
|
* weechat: make language plugins optional, fixes #13092Aneesh Agrawal2016-02-19
| | | | | | | | | They're still enabled by default, but now can be disabled. Python has not been made optional due to the additional complexity of: - python2 vs python3 - pync support on Darwin Making Python support optional should be revisited at another time.
* weechat: 1.3 -> 1.4Louis Taylor2016-01-21
|
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-21
|\
| * weechat: 1.2 -> 1.3Moritz Ulrich2015-08-21
| |
* | weechat: help weechat find libiconv on darwinJude Taylor2015-08-21
|/
* Don't statically depend on cacert for certificatesEelco Dolstra2015-07-31
| | | | | | | | | | This reverts commit cd52c044568bdf1108428698048a9af92dc0b625 and others. Managing certificates (including revoking certificates and adding custom certificates) becomes extremely painful if every package in the system potentially depends on a different copy of cacert. Also, it makes updating cacert rather expensive.
* darwin purity: weechatJude Taylor2015-06-25
|
* weechat: update from 1.1.1 to 1.2, potentially fixes CVE-2012-6047, ↵Nixpkgs Monitor2015-06-07
| | | | CVE-2012-6554
* cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III2015-06-05
|
* Fix ca-bundle pathsWilliam A. Kennington III2015-05-29
|
* weechat: extending expression with extraBuildInputsRok Garbas2015-03-03
| | | | | | | | | | make it easily possible to extend current buildInputs using override function. eg.: weechat.override { extraBuildInputs = [ pythonPackages.pync ]; } i've removed pync since its plugin dependency which can now be added via extraBuildInputs.
* weechat: update to 1.1.1Rok Garbas2015-02-05
|
* Weechat: Update to 1.1.0.Moritz Ulrich2015-01-19
|
* weechatDevel: removing itRok Garbas2014-12-10
|
* weechat-dev: mark as brokenVladimír Čunát2014-11-28
| | | | Non-dev version is newer anyway.
* weechat: Update to 1.0.1.Moritz Ulrich2014-10-01
|
* weechat: Bump to 1.0.Moritz Ulrich2014-08-15
| | | | A happy day for all weechat-users!
* weechatDevel: update to latestRok Garbas2014-08-03
|
* weechat: fix pythonpathJason "Don" O'Conal2014-06-02
|
* weechat: do not hard code python prefixJason "Don" O'Conal2014-05-15
|
* weechatDevel: update to latestJason "Don" O'Conal2014-05-15
|
* weechat: support notification_center.py scriptJason "Don" O'Conal2014-05-14
|
* weechat: fix build on darwinJason "Don" O'Conal2014-05-14
|
* adding development version of weechat (alongside stable)Rok Garbas2014-04-17
|
* weechat: Backport fix for freeze with gnutls 3.2.Moritz Ulrich2014-03-21
| | | | | | Fixes /exit when using gnutls 3.2. This is a temporary solution as 3.1 isn't building right now. The next release of weechat will include this fix.
* Weechat: Update to 0.4.3Moritz Ulrich2014-02-09
|
* weechat: 0.4.2 and fix segfault on /exit.Moritz Ulrich2013-10-07
| | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* weechat: update to 0.4.1Lluís Batlle i Rossell2013-06-12
|
* weechat: upgrade to 0.4.0Rok Garbas2013-01-22
|
* weechat: update and adding pycrypto support (for fish.py plugin)Rok Garbas2012-12-28
|
* weechat: update to 0.3.9Rok Garbas2012-10-12
|
* weechat: update to 0.3.8Rok Garbas2012-07-10
|
* Applying patch from Rok Garbas to update weechat to 0.3.7, also taking the ↵Cillian de Roiste2012-06-01
| | | | | | opportunity to tidy up the style a bit. svn path=/nixpkgs/trunk/; revision=34318
* * Added weechat and updated xfce-terminal and vte. (From GraemeEelco Dolstra2010-08-05
Caldwell <graemercaldwell@gmail.com>.) svn path=/nixpkgs/trunk/; revision=22965