Commit graph

797 commits

Author SHA1 Message Date
Ludovic Courtès 9c2f9fd2f2 GNU Bison 2.5.
svn path=/nixpkgs/trunk/; revision=27813
2011-07-18 08:36:01 +00:00
Peter Simons 13e0b7bbed Revert "cmake: updated to version 2.8.5".
The latest version doesn't compile on Hydra. It does compile on my
machine, though. Not sure what happened.

svn path=/nixpkgs/trunk/; revision=27699
2011-07-10 22:21:39 +00:00
Peter Simons 03446e108d cmake: updated to version 2.8.5
svn path=/nixpkgs/trunk/; revision=27696
2011-07-10 20:17:38 +00:00
Ludovic Courtès 4d7d10da6b GNU Automake: Append `-I' flags stemming from $ACLOCAL_PATH instead of prepending them.
See <http://lists.gnu.org/archive/html/bug-gnulib/2011-07/msg00100.html>
for an illustration of the bug.

svn path=/nixpkgs/trunk/; revision=27622
2011-07-07 15:10:40 +00:00
Ludovic Courtès 7b34224abd Update Hydra.
svn path=/nixpkgs/trunk/; revision=27598
2011-07-04 14:44:54 +00:00
Ludovic Courtès 08e6c13dee GNU GLOBAL 5.9.7.
svn path=/nixpkgs/trunk/; revision=27587
2011-07-04 11:52:30 +00:00
Ludovic Courtès 3a8af0ddf7 GNU Libtool: Use dontStrip' instead of the non-existent dontNativeStrip'.
svn path=/nixpkgs/trunk/; revision=27571
2011-07-01 10:11:06 +00:00
Ludovic Courtès 3da30b6770 GNU Libtool: Don't run the native `strip' when cross-compiling.
svn path=/nixpkgs/trunk/; revision=27568
2011-07-01 07:42:23 +00:00
Florian Friesdorf c53fc3b65e jscoverage-0.5.1
svn path=/nixpkgs/trunk/; revision=27508
2011-06-21 07:28:30 +00:00
Eelco Dolstra ce3cb35e53 * strace updated to 4.6.
svn path=/nixpkgs/trunk/; revision=27473
2011-06-15 13:28:04 +00:00
Sander van der Burg 22b9fd78a4 Fixed the comments tool
svn path=/nixpkgs/trunk/; revision=27469
2011-06-15 12:04:31 +00:00
Eelco Dolstra 12c9ba62ac * Fix some evaluation problems.
svn path=/nixpkgs/trunk/; revision=27457
2011-06-14 15:55:11 +00:00
Sander van der Burg 7f26b06961 Added ninka, an experimental sentence based license detector
svn path=/nixpkgs/trunk/; revision=27455
2011-06-14 15:15:34 +00:00
Ludovic Courtès d45757e581 Hydra: Update.
svn path=/nixpkgs/trunk/; revision=27454
2011-06-14 12:32:19 +00:00
Nicolas Pierron f76edfb1e1 gdb: Add support for python instrumentation.
svn path=/nixpkgs/trunk/; revision=27446
2011-06-14 02:39:03 +00:00
Ludovic Courtès 0d67ee1913 GNU GLOBAL 5.9.6.
svn path=/nixpkgs/trunk/; revision=27439
2011-06-13 20:52:26 +00:00
Rob Vermaas 0ccfc552f5 update hydra
svn path=/nixpkgs/trunk/; revision=27403
2011-06-09 13:43:02 +00:00
Ludovic Courtès 97675e8344 Add GNU Complexity.
svn path=/nixpkgs/trunk/; revision=27344
2011-06-04 21:46:07 +00:00
Ludovic Courtès 0add50ed1b GNU GLOBAL 5.9.5.
svn path=/nixpkgs/trunk/; revision=27321
2011-05-30 21:48:55 +00:00
Peter Simons db7c4adb80 doxygen: updated to version 1.7.4
svn path=/nixpkgs/trunk/; revision=27157
2011-05-05 09:43:21 +00:00
Eelco Dolstra 92bf0b92d3 * Provide "null" defaults for the optional dependencies, otherwise
binutilsCross gives an evaluation error.

svn path=/nixpkgs/trunk/; revision=27138
2011-05-04 12:22:56 +00:00
Rob Vermaas 8f7cab5d5c add some versions of cppunit/boost/protobuf, added binutils with gold, added nlopt
svn path=/nixpkgs/trunk/; revision=27132
2011-05-04 10:03:46 +00:00
Michael Raskin 8a00dfcc18 Update teeworlds
svn path=/nixpkgs/trunk/; revision=26814
2011-04-13 05:47:51 +00:00
Lluís Batlle i Rossell 6cfba00e1b Adding giv.
svn path=/nixpkgs/trunk/; revision=26709
2011-04-06 10:00:48 +00:00
Lluís Batlle i Rossell 48748dedcb Adding the rally game Trigger. As a side effect, I add jam.
svn path=/nixpkgs/trunk/; revision=26615
2011-03-30 18:45:11 +00:00
Peter Simons 05474e174b cmake: updated meta.platforms to reflect the fact that CMake is supposed to build on all Unix-like platforms
svn path=/nixpkgs/trunk/; revision=26512
2011-03-25 12:55:33 +00:00
Peter Simons 5ba10a94e1 cmake: add install_name_tool on Darwin to fix the build
svn path=/nixpkgs/trunk/; revision=26511
2011-03-25 12:55:29 +00:00
Ludovic Courtès 497c46e5e5 Hydra: Update.
svn path=/nixpkgs/trunk/; revision=26323
2011-03-15 14:01:33 +00:00
Ludovic Courtès 2dcf4fbfcc Hydra: Update.
svn path=/nixpkgs/trunk/; revision=26320
2011-03-15 13:42:01 +00:00
Andres Löh 3e0ac9b040 Major Haskell packages overhaul.
Several changes, some highlights:

  * Structure of haskell-packages.nix updated. It's now easier to
    select different default versions of packages for different
    versions of GHC.

  * GHC 7.0.2 is now default.

  * Haskell Platform 2011.2.0.0 has been added and is now default.

  * Several packages have been updated
    (gtk2hs, gitit, xmonad, darcs, ...).

  * Some old packages have been removed.

svn path=/nixpkgs/trunk/; revision=26288
2011-03-12 17:28:15 +00:00
Ludovic Courtès 7b395420a0 GNU DejaGNU 1.5.
svn path=/nixpkgs/trunk/; revision=26285
2011-03-11 19:45:51 +00:00
Ludovic Courtès 69fec8a6a0 GNU GLOBAL 5.9.4.
svn path=/nixpkgs/trunk/; revision=26252
2011-03-10 14:53:24 +00:00
Ludovic Courtès 117c51cf2a Hydra: Update from SVN.
svn path=/nixpkgs/trunk/; revision=26209
2011-03-08 15:01:18 +00:00
Eelco Dolstra 5a437c99d6 * Valgrind 3.6.1.
svn path=/nixpkgs/trunk/; revision=26191
2011-03-07 12:37:01 +00:00
Yury G. Kudryashov 53a7f85871 cmake-2.8.4
svn path=/nixpkgs/trunk/; revision=26137
2011-03-02 18:49:56 +00:00
Ludovic Courtès 7201a275db GNU AutoGen 5.11.6.
svn path=/nixpkgs/trunk/; revision=26060
2011-02-22 13:40:01 +00:00
Yury G. Kudryashov 3b3f50e405 Move automoc4 out of kde-4.x/
kde-4.x/ is for software that is released with kde releases,
not for anything hosted on *.kde.org or in kde svn/git.

svn path=/nixpkgs/trunk/; revision=26048
2011-02-22 06:19:05 +00:00
Yury G. Kudryashov 2e92a0cd12 cmake-2.8.3
svn path=/nixpkgs/trunk/; revision=25859
2011-02-09 21:08:53 +00:00
Ludovic Courtès e314e1f2de GNU Autoconf: Disable tests on Solaris.
svn path=/nixpkgs/trunk/; revision=25671
2011-01-22 22:20:52 +00:00
Ludovic Courtès 0db18b0d5f GNU GLOBAL 5.9.3.
svn path=/nixpkgs/trunk/; revision=25608
2011-01-18 09:34:52 +00:00
Rob Vermaas 6a3c13835c build hydra on linux
svn path=/nixpkgs/trunk/; revision=25568
2011-01-14 14:50:13 +00:00
Rob Vermaas 046125bd1d add hydra
svn path=/nixpkgs/trunk/; revision=25567
2011-01-14 14:47:48 +00:00
Eelco Dolstra 2b464d6e13 * lcov updated to 1.9.
svn path=/nixpkgs/trunk/; revision=25475
2011-01-09 19:24:32 +00:00
Rob Vermaas 431141cb27 only build distcc on linux
svn path=/nixpkgs/trunk/; revision=25416
2011-01-05 10:11:06 +00:00
Rob Vermaas 5b408a85da build cmake only on linux and freebsd
svn path=/nixpkgs/trunk/; revision=25412
2011-01-05 10:04:49 +00:00
Rob Vermaas 7e57ff0c7f only build cflow on linux
svn path=/nixpkgs/trunk/; revision=25410
2011-01-05 09:58:15 +00:00
Karn Kallio 8af7cabe21 Update patchelf 0.6 to latest prerelease 23458.
The older prerelease did not download; Hydra said the product had disappeared.

svn path=/nixpkgs/trunk/; revision=25350
2011-01-02 22:35:02 +00:00
Eelco Dolstra aa6f43149a * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25308
2010-12-28 16:42:00 +00:00
Marco Maggesi 51d6c8df91 * Handle variable createFindlibDestdir correctly in ocaml-findlib
* Fix HOL Light derivation

svn path=/nixpkgs/trunk/; revision=25269
2010-12-23 19:28:06 +00:00
Eelco Dolstra c14382cb45 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25225
2010-12-21 15:14:33 +00:00