summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking
AgeCommit message (Collapse)Author
2010-02-01GNU IceCat 3.6: Disable WiFi stuff for now.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=19744
2010-01-28GNU IceCat: Add missing dependency.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=19720
2010-01-27GNU IceCat: Stick to good ol' bzip2 for now.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=19712
2010-01-27GNU IceCat 3.6.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=19702
2010-01-21* Added Firefox 3.6. It's not entirely stable yet though. InEelco Dolstra
particular it segfaults with the `-P' option. svn path=/nixpkgs/trunk/; revision=19606
2010-01-21* Throw away some old versions of Firefox.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=19604
2010-01-16Updating mldonkey, and adding more build-type add-ons.Lluís Batlle i Rossell
svn path=/nixpkgs/trunk/; revision=19486
2010-01-15Updating unison.Lluís Batlle i Rossell
svn path=/nixpkgs/trunk/; revision=19468
2010-01-13GNUnet: Add `meta.platforms'.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=19414
2010-01-13* Firefox 3.0.17.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=19392
2010-01-11update to 2.6.5, also add python dependency for extensions and all thatArmijn Hemel
svn path=/nixpkgs/trunk/; revision=19352
2010-01-11* Firefox 3.5.7.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=19349
2010-01-11GNU IceCat 3.5.7.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=19348
2010-01-05update to 3.0.7, requires perl nowArmijn Hemel
svn path=/nixpkgs/trunk/; revision=19231
2010-01-05GNUnet 0.8.1.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=19219
2010-01-04re-added libjpeg62 for chrome, updated chromeRob Vermaas
svn path=/nixpkgs/trunk/; revision=19199
2010-01-04adding debug version of i686 flash player. See commentsMarc Weber
svn path=/nixpkgs/trunk/; revision=19195
2010-01-02* Thunderbird 3.0. It doesn't use the Xulrunner package, as buildingEelco Dolstra
against an external Xulrunner seems to be unsupported currently. svn path=/nixpkgs/trunk/; revision=19169
2010-01-01* Put the Thunderbird 2 and 3 expressions in one directory.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=19167
2009-12-30update to 1.2.4Armijn Hemel
svn path=/nixpkgs/trunk/; revision=19162
2009-12-30different hash flash player 10Rob Vermaas
svn path=/nixpkgs/trunk/; revision=19149
2009-12-27add voice and videoArmijn Hemel
svn path=/nixpkgs/trunk/; revision=19136
2009-12-25update to 1.5.20, add perl as extra dependencyArmijn Hemel
svn path=/nixpkgs/trunk/; revision=19127
2009-12-25update to 3.0.6Armijn Hemel
svn path=/nixpkgs/trunk/; revision=19120
2009-12-25update to 2.7.1Armijn Hemel
svn path=/nixpkgs/trunk/; revision=19119
2009-12-25konversation project website has moved, konversation.org has been abandonedArmijn Hemel
svn path=/nixpkgs/trunk/; revision=19117
2009-12-25update to 0.8.14Armijn Hemel
svn path=/nixpkgs/trunk/; revision=19116
2009-12-25update to 2.8.7Armijn Hemel
svn path=/nixpkgs/trunk/; revision=19111
2009-12-25update to 1.3.2Armijn Hemel
svn path=/nixpkgs/trunk/; revision=19107
2009-12-23update to 2.6.4. voice and video are not working atmArmijn Hemel
svn path=/nixpkgs/trunk/; revision=19086
2009-12-22* Firefox 3.5.6.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=19075
2009-12-20GNU IceCat 3.5.6.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=19053
2009-12-12fix hash of libCSS (netsurf browser)Marc Weber
svn path=/nixpkgs/trunk/; revision=18908
2009-12-11removing old bleeding edge cruft replacing it by a niftier version usingMarc Weber
source regions which are substituded by the tool nix-repository-manager. See http://github.com/MarcWeber/nix-repository-manager/raw/master/README. sourceByName is called sourceFromHead now. updates: MPlayerTrunk, haxe, neko, netsurf, cinelerra, ctags cinelerra does no longer build due to Xorg update svn path=/nixpkgs/trunk/; revision=18894
2009-12-03Fixed download url for Unison File Syncronizer.Marco Maggesi
svn path=/nixpkgs/trunk/; revision=18793
2009-11-22* Firefox 3.5.5.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=18548
2009-11-22newer version of chrome (32599)Rob Vermaas
svn path=/nixpkgs/trunk/; revision=18520
2009-11-18* Removed selectVersion. There's no good reason to writeEelco Dolstra
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
2009-11-11chrome 31663Rob Vermaas
svn path=/nixpkgs/trunk/; revision=18328
2009-11-11GNU IceCat 3.5.5.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=18327
2009-11-11update chrome to version 31662 to let dropdownlists work properly againRob Vermaas
svn path=/nixpkgs/trunk/; revision=18326
2009-11-08Removing fetchgit --depth and its usage. It does not provide much advantages...Lluís Batlle i Rossell
I think it takes the recent N commits into the repository, which says very little, even for wanting master/HEAD. svn path=/nixpkgs/trunk/; revision=18277
2009-11-07Fix Uzbl buildMichael Raskin
svn path=/nixpkgs/trunk/; revision=18269
2009-11-06Update uzbl-experimentalMichael Raskin
svn path=/nixpkgs/trunk/; revision=18182
2009-11-05Links2 works in FB without directfb just fineMichael Raskin
svn path=/nixpkgs/trunk/; revision=18157
2009-11-05updated version of chromeRob Vermaas
svn path=/nixpkgs/trunk/; revision=18131
2009-11-04* Sync with the trunk.Eelco Dolstra
svn path=/nixpkgs/branches/xorg-7.5/; revision=18122
2009-11-01GNU IceCat 3.5.4.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=18064
2009-10-30* Updated Firefox 3.0.x to 3.0.15 (because the old tarball disappeared).Eelco Dolstra
svn path=/nixpkgs/branches/xorg-7.5/; revision=18054
2009-10-30added chromeWrapper, like firefoxWrapper, to allow plugins to work, added ↵Rob Vermaas
previously undefined dependencies on flash plugin svn path=/nixpkgs/trunk/; revision=18050