summary refs log tree commit diff
path: root/pkgs/development/libraries/aalib/default.nix
Commit message (Collapse)AuthorAge
* treewide: Make configureFlags listsJohn Ericson2018-08-03
|
* aalib: add licensePascal Wittmann2018-07-22
| | | | see issue #43716
* treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-11
| | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* treewide: Make explicit that 'dev' output of ncurses is usedTuomas Tynkkynen2016-05-19
|
* ncurses: combine $lib and $out outputsThomas Tuegel2016-03-08
| | | | | | | | The $lib output refers to the terminfo database in $out, which is about 10x larger than the ncurses shared library. Splitting these outputs saves a small amount of space for any derivations that use the terminfo database but not the ncurses library, but we do not have evidence that any such exist.
* aalib: Split into multiple outputsTuomas Tynkkynen2015-10-28
|
* aalib: patch for DarwinSpencer Whitt2015-04-01
|
* aalib: update builderEvgeny Egorochkin2013-12-18
|
* aalib: update from 1.4rc4 to 1.4rc5Nixpkgs Monitor2013-12-18
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | 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.
* Updating the config.guess of aalib, which did not know about the fuloong mips64.Lluís Batlle i Rossell2010-09-01
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23577
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | 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
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | 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
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * Install ncurses header files in $out/include, notEelco Dolstra2005-10-04
| | | | | | $out/include/ncurses. This simplifies many builders. svn path=/nixpkgs/trunk/; revision=4008
* * AALib.Eelco Dolstra2005-08-24
svn path=/nixpkgs/trunk/; revision=3682