Shea Levy
93d86b97f6
Merged in changes from stdenv-updates on gcc-4.5 into gcc-4.6
...
svn path=/nixpkgs/trunk/; revision=26650
2011-04-01 03:17:55 +00:00
Shea Levy
9ec8f9aefb
Add myself as a gcc-4.6 maintainer
...
svn path=/nixpkgs/trunk/; revision=26649
2011-04-01 00:25:39 +00:00
Andres Löh
e5da05349c
Updating Hakyll and dependencies.
...
Patch supplied by Vladimír Čunát. Thanks.
svn path=/nixpkgs/trunk/; revision=26648
2011-03-31 23:21:36 +00:00
Shea Levy
7c1b06b3bd
Add gnat46. Note that, contrary to my notes when I emailed this patch, this builds now: we use gnat45 as an Ada bootstrap in place of gnatboot. This is not a long-term solution, but it works for now.
...
svn path=/nixpkgs/trunk/; revision=26645
2011-03-31 22:20:11 +00:00
Shea Levy
c2f72840ed
Add gcj46
...
svn path=/nixpkgs/trunk/; revision=26642
2011-03-31 22:04:08 +00:00
Shea Levy
97d0714f9f
Add gfortran46
...
svn path=/nixpkgs/trunk/; revision=26641
2011-03-31 21:59:38 +00:00
Shea Levy
7b6139b85e
Add GCC 4.6.0 cross compiler
...
svn path=/nixpkgs/trunk/; revision=26640
2011-03-31 21:56:57 +00:00
Shea Levy
9511b89ec1
Update to GCC 4.6.0:
...
* Modify the builder to not fail when a static library is in $out/libexec/gcc/*/*
* Disable libquadmath when building a static-only bootstrap of GCC, see http://gcc.gnu.org/ml/gcc/2011-03/msg00465.html
* Add handling for cloog if it is passed in in place of cloog-ppl
svn path=/nixpkgs/trunk/; revision=26639
2011-03-31 21:51:39 +00:00
Shea Levy
4940efa008
Modify update-gcc.sh to allow it to work with gpg2 as well as gpg
...
svn path=/nixpkgs/trunk/; revision=26638
2011-03-31 21:47:03 +00:00
Shea Levy
6c033b18ee
Initial copy of gcc-4.5 to gcc-4.6
...
svn path=/nixpkgs/trunk/; revision=26637
2011-03-31 21:44:55 +00:00
Shea Levy
812e7c93ee
Add ppl version 0.11, necessary for Graphite optimizations in GCC 4.6.0
...
svn path=/nixpkgs/trunk/; revision=26636
2011-03-31 21:32:01 +00:00
Shea Levy
8002302a31
Add CLooG, an alternative to CLooG-PPL based on the integer set library, an optional dependency for GCC 4.6.0
...
svn path=/nixpkgs/trunk/; revision=26635
2011-03-31 21:25:08 +00:00
Shea Levy
bc6ee5020d
Add isl, the integer set library (needed for cloog, an optional dependency for GCC 4.6.0)
...
svn path=/nixpkgs/trunk/; revision=26633
2011-03-31 21:19:39 +00:00
Shea Levy
bc36f56977
Adding a missing newline in all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=26632
2011-03-31 21:15:53 +00:00
Lluís Batlle i Rossell
f00bdb6f15
Adding a skeleton for a fsfs expression, but it still does not build.
...
svn path=/nixpkgs/trunk/; revision=26631
2011-03-31 21:08:50 +00:00
Lluís Batlle i Rossell
6aa761ab3b
Removing a superfluous argument in upx
...
svn path=/nixpkgs/trunk/; revision=26621
2011-03-31 10:04:52 +00:00
Lluís Batlle i Rossell
56acf8aeb0
Updating upx (and I tried to make it use fine lzma and ucl)
...
svn path=/nixpkgs/trunk/; revision=26620
2011-03-31 09:49:54 +00:00
Lluís Batlle i Rossell
627812ffbb
Adding Rigs of Rods.
...
Basically it builds, but I still don't know how to run it. I imagine the
installPhase is still too poor, but it's better than nothing.
I also added two mygui versions. That stable, and that required by Rigs of Roads (svn).
svn path=/nixpkgs/trunk/; revision=26618
2011-03-30 22:08:33 +00:00
Lluís Batlle i Rossell
9adeabc793
Making builder-defs doCMake build well the shared libraries and binaries (rpath related).
...
I simply made it do what the cmake setup-hook already said to do.
svn path=/nixpkgs/trunk/; revision=26617
2011-03-30 22:08:29 +00:00
Lluís Batlle i Rossell
58f7f6e913
Task juggler checks for libjpeg. I add it in case it improves something.
...
svn path=/nixpkgs/trunk/; revision=26616
2011-03-30 22:08:25 +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
Nicolas Pierron
11472a0501
Add mkAssert.
...
svn path=/nixpkgs/trunk/; revision=26600
2011-03-30 11:18:10 +00:00
Eelco Dolstra
56ade5fef2
* Remove unused file.
...
svn path=/nixpkgs/trunk/; revision=26598
2011-03-30 09:43:45 +00:00
Lluís Batlle i Rossell
6eaaa06077
Committing on behalf of Shea Levy:
...
This patch adds a "features.aufs2_1" to the aufs-2.1 patch for Linux
2.6.37 to prevent aufs2_1 and aufs2_1_util from being options for
kernels without an aufs 2.1 patch. There were several Hydra build
failures as a result of attempting to build aufs2.1 against older
kernels.
svn path=/nixpkgs/trunk/; revision=26597
2011-03-30 08:16:44 +00:00
Lluís Batlle i Rossell
fc46d92032
Updating ultimate stunts. And now, with sound.
...
svn path=/nixpkgs/trunk/; revision=26596
2011-03-29 20:47:55 +00:00
Andres Löh
3ae597033d
Added tuple and OneTuple.
...
svn path=/nixpkgs/trunk/; revision=26592
2011-03-29 14:17:19 +00:00
Michael Raskin
4f65f33e11
Adding XDaliClock
...
svn path=/nixpkgs/trunk/; revision=26591
2011-03-29 10:32:49 +00:00
Lluís Batlle i Rossell
d73765b161
Making task juggler build.
...
I also change the nixpkgs attribute name to one I like more.
svn path=/nixpkgs/trunk/; revision=26590
2011-03-29 08:34:12 +00:00
Andres Löh
f9c356ad17
Adding ghc-7.0.3.
...
svn path=/nixpkgs/trunk/; revision=26588
2011-03-28 21:33:21 +00:00
Michael Raskin
b89d88cb22
Monotone update: 1.0 release is out
...
svn path=/nixpkgs/trunk/; revision=26587
2011-03-28 20:26:29 +00:00
Lluís Batlle i Rossell
497fc7bb94
Making btanks work (and adding smpeg).
...
svn path=/nixpkgs/trunk/; revision=26585
2011-03-28 18:58:49 +00:00
Lluís Batlle i Rossell
3dcaa029ab
Adding the zod engine, a multiplayer zed remake.
...
svn path=/nixpkgs/trunk/; revision=26577
2011-03-28 16:08:29 +00:00
Lluís Batlle i Rossell
8bf1dd5cef
Updating xchm
...
svn path=/nixpkgs/trunk/; revision=26576
2011-03-28 16:08:26 +00:00
Lluís Batlle i Rossell
655a9ea9c3
Adding the racing videogame VDrift.
...
I added the asio library as a side effect.
svn path=/nixpkgs/trunk/; revision=26575
2011-03-28 16:08:21 +00:00
Lluís Batlle i Rossell
97182f0bcb
Making SDL_gfx and SDL_image find the SDL headers, by a postInstall patch.
...
They expected to sit in the same directory as the SDL headers.
svn path=/nixpkgs/trunk/; revision=26574
2011-03-28 16:08:17 +00:00
Eelco Dolstra
83b3ab4657
* Adobe Reader: depend on gdk_pixbuf (from Marc Weber). Also update
...
to 9.4.2.
svn path=/nixpkgs/trunk/; revision=26572
2011-03-28 15:46:10 +00:00
Andres Löh
b18dd91057
Removing trailing whitespace.
...
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00
Andres Löh
127a2fc8e0
Added random-fu plus dependencies.
...
(Unfortunately doesn't compile yet with ghc-7.)
svn path=/nixpkgs/trunk/; revision=26569
2011-03-28 15:03:51 +00:00
Ludovic Courtès
ed10cda58d
Guile-Lib 0.2.0.
...
svn path=/nixpkgs/trunk/; revision=26563
2011-03-28 12:05:17 +00:00
Ludovic Courtès
b56430e7c0
MPC is now a GNU project.
...
svn path=/nixpkgs/trunk/; revision=26562
2011-03-28 12:04:59 +00:00
Lluís Batlle i Rossell
5142fda2bf
Updating freeimage.
...
svn path=/nixpkgs/trunk/; revision=26560
2011-03-28 10:22:55 +00:00
Michael Raskin
1233bbb9fa
Adding PicoLisp
...
svn path=/nixpkgs/trunk/; revision=26558
2011-03-28 08:16:15 +00:00
Evgeny Egorochkin
4b26d46014
policycoreutils: fix compilation
...
svn path=/nixpkgs/trunk/; revision=26557
2011-03-28 07:38:16 +00:00
Evgeny Egorochkin
9da3ee5281
ustr: cleanup
...
svn path=/nixpkgs/trunk/; revision=26556
2011-03-27 23:31:31 +00:00
Lluís Batlle i Rossell
f5f5f80474
Fixing the btanks webpage.
...
svn path=/nixpkgs/trunk/; revision=26555
2011-03-27 21:26:51 +00:00
Lluís Batlle i Rossell
3df4a63ec2
Adding some skeleton for btanks. It needs smpeg still, to build.
...
svn path=/nixpkgs/trunk/; revision=26554
2011-03-27 21:18:05 +00:00
Lluís Batlle i Rossell
723fce8d57
Adding the pacman-like game njam.
...
svn path=/nixpkgs/trunk/; revision=26553
2011-03-27 20:35:08 +00:00
Lluís Batlle i Rossell
a602209a6b
Fixing the name of darcnes.
...
svn path=/nixpkgs/trunk/; revision=26552
2011-03-27 20:14:42 +00:00
Eelco Dolstra
997a5c8ef3
* Revert r26507, which I assume was intented for the stdenv branch.
...
svn path=/nixpkgs/trunk/; revision=26550
2011-03-27 19:03:06 +00:00
Lluís Batlle i Rossell
6f30a10a2d
Adding bzflag.
...
svn path=/nixpkgs/trunk/; revision=26549
2011-03-27 16:35:45 +00:00