about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/amsn
AgeCommit message (Collapse)AuthorFilesLines
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+5
2018-07-22amsn: add licensePascal Wittmann1-0/+1
see issue #43716
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-09-15x11: replace its usage by xlibsWrapper directlyVladimír Čunát1-2/+2
Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
2013-12-11amsn: update from 0.98.4 to 0.98.9Nixpkgs Monitor1-3/+3
2013-10-05Some description fixesBjørn Forsman1-0/+1
There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
2011-11-14Updating aMSN.Lluís Batlle i Rossell2-18/+11
svn path=/nixpkgs/trunk/; revision=30420
2008-01-30meta.homepage added to several packagesYury G. Kudryashov1-0/+4
svn path=/nixpkgs/trunk/; revision=10417
2007-09-07svn path=/nixpkgs/trunk/; revision=9277Wouter den Breejen2-4/+10
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra1-1/+1
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
2007-01-16upgrade to 0.96Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=7700
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=6711
2006-07-22pass the right values for tk. Spotted on NixOS ;)Armijn Hemel2-2/+2
svn path=/nixpkgs/trunk/; revision=5874
2006-07-22add amsnArmijn Hemel2-0/+18
svn path=/nixpkgs/trunk/; revision=5873