Commit graph

18197 commits

Author SHA1 Message Date
Evgeny Egorochkin cff68ececb network-manager: version bump
svn path=/nixpkgs/trunk/; revision=32691
2012-02-29 13:29:59 +00:00
Arie Middelkoop 298f4df4af Changed 'myEnvFun' to in addition put a script in 'bin' so that you can run '. load-<name>-env' to load your environment.
svn path=/nixpkgs/trunk/; revision=32690
2012-02-29 12:55:51 +00:00
Arie Middelkoop 45120513fb Cosmetic changes to newsreaders/kwooty and dropbox expressions.
svn path=/nixpkgs/trunk/; revision=32689
2012-02-29 12:54:35 +00:00
Arie Middelkoop 6e8c9ea906 ocaml-mode for emacs.
There seem to exist multiple (very old) versions.
I'm taking the one shipped with the ocaml compiler, which is hopefully the "most appropriate".

svn path=/nixpkgs/trunk/; revision=32688
2012-02-29 12:53:13 +00:00
Arie Middelkoop d9f5e277a5 OCamlMakefile update.
svn path=/nixpkgs/trunk/; revision=32687
2012-02-29 12:51:06 +00:00
Arie Middelkoop d4960f72be Added an optional parameter to "make-startupitem" to provide a prefix to the ".desktop" file.
svn path=/nixpkgs/trunk/; revision=32686
2012-02-29 12:50:17 +00:00
Lluís Batlle i Rossell 1ad3da0ca8 Taking back 32635. An older Rigs of Rods does not work better. Same throttle issues. Let's keep with 0.39.4.
svn path=/nixpkgs/trunk/; revision=32685
2012-02-28 23:01:25 +00:00
Eelco Dolstra 6c13f317e9 * Latest PostgreSQL releases.
svn path=/nixpkgs/trunk/; revision=32684
2012-02-28 18:40:27 +00:00
Peter Simons 9a5c6611d0 moderncv: updated sha hash
svn path=/nixpkgs/trunk/; revision=32681
2012-02-28 17:34:39 +00:00
Ludovic Courtès bd68cc6f5b nix-build: Honor user-provided `failureHook'.
svn path=/nixpkgs/trunk/; revision=32680
2012-02-28 17:10:50 +00:00
Karn Kallio a70a76086c Latest version of libzip places zipconf.h where mysqlworkbench
cannot find it and so mysqlworkbench does not build.  This links
it to somewhere mysqlworkbench looks.

I think the openoffice build also failed because of this.

svn path=/nixpkgs/trunk/; revision=32679
2012-02-28 16:26:55 +00:00
Eelco Dolstra 207d5aae28 * Added SQL::SplitStatement.
svn path=/nixpkgs/trunk/; revision=32678
2012-02-28 15:53:39 +00:00
Ludovic Courtès 051129ac79 Doxygen: Add link to the bug report.
svn path=/nixpkgs/trunk/; revision=32677
2012-02-28 14:22:20 +00:00
Rob Vermaas 423b5b47bc add python pkgs iptools-0.4.0
svn path=/nixpkgs/trunk/; revision=32676
2012-02-28 11:53:34 +00:00
Ludovic Courtès 026f6e7697 Doxygen: Reinstate version 1.7.
svn path=/nixpkgs/trunk/; revision=32672
2012-02-28 10:08:21 +00:00
Peter Simons 409e44cbe1 haskell-idris: updated to version 0.9.2
svn path=/nixpkgs/trunk/; revision=32671
2012-02-28 10:03:45 +00:00
Peter Simons 81b3becc7e haskell-epic: updated to version 0.9.3
svn path=/nixpkgs/trunk/; revision=32670
2012-02-28 10:03:40 +00:00
Peter Simons de9ebc460c Added meta.maintainers section.
svn path=/nixpkgs/trunk/; revision=32669
2012-02-28 00:10:09 +00:00
Peter Simons 10e512f2b8 gogoclient: ipv6 tunnel
svn path=/nixpkgs/trunk/; revision=32668
2012-02-28 00:10:05 +00:00
Peter Simons b2356973fe haskell-haskdogs: wrapper around hasktags that fetches sources for dependencies from hackage
svn path=/nixpkgs/trunk/; revision=32667
2012-02-28 00:10:02 +00:00
Peter Simons bf4ebdc2bb haskell-HSH: shell scripting in haskell
svn path=/nixpkgs/trunk/; revision=32666
2012-02-28 00:09:59 +00:00
Peter Simons be0acc8bc1 hasktags: ctags/etags for haskell sources
svn path=/nixpkgs/trunk/; revision=32665
2012-02-28 00:09:56 +00:00
Peter Simons 8bcba9e6d4 moderncv: upgraded to 0.19
svn path=/nixpkgs/trunk/; revision=32664
2012-02-28 00:09:52 +00:00
Ludovic Courtès c67edd454c QEMU-KVM 1.0 (tentative).
svn path=/nixpkgs/trunk/; revision=32637
2012-02-27 23:25:54 +00:00
Lluís Batlle i Rossell 11aceede25 Downgrading rigsofrods to a version that might work, where cars may run fast.
This rev should be very close to the stablest 0.38.

I had to bring an old angelscript in.


svn path=/nixpkgs/trunk/; revision=32635
2012-02-27 22:39:23 +00:00
Ludovic Courtès e3a27acfdb QEMU-KVM: Use `smbd' from $PATH.
svn path=/nixpkgs/trunk/; revision=32634
2012-02-27 21:54:33 +00:00
Peter Simons 9e371a98c2 haskell-base64-bytestring: downgraded default version to 0.1.0.3
Michael Snoyman reports that version 0.1.1.0 has serious performance issues:

> import Data.ByteString.Base64
> import Data.ByteString.Char8 (pack)
> import Criterion.Main
>
> main :: IO ()
> main = defaultMain
>    [ bench "encode" $ whnf encode $ pack "qwerty"
>    ]

On version 0.1.0.3, this takes 229.4312 ns. On 0.1.1.0, it takes 3.556598 ms.
It looks like the problem is coming from the recent addition of URL encoding
(f1916d8a86).

svn path=/nixpkgs/trunk/; revision=32632
2012-02-27 20:27:41 +00:00
Ludovic Courtès 9a42b0b52b GNU libc: Update the Hurd port.
svn path=/nixpkgs/trunk/; revision=32630
2012-02-27 18:28:29 +00:00
Ludovic Courtès 2d7b05d332 release-cross: Build gnu.smbfs.hostDrv', not gnu.smbfs'.
svn path=/nixpkgs/trunk/; revision=32628
2012-02-27 17:50:44 +00:00
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