Andres Löh
576eb992a4
Updated uu-parsinglib.
...
svn path=/nixpkgs/trunk/; revision=26729
2011-04-07 08:30:28 +00:00
Andres Löh
742e6e9e0b
Updated epic.
...
svn path=/nixpkgs/trunk/; revision=26728
2011-04-07 07:47:22 +00:00
Eelco Dolstra
cf00c432ae
* By popular demand, restore Python 2.6.
...
svn path=/nixpkgs/trunk/; revision=26726
2011-04-06 21:57:30 +00:00
Ludovic Courtès
17fdaf6a7e
GCC 4.6: Add a version with debugging symbols.
...
svn path=/nixpkgs/trunk/; revision=26714
2011-04-06 12:52:33 +00:00
Ludovic Courtès
36ed7a8eb8
GCC 4.6: Use `callPackage'.
...
svn path=/nixpkgs/trunk/; revision=26713
2011-04-06 12:52:29 +00:00
Rob Vermaas
9fd6ab096d
update strategoxt to 1.8pre21839
...
svn path=/nixpkgs/trunk/; revision=26710
2011-04-06 11:02:41 +00:00
Lluís Batlle i Rossell
6cfba00e1b
Adding giv.
...
svn path=/nixpkgs/trunk/; revision=26709
2011-04-06 10:00:48 +00:00
Shea Levy
76610988f8
Remove --with-stage1-libs from gcc-4.6.0 when building against a static ppl
...
--with-stage1-libs defaults to whatever is passed to --with-host-libstdcxx, and building gcc 4.6.0 against a static ppl fails when --with-stage1-libs is specified as it is here
svn path=/nixpkgs/trunk/; revision=26702
2011-04-05 16:55:09 +00:00
Shea Levy
566a2eba74
Whoops, edited the wrong expression
...
svn path=/nixpkgs/trunk/; revision=26701
2011-04-05 16:14:23 +00:00
Shea Levy
dc1af596fd
Disable watchdog when building ppl-0.11 statically
...
svn path=/nixpkgs/trunk/; revision=26700
2011-04-05 16:10:58 +00:00
Eelco Dolstra
fad57767e3
* Merge the modular-python branch.
...
svn path=/nixpkgs/trunk/; revision=26695
2011-04-05 15:02:22 +00:00
Eelco Dolstra
566d5ab26e
* Hackery to get Python to build on Cygwin.
...
svn path=/nixpkgs/branches/modular-python/; revision=26694
2011-04-05 14:29:11 +00:00
Eelco Dolstra
db144edb60
* libvirt 0.9.0.
...
svn path=/nixpkgs/branches/modular-python/; revision=26693
2011-04-05 14:14:39 +00:00
Shea Levy
4551a76c2c
Add the pocketsphinx voice recognition library
...
svn path=/nixpkgs/trunk/; revision=26686
2011-04-04 18:50:39 +00:00
Shea Levy
f1a3b5e937
Use pkgconfig and a shorter sourceforge url
...
svn path=/nixpkgs/trunk/; revision=26685
2011-04-04 18:50:30 +00:00
Shea Levy
77d9a77fb1
Add the sphinxbase library
...
svn path=/nixpkgs/trunk/; revision=26684
2011-04-04 18:50:23 +00:00
Eelco Dolstra
b9293b6c20
* `patch' on FreeBSD doesn't like paths with // in them.
...
svn path=/nixpkgs/branches/modular-python/; revision=26682
2011-04-04 15:48:58 +00:00
Eelco Dolstra
f99c0dd302
* Sync with the trunk.
...
svn path=/nixpkgs/branches/modular-python/; revision=26678
2011-04-04 13:36:05 +00:00
Eelco Dolstra
4407e6464f
* Remove the hard-coded reference to Python 2.6.
...
svn path=/nixpkgs/branches/modular-python/; revision=26676
2011-04-04 13:28:13 +00:00
Andres Löh
291df5f0c1
Added the RC of Haskell Platform 2011.2.0.1 ...
...
svn path=/nixpkgs/trunk/; revision=26674
2011-04-04 08:45:05 +00:00
Shea Levy
bec9352ae7
Use g++ -E as the C++ preprocessor
...
The problem with gnat46 not building was because gnatboot replaces the stdenv
gcc with the gnat45 gcc, so calling g++ directly as the C++ preprocessor fixes
this.
svn path=/nixpkgs/trunk/; revision=26671
2011-04-02 19:13:36 +00:00
Shea Levy
72a9ea5c5c
Only set the C++ preprocessor if C++ is enabled
...
svn path=/nixpkgs/trunk/; revision=26669
2011-04-02 16:09:09 +00:00
Shea Levy
ea7a559290
Add support for the new Go frontend to GCC 4.6.0.
...
This isn't as useful as it could be, since gcc-wrapper doesn't know about
the gccgo binary so there is no gccgo wrapper script. Since changing
gcc-wrapper would lead to a nearly full rebuild, I thing the change to
gcc-wrapper should go into stdenv-updates.
svn path=/nixpkgs/trunk/; revision=26668
2011-04-02 15:21:36 +00:00
Shea Levy
2b3d751095
Use install-strip when installing a stripped GCC 4.6
...
svn path=/nixpkgs/trunk/; revision=26652
2011-04-01 10:36:53 +00:00
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
Eelco Dolstra
8844b1545a
* Libvirt keeps state (such as information about running VMs) in
...
$(sysconfdir). So this needs to be /etc rather than $out/etc. No
wonder libvirt forgot about my VMs every time it got upgraded...
(I guess it should really be /var, but that's upstream's decision.)
svn path=/nixpkgs/branches/modular-python/; revision=26643
2011-03-31 22:09:07 +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
Eelco Dolstra
2cf4ac9c33
* libvirt updated to 0.9.0rc2. Nova likes this one better.
...
svn path=/nixpkgs/branches/modular-python/; revision=26627
2011-03-31 13:20:49 +00:00
Eelco Dolstra
4585c62aec
* Erlang updated to R14B02.
...
svn path=/nixpkgs/branches/modular-python/; revision=26619
2011-03-31 08:44:11 +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
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
Eelco Dolstra
69b974bda6
* Generic Python builder: support preCheck and postCheck.
...
svn path=/nixpkgs/branches/modular-python/; revision=26602
2011-03-30 12:27:04 +00:00
Eelco Dolstra
353d450867
* wrapPythonPrograms: don't hard-code the Python library prefix.
...
svn path=/nixpkgs/branches/modular-python/; revision=26594
2011-03-29 15:19:59 +00:00
Eelco Dolstra
11b67ccee5
* Move buildPythonPackage and setuptools into python-packages.nix.
...
This ensures that they're built with the same "python" argument.
svn path=/nixpkgs/branches/modular-python/; revision=26593
2011-03-29 15:02:15 +00:00
Andres Löh
3ae597033d
Added tuple and OneTuple.
...
svn path=/nixpkgs/trunk/; revision=26592
2011-03-29 14:17:19 +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
Eelco Dolstra
1439ae44be
* Sync with the trunk.
...
svn path=/nixpkgs/branches/modular-python/; revision=26586
2011-03-28 20:22:30 +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
Eelco Dolstra
968496e69b
* wrapPythonPrograms: rewrite the common "#! .../env python" idiom to
...
"#! .../python".
svn path=/nixpkgs/branches/modular-python/; revision=26583
2011-03-28 17:19:27 +00:00
Eelco Dolstra
47adaa80e3
* Move the wrapPythonPrograms function into a separate setup hook
...
(wrapPython).
svn path=/nixpkgs/branches/modular-python/; revision=26580
2011-03-28 16:33:33 +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
120d1757fe
* buildPythonPackage: added an argument `pythonPath' to specify Python
...
dependencies that are *not* propagated to the user environment
(as opposed to `propagatedBuildInputs'). For instance, if you
install `iotop', you typically don't want its Python dependencies
polluting the user environment.
* buildPythonPackage: some cleanup (e.g. use function argument
defaults instead of `if attrs ? foo then attrs.foo else []').
svn path=/nixpkgs/branches/modular-python/; revision=26571
2011-03-28 15:30:48 +00:00