about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/carrier
AgeCommit message (Collapse)AuthorFilesLines
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.
2013-07-14Change more packages from direct downloads to mirror://sourceforgeEvgeny Egorochkin1-1/+1
2012-03-17Remove some files not reachable from all-packages.nixYury G. Kudryashov1-54/+0
List of removed files: * pkgs/applications/misc/kiwixbuilder/default.nix * pkgs/applications/misc/simgrid/default.nix * pkgs/applications/networking/instant-messengers/carrier/2.4.2.nix * pkgs/applications/networking/mailreaders/thunderbird/7.x.nix * pkgs/applications/networking/mailreaders/thunderbird/thunderbird-build-deps.patch * pkgs/development/libraries/bluez-libs/default.nix * pkgs/development/libraries/libjingle/0.4.0.nix * pkgs/development/perl-modules/Font-TTF/default.nix * pkgs/tools/X11/xauth/default.nix * pkgs/tools/security/p0f/default.nix * pkgs/tools/security/p0f/p0f.patch svn path=/nixpkgs/trunk/; revision=33205
2012-03-14Make nixpkgs ready for gst_all attrset removalYury G. Kudryashov2-2/+2
svn path=/nixpkgs/trunk/; revision=33092
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-11-18* Removed selectVersion. There's no good reason to writeEelco Dolstra1-1/+1
`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-05-24big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2-2/+2
getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
2009-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2-4/+4
svn path=/nixpkgs/trunk/; revision=15662
2009-02-07Carrier updateMichael Raskin1-0/+54
svn path=/nixpkgs/trunk/; revision=14002
2008-08-20Refactoring to work with refactored builderDefsMichael Raskin1-10/+11
svn path=/nixpkgs/trunk/; revision=12670
2008-07-04As Pidgin is updated for ICQ changes and Carrier is not and Carrier uses ↵Michael Raskin1-1/+16
Pidgin's unmodified libpurple anyway, added a possibility to grab libpurple2 from Pidgin installation and use it for Carrier installation svn path=/nixpkgs/trunk/; revision=12257
2008-06-16Updated Funpidgin 2.4.1 to Carrier 2.4.2 (rename of the fork, yes)Michael Raskin1-0/+38
svn path=/nixpkgs/trunk/; revision=12118