about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* * Get rid of those annoying "not an attrSet" trace messages.Eelco Dolstra2011-05-04
| | | | svn path=/nixpkgs/trunk/; revision=27141
* forgot to commitRob Vermaas2011-05-04
| | | | svn path=/nixpkgs/trunk/; revision=27139
* * Provide "null" defaults for the optional dependencies, otherwiseEelco Dolstra2011-05-04
| | | | | | binutilsCross gives an evaluation error. svn path=/nixpkgs/trunk/; revision=27138
* fixed hashRob Vermaas2011-05-04
| | | | svn path=/nixpkgs/trunk/; revision=27137
* oops, wrote git2svn in stead of svn2gitRob Vermaas2011-05-04
| | | | svn path=/nixpkgs/trunk/; revision=27136
* add svn2gitRob Vermaas2011-05-04
| | | | svn path=/nixpkgs/trunk/; revision=27135
* add some versions of cppunit/boost/protobuf, added binutils with gold, added ↵Rob Vermaas2011-05-04
| | | | | | nlopt svn path=/nixpkgs/trunk/; revision=27134
* add some versions of cppunit/boost/protobuf, added binutils with gold, added ↵Rob Vermaas2011-05-04
| | | | | | nlopt svn path=/nixpkgs/trunk/; revision=27133
* add some versions of cppunit/boost/protobuf, added binutils with gold, added ↵Rob Vermaas2011-05-04
| | | | | | nlopt svn path=/nixpkgs/trunk/; revision=27132
* git-annex: added missing SHA dependencyPeter Simons2011-05-04
| | | | svn path=/nixpkgs/trunk/; revision=27131
* git-annex: updated to version 0.20110427Peter Simons2011-05-04
| | | | | | | The most current one is 0.20110503, but the corresponding tarball isn't available for download yet. svn path=/nixpkgs/trunk/; revision=27130
* svn path=/nixpkgs/trunk/; revision=27128Eelco Dolstra2011-05-04
|
* * Move wxPython into python-packages.nix so that you can get wxPythonEelco Dolstra2011-05-04
| | | | | | | built for the appropriate Python version (e.g. python26Packages.wxPython). svn path=/nixpkgs/trunk/; revision=27127
* * Added Tribler. Doesn't quite work yet.Eelco Dolstra2011-05-03
| | | | svn path=/nixpkgs/trunk/; revision=27124
* * Move ktorrent to pkgs/applications/networking/p2p/.Eelco Dolstra2011-05-03
| | | | svn path=/nixpkgs/trunk/; revision=27123
* * wxPython updated to 2.8.12.0.Eelco Dolstra2011-05-03
| | | | | | | * wxPython builder: wrap the Python programs (such as pyshell) so that they actually work. svn path=/nixpkgs/trunk/; revision=27122
* * wxGTK updated to 2.8.12.Eelco Dolstra2011-05-03
| | | | svn path=/nixpkgs/trunk/; revision=27119
* svn path=/nixpkgs/trunk/; revision=27118Eelco Dolstra2011-05-03
|
* * Added apsw, Another Python SQLite Wrapper.Eelco Dolstra2011-05-03
| | | | svn path=/nixpkgs/trunk/; revision=27117
* * SQLite updated to 3.7.6.2. Also enabled the SECURE_DELETE featureEelco Dolstra2011-05-03
| | | | | | (required by Firefox). svn path=/nixpkgs/trunk/; revision=27116
* Adding readline to php, so now 'php -a' works nicely with readline.Lluís Batlle i Rossell2011-05-03
| | | | svn path=/nixpkgs/trunk/; revision=27110
* Adding Kona: a K interpreterMichael Raskin2011-05-03
| | | | svn path=/nixpkgs/trunk/; revision=27098
* Updating rrdtool.Lluís Batlle i Rossell2011-05-02
| | | | svn path=/nixpkgs/trunk/; revision=27096
* * For some reason Samba insists on setting the g+w bit on newlyEelco Dolstra2011-05-02
| | | | | | | created directories, which is a security risk. So create $out with the proper permissions before starting the VM. svn path=/nixpkgs/trunk/; revision=27095
* * Firefox updated to 4.0.1. Dropped the libvpx dependency because itEelco Dolstra2011-05-02
| | | | | | | | | | was ignored anyway. With the --with-system-libvpx flag, the build barfs with: checking for vpx/vpx_decoder.h... yes configure: error: vpx/vpx_decoder.h found, but is not in /usr/include svn path=/nixpkgs/trunk/; revision=27089
* Update nixCustom for all the dependencies of latest SVN NixMichael Raskin2011-05-02
| | | | svn path=/nixpkgs/trunk/; revision=27084
* Updating samba.Lluís Batlle i Rossell2011-05-02
| | | | svn path=/nixpkgs/trunk/; revision=27082
* games/warsow: Updated to 0.62.Alexander Tsamutali2011-05-01
| | | | svn path=/nixpkgs/trunk/; revision=27078
* Updating offrssLluís Batlle i Rossell2011-05-01
| | | | svn path=/nixpkgs/trunk/; revision=27076
* Adding Ardour3 alpha2, a digital audio workstationCillian de Roiste2011-05-01
| | | | svn path=/nixpkgs/trunk/; revision=27075
* Adding libgnomecanvasmm, a dependency for Ardour3Cillian de Roiste2011-05-01
| | | | svn path=/nixpkgs/trunk/; revision=27074
* Fixing forgotten hash for Wine updateMichael Raskin2011-04-30
| | | | svn path=/nixpkgs/trunk/; revision=27065
* Update WebKitMichael Raskin2011-04-30
| | | | svn path=/nixpkgs/trunk/; revision=27064
* Update WineMichael Raskin2011-04-30
| | | | svn path=/nixpkgs/trunk/; revision=27063
* Advance Racket to version 5.1.1 (latest release).Karn Kallio2011-04-30
| | | | svn path=/nixpkgs/trunk/; revision=27062
* * Doh, forgot to commit.Eelco Dolstra2011-04-30
| | | | svn path=/nixpkgs/trunk/; revision=27059
* * w3m updated to 0.5.3.Eelco Dolstra2011-04-30
| | | | svn path=/nixpkgs/trunk/; revision=27058
* php xcache wanted m4. Otherwise it built a wrong shared object (missing ↵Lluís Batlle i Rossell2011-04-29
| | | | | | symbols). svn path=/nixpkgs/trunk/; revision=27057
* Updating php 5.3 and adding php-xcache.Lluís Batlle i Rossell2011-04-29
| | | | svn path=/nixpkgs/trunk/; revision=27056
* Telling hydra to build the recent k3b.Lluís Batlle i Rossell2011-04-29
| | | | svn path=/nixpkgs/trunk/; revision=27055
* Attempt to fix the vsftpd build on i686-linuxLluís Batlle i Rossell2011-04-29
| | | | svn path=/nixpkgs/trunk/; revision=27054
* Elinks: Fix libgc initialization.Ludovic Courtès2011-04-28
| | | | svn path=/nixpkgs/trunk/; revision=27046
* GNU mtools 4.0.16.Ludovic Courtès2011-04-28
| | | | svn path=/nixpkgs/trunk/; revision=27045
* GNU Parallel 20110422.Ludovic Courtès2011-04-28
| | | | svn path=/nixpkgs/trunk/; revision=27044
* GNU Xorriso 1.0.8.Ludovic Courtès2011-04-28
| | | | svn path=/nixpkgs/trunk/; revision=27043
* GNU FreeIPMI 1.0.4.Ludovic Courtès2011-04-28
| | | | svn path=/nixpkgs/trunk/; revision=27042
* GNU libidn 1.21.Ludovic Courtès2011-04-28
| | | | svn path=/nixpkgs/trunk/; revision=27041
* GNU uCommon C++ 4.3.2.Ludovic Courtès2011-04-28
| | | | svn path=/nixpkgs/trunk/; revision=27040
* GnuTLS 2.12.3.Ludovic Courtès2011-04-28
| | | | svn path=/nixpkgs/trunk/; revision=27039
* GNU Guile 2.0.1.Ludovic Courtès2011-04-28
| | | | svn path=/nixpkgs/trunk/; revision=27038