about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/chatzilla/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-04-17chatzilla: RemoveEelco Dolstra1-30/+0
Chatzilla no longer works since Firefox 57 due to the removal of XUL.
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
2016-09-07chatzilla: 0.9.91 -> 0.9.92Eelco Dolstra1-2/+2
2016-01-15all-packages: browserWrapper -> browserVladimír Čunát1-2/+2
- I chose to keep `browser-unwrapped` attributes so that it's much easier to override parameters for the browser (through `packageOverrides`). - Aliases `browserWrapper` are retained for now, as usual.
2014-10-20chatzilla: Update to 0.9.91Eelco Dolstra1-2/+2
2014-10-20chatzilla: Use firefox instead of xulrunnerEelco Dolstra1-3/+3
Thanks to @nbp for pointing out that we don't need xulrunner anymore.
2014-04-30chatzilla: Update to 0.9.90.1Eelco Dolstra1-4/+8
Also, make it work with recent Firefoxes.
2012-02-18* Chatzilla updated to 0.9.88.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=32384
2011-10-07* Fix Chatzilla (it doesn't work with recent Xulrunners).Eelco Dolstra1-7/+10
* Get rid of xulrunnerWrapper. svn path=/nixpkgs/trunk/; revision=29706
2011-07-04* Make Firefox 5.0 the default.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=27593
2010-07-22* Chatzilla updated to 0.9.86.Eelco Dolstra1-6/+6
svn path=/nixpkgs/branches/x-updates/; revision=22706
2009-07-08* Chatzilla 0.9.85 (on the Xulrunner from Firefox 3.5).Eelco Dolstra1-6/+3
svn path=/nixpkgs/trunk/; revision=16248
2009-03-05* Firefox 3.0.7.Eelco Dolstra1-3/+3
* Chatzilla 0.9.84. svn path=/nixpkgs/trunk/; revision=14346
2008-09-04* xulrunner-wrapper: use Firefox 3 directly (via "firefox -app"),Eelco Dolstra1-5/+11
since it has full support for running XUL applications. This saves a lot of space (you don't need two copies of basically the same software). * Deleted the old xulrunner (1.8.0.4), it didn't compile anyway with recent GTK. * Updated chatzilla to 0.9.83. svn path=/nixpkgs/trunk/; revision=12794
2007-12-31* Chatzilla 0.9.79.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=9996
2007-09-26* Chatzilla 0.9.78.1.Eelco Dolstra1-3/+6
svn path=/nixpkgs/trunk/; revision=9374
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=6711
2006-10-11* Added a bunch of descriptions.Eelco Dolstra1-0/+4
svn path=/nixpkgs/trunk/; revision=6705
2006-07-19* Latest XULRunner and Chatzilla.Eelco Dolstra1-3/+4
svn path=/nixpkgs/trunk/; revision=5773
2006-02-15* Added xulrunner 1.8.0.1Martin Bravenboer1-0/+12
* Added a basic wrapper generator for xulrunner * Chatzilla running in xulrunner svn path=/nixpkgs/trunk/; revision=4809