Ludovic Courtès
27916e6f08
GCC 4.6: Fix the Canadian cross.
...
svn path=/nixpkgs/trunk/; revision=32621
2012-02-27 17:22:30 +00:00
Ludovic Courtès
0400423fb1
GCC 4.6: Fix erroneous dependency on X libraries when !javaAwtGtk.
...
svn path=/nixpkgs/trunk/; revision=32620
2012-02-27 17:22:27 +00:00
Lluís Batlle i Rossell
49cb081019
Updating doxygen to 1.8.0
...
svn path=/nixpkgs/trunk/; revision=32619
2012-02-27 16:45:35 +00:00
Evgeny Egorochkin
9da23d5840
NVidia proprietary driver: version bump
...
svn path=/nixpkgs/trunk/; revision=32618
2012-02-27 10:55:52 +00:00
Peter Simons
47fcc7c093
pkgs/top-level/all-packages.nix: stripped extraneous whitespace
...
svn path=/nixpkgs/trunk/; revision=32617
2012-02-27 10:12:06 +00:00
Peter Simons
4c93fa4e47
haskell-persistent: updated to version 0.8.0.1
...
svn path=/nixpkgs/trunk/; revision=32616
2012-02-27 10:12:03 +00:00
Peter Simons
617614d220
haskell-mathblog: updated to version 0.5
...
svn path=/nixpkgs/trunk/; revision=32615
2012-02-27 10:11:56 +00:00
Michael Raskin
e6fa414b64
Update and fix Tulip
...
svn path=/nixpkgs/trunk/; revision=32613
2012-02-27 07:10:05 +00:00
Michael Raskin
3a4916369e
Fix LyX dependencies
...
svn path=/nixpkgs/trunk/; revision=32612
2012-02-27 07:00:01 +00:00
Michael Raskin
4ff245c5de
Add fresh cmake
...
svn path=/nixpkgs/trunk/; revision=32611
2012-02-27 06:22:47 +00:00
Peter Simons
ae5fefca48
audacious: updated to version 3.2.1
...
svn path=/nixpkgs/trunk/; revision=32609
2012-02-26 22:47:28 +00:00
Lluís Batlle i Rossell
7a5a0c24df
Updating itk to 4.0.0, so they may also build in stdenv-updates.
...
svn path=/nixpkgs/trunk/; revision=32603
2012-02-26 21:23:59 +00:00
Lluís Batlle i Rossell
f00e2914e3
Removing grub 1.98. It was useful only when we only had 1.99rc1 to boot from raid md
...
devices. In 1.99, all worked.
svn path=/nixpkgs/trunk/; revision=32602
2012-02-26 21:06:55 +00:00
Lluís Batlle i Rossell
3d028687e9
I update krb5, so it may also build on stdenv-updates.
...
svn path=/nixpkgs/trunk/; revision=32600
2012-02-26 20:56:20 +00:00
Lluís Batlle i Rossell
a9b800c8af
Updating blender to 2.67. Maybe this will build in stdenv-updates too.
...
I remove the blender 2.49; I think I don't need it anymore.
svn path=/nixpkgs/trunk/; revision=32599
2012-02-26 20:47:12 +00:00
Lluís Batlle i Rossell
cb5bbe00fe
Adding the latest zlib, otherwise vlc does not build.
...
This also could be used for a newer cmake, or some trouble there was with libxml2.
svn path=/nixpkgs/trunk/; revision=32598
2012-02-26 20:06:01 +00:00
Lluís Batlle i Rossell
c79294e495
Updating task coach to 1.3.8.
...
svn path=/nixpkgs/trunk/; revision=32577
2012-02-26 16:21:12 +00:00
Lluís Batlle i Rossell
91b809a1ec
Updating the nvidia drivers for legacy 173
...
svn path=/nixpkgs/trunk/; revision=32575
2012-02-26 11:55:41 +00:00
Eelco Dolstra
a488f53a54
* Many buildr Buildfiles rely on RUBYLIB containing the current directory
...
(as was the default in Ruby < 1.9.2). So make sure that's the case
when running buildr.
svn path=/nixpkgs/trunk/; revision=32573
2012-02-26 11:10:00 +00:00
Eelco Dolstra
91e3d54b8f
* Remove the ruby/default.nix, it's not very useful.
...
svn path=/nixpkgs/trunk/; revision=32572
2012-02-26 11:07:56 +00:00
Eelco Dolstra
e4ff365eb4
* EC2 AMI tools updated to 1.4.0.5.
...
svn path=/nixpkgs/trunk/; revision=32568
2012-02-25 20:26:25 +00:00
Shea Levy
b4bee8caf5
nixUnstable: Run checkPhase after installPhase to work around a test suite bug
...
svn path=/nixpkgs/trunk/; revision=32567
2012-02-25 20:18:00 +00:00
Shea Levy
385f242a40
node.js: Get building on darwin
...
svn path=/nixpkgs/trunk/; revision=32563
2012-02-25 19:36:24 +00:00
Peter Simons
9e7a5c5157
boost: updated to version 1.49
...
svn path=/nixpkgs/trunk/; revision=32562
2012-02-25 19:22:06 +00:00
Lluís Batlle i Rossell
f25daaaf3d
Rigs of rods was built without optimisations. Setting the cmake build type to
...
release.
I think that should be done at the cmake setup hook, and win that for all
possible cmake packages that are built by default without optimisation flags.
Which is the cmake default behaviour if not overriden.
svn path=/nixpkgs/trunk/; revision=32561
2012-02-25 18:29:30 +00:00
Eelco Dolstra
f0197c653e
* Backport a fix to qemu-kvm to prevent "qemu-img convert" from
...
creating corrupt VirtualBox images.
(https://bugs.launchpad.net/qemu/+bug/919242 )
svn path=/nixpkgs/trunk/; revision=32560
2012-02-25 17:34:21 +00:00
Eelco Dolstra
5f78cfa108
* Add "..." to the trace message.
...
svn path=/nixpkgs/trunk/; revision=32559
2012-02-25 17:33:14 +00:00
Lluís Batlle i Rossell
675e16f805
Fixing jam for i686-linux. That should allow building trigger rally.
...
svn path=/nixpkgs/trunk/; revision=32557
2012-02-25 16:47:21 +00:00
Lluís Batlle i Rossell
bfb0389d6c
Disabling NLS for the zip at openoffice builders. I think it breaks the builds, based on
...
the nixpkgs diff for the breakage at http://hydra.nixos.org/build/1964660 .
svn path=/nixpkgs/trunk/; revision=32556
2012-02-25 15:54:57 +00:00
Lluís Batlle i Rossell
bfd787a69a
Finally I fix, not blindly, the nvidia-cg-toolkit expression for i686-linux
...
svn path=/nixpkgs/trunk/; revision=32554
2012-02-24 23:40:58 +00:00
Lluís Batlle i Rossell
6f7cb59e04
Making rigs of rods build and run right away. Simpyl run 'rorconfig' first, and
...
'RoR' then. On linux, disable Caleum rendering. It does not work. Known bug
upstream.
svn path=/nixpkgs/trunk/; revision=32553
2012-02-24 22:56:53 +00:00
Lluís Batlle i Rossell
60bd341efd
Trying to fix go-oo
...
svn path=/nixpkgs/trunk/; revision=32552
2012-02-24 22:49:41 +00:00
Lluís Batlle i Rossell
ded053529f
A patch required for RoR I just forgot.
...
svn path=/nixpkgs/trunk/; revision=32551
2012-02-24 22:09:07 +00:00
Lluís Batlle i Rossell
d3d5783466
Updating and fixing rigsofrods, to 0.39.4. Pay attention to the last 'echo' of installPhase.
...
svn path=/nixpkgs/trunk/; revision=32550
2012-02-24 22:05:47 +00:00
Lluís Batlle i Rossell
d6f6caea6b
Updating angelscript to 2.22.1.
...
Adding mysocketw.
Adding ogre-paged.
Fixing the caelum licence.
svn path=/nixpkgs/trunk/; revision=32549
2012-02-24 21:13:14 +00:00
Lluís Batlle i Rossell
0812ff0e57
Adding caelum (I want RoR)
...
svn path=/nixpkgs/trunk/; revision=32548
2012-02-24 20:34:35 +00:00
Arie Middelkoop
6b10ace1ca
mcelog: a tool to access the machine check exceptions logged by the kernel.
...
The kernel indicated that machine check exceptions were logged, but did not tell what kind of exceptions.
In my case, this is usually the processor being throttled because it gets too hot (laptop...), but it
may also be more severe problems. Anyway, with this tool you can access these logs.
svn path=/nixpkgs/trunk/; revision=32547
2012-02-24 20:20:59 +00:00
Lluís Batlle i Rossell
d1e84a7498
Blind commit trying to fix nvidia cg toolkit on i686-linux
...
svn path=/nixpkgs/trunk/; revision=32546
2012-02-24 20:18:32 +00:00
Arie Middelkoop
72450d9b73
Added dropbox (binary).
...
svn path=/nixpkgs/trunk/; revision=32545
2012-02-24 17:53:19 +00:00
Peter Simons
4716f6735d
vpnc: install the README file into $out/share/doc
...
svn path=/nixpkgs/trunk/; revision=32544
2012-02-24 17:32:11 +00:00
Peter Simons
7002f59751
haskell-warp: updated to version 1.1.0.1
...
svn path=/nixpkgs/trunk/; revision=32543
2012-02-24 11:38:59 +00:00
Peter Simons
c24800a05b
haskell-wai: updated to version 1.1.0.1
...
svn path=/nixpkgs/trunk/; revision=32542
2012-02-24 11:38:57 +00:00
Peter Simons
557c02f29c
haskell-wai-extra: updated to version 1.1.0.1
...
svn path=/nixpkgs/trunk/; revision=32541
2012-02-24 11:38:55 +00:00
Peter Simons
3eca3a2f17
haskell-wai-app-static: updated to version 1.1.2
...
svn path=/nixpkgs/trunk/; revision=32540
2012-02-24 11:38:52 +00:00
Peter Simons
846da9fb0a
haskell-hledger-web: disable this package temporarily until it has been upgraded to support recent versions of Yesod
...
svn path=/nixpkgs/trunk/; revision=32539
2012-02-24 11:31:21 +00:00
Peter Simons
4b3e14f5d0
Deleted deprecated packages:
...
haskell-containers-deepseq
haskell-control-monad-attempt
haskell-data-object
haskell-data-object-yaml
haskell-frown
haskell-jsonEnumerator
haskell-neither
haskell-pool
haskell-web-routes
haskell-web-routes-quasi
haskell-xml-enumerator
svn path=/nixpkgs/trunk/; revision=32538
2012-02-24 11:31:19 +00:00
Peter Simons
1df1758ca2
haskell-zlib-conduit: updated to version 0.2.0.1
...
svn path=/nixpkgs/trunk/; revision=32537
2012-02-24 11:31:16 +00:00
Peter Simons
e8ee9fa720
haskell-pandoc-types: updated to version 1.9.1
...
svn path=/nixpkgs/trunk/; revision=32536
2012-02-24 11:31:14 +00:00
Peter Simons
01efc84524
haskell-blaze-builder-conduit: updated to version 0.2.0.1
...
svn path=/nixpkgs/trunk/; revision=32535
2012-02-24 11:31:11 +00:00
Peter Simons
7c0fd3becc
haskell-attoparsec-conduit: updated to version 0.2.0.1
...
svn path=/nixpkgs/trunk/; revision=32534
2012-02-24 11:31:08 +00:00