Peter Simons
ce72803dff
haskell-json: update to version 0.7
2012-10-08 11:25:25 +02:00
Peter Simons
7c35fd86ed
haskell-http-conduit: update to version 1.6.1.1
2012-10-08 11:25:25 +02:00
Peter Simons
a191dca5e7
haskell-hspec: update to version 1.3.0.1
2012-10-08 11:25:25 +02:00
Peter Simons
be0fe5c0d8
haskell-hashtables: update to version 1.0.1.8
2012-10-08 11:25:25 +02:00
Peter Simons
143650b1b1
haskell-happstack-server: update to version 7.0.7
2012-10-08 11:25:25 +02:00
Peter Simons
c9cdb612d3
haskell-gloss: update to version 1.7.6.4
2012-10-08 11:25:24 +02:00
Peter Simons
bf151cdbd7
haskell-file-embed: update to version 0.0.4.6
2012-10-08 11:25:24 +02:00
Peter Simons
0ab16be804
haskell-edit-distance: update to version 0.2.1.1
2012-10-08 11:25:24 +02:00
Peter Simons
e7a86c9ded
haskell-distributed-static: update to version 0.2.1
2012-10-08 11:25:24 +02:00
Peter Simons
136581a717
haskell-distributed-process: update to version 0.4.0.1
2012-10-08 11:25:24 +02:00
Peter Simons
d44ce8ee8b
haskell-distributed-process-simplelocalnet: update to version 0.2.0.6
2012-10-08 11:25:24 +02:00
Peter Simons
10eda4938a
haskell-data-accessor-template: update to version 0.2.1.10
2012-10-08 11:25:24 +02:00
Peter Simons
ce15d915bb
haskell-conduit: update to version 0.5.2.5
2012-10-08 11:25:24 +02:00
Peter Simons
fbb2b63632
haskell-citeproc-hs: update to version 0.3.5
2012-10-08 11:25:23 +02:00
Peter Simons
9812fb3961
haskell-binary: update to version 0.6.2.0
2012-10-08 11:25:23 +02:00
Peter Simons
0f54bd6130
haskell-idris: update to version 0.9.4.1
2012-10-08 11:25:23 +02:00
Peter Simons
3e5dc7a950
haskell-yesod-auth: jail-break to support current versions of lifted-base
2012-10-08 11:16:16 +02:00
Peter Simons
5387c50157
haskell-resourcet: jail-break to support current versions of lifted-base
2012-10-08 11:15:03 +02:00
Peter Simons
3ed8a0c9dc
haskell-persistent: jail-break to support current versions of lifted-base
2012-10-08 11:14:39 +02:00
Peter Simons
0a9568df7b
haskell-tar: update to version 0.4.0.1
2012-10-08 10:47:32 +02:00
Peter Simons
3b9a7e59b2
haskell-Cabal: update to versions 1.16.0.1
2012-10-08 10:46:55 +02:00
Shea Levy
29fd8d4eaa
cmake: Bump
2012-10-08 03:12:42 -04:00
Shea Levy
7786353848
Add libc++
2012-10-08 02:32:09 -04:00
Shea Levy
4f178d1698
clang: Bump to 3.1
2012-10-08 01:57:39 -04:00
Shea Levy
5a6fd3d510
llvm: Bump to 3.1
2012-10-07 23:25:11 -04:00
aszlig
c6c7019091
haxe: Remove build files of haxelib/haxedoc early.
...
Previously, we installed std by omitting the tools directory. Now, there are
occasions where you actually want to use things like tools.haxelib from within
your project, for example to create something that interfaces with the haxelib
API. So we now just remove all files in there that were created during the main
build in postBuild.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 02:26:09 +02:00
Shea Levy
529fee610b
libicns: Bump
2012-10-07 18:22:30 -04:00
Shea Levy
2f8ab5e651
Merge branch 'refind' into upstream
2012-10-07 17:54:30 -04:00
aszlig
c585be8619
neko: Correctly set 64bit mode in build.
...
Neko seems to think it is running in 32bit, even though it is compiled for
64bit. The fix is included in 1.8.3, which is not yet released as of now, so we
add a temporary fix until the release.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 23:13:56 +02:00
Cillian de Róiste
65358fad8c
Upgrade libraw1394 to 2.1.0
2012-10-07 23:02:32 +02:00
Cillian de Róiste
2b31648dee
Upgrading suil (LV2 plugin library) from 0.6.2 to 0.6.4
2012-10-07 14:06:35 +02:00
Cillian de Róiste
08e025acab
Adding Qt and GTK support to suil so that they can be used for the LV2 plugin GUIs
2012-10-07 14:06:35 +02:00
aszlig
064cf68281
haxe: Rewrite package from scratch, version 2.10.
...
As well as for neko, we now have way less cruft within the mkDerivation
attribute set. We also now use make to build haxe, which will include haxelib
and haxedoc as well.
The main reason why I was doing this was because the package didn't build and
still was referencing mawercer.de, which does not contain those tarballs
anymore.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 11:41:59 +02:00
aszlig
e5239b78bd
neko: Rewrite package from scratch, version 1.8.2.
...
This should simplify the input of the derivation builder significantly and of
course we don't need to rely on mawercer.de to supply the needed files. Also,
the derivation name doesn't include "-cvs" anymore, as we're building from the
release tarball.
In addition, we don't need the patch anymore, as it was so simple that it could
be done easily with sed.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 11:41:19 +02:00
Cyril Roelandt
172abb4b26
Add a "smatch" package.
...
Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2012-10-05 10:41:44 +02:00
Shea Levy
af045b4ee1
edk2: Bump version
2012-10-04 20:11:47 -04:00
Shea Levy
ce6dbfc66a
gnu-efi: Version 3.0r
2012-10-04 19:57:17 -04:00
Shea Levy
c592992b14
Fix tarball
2012-10-04 19:53:10 -04:00
Shea Levy
a08ca4c04a
openjdk: Don't use the official build system's boostrapping, do our own.
...
The openjdk BOOT_CYCLE bootstrap doesn't use the binaries built in the first stage for the second stage, so we get a bunch of errors like:
/bin/sh: /nix/store/wdgl7xl9b72hn212l0672ad5sn7vh44y-openjdk-bootstrap/bin/native2ascii: No such file or directory
Instead, just build each stage as a separate derivation
2012-10-04 16:56:41 -04:00
Andres Loeh
a84ad8010a
Add haskell-platform-2012.4.0.0 release candidate.
2012-10-03 21:12:46 +02:00
Eelco Dolstra
f9714ace11
boehm-gc: Update to 7.2d
2012-10-03 14:07:35 -04:00
Eelco Dolstra
114dc08026
openjpeg: Update to 1.5.1
...
Fixes CVE-2012-3535, CVE-2012-3358.
2012-10-03 14:07:35 -04:00
Shea Levy
bc829a1050
Revert "Add template-haskell haskellPackage"
...
This reverts commit 7f871719d5
.
Apparently, GHC comes with template-haskell, so there's no point in installing it separately.
2012-10-03 07:46:58 -04:00
Rickard Nilsson
b63305721d
gnum4: Disable tests for ARM.
...
I can't get the `diversions' to pass on SheevaPlug. It builds fine otherwise.
2012-10-02 08:49:33 +02:00
Shea Levy
7f871719d5
Add template-haskell haskellPackage
2012-10-01 11:48:41 -04:00
Cillian de Róiste
471eb0ba53
ffmpeg: Add option to enable x11grab support.
...
This is useful for making screencasts, or bug reporting.
Note: This is copied from aszlig's pull request: 05831d3a66
2012-09-30 23:53:39 +02:00
Lluís Batlle i Rossell
cb7e161361
ffmpeg: adding 1.0 back as an attribute apart.
2012-09-30 12:20:55 +02:00
Lluís Batlle i Rossell
3bc6675d70
Revert "ffmpeg: update to 1.0"
...
This reverts commit 8ea11ec677
.
It was breaking things, as said by Eelco said in nix-dev:
http://hydra.nixos.org/eval/742774
2012-09-30 12:19:37 +02:00
Lluís Batlle i Rossell
f31de09d5c
libvpx: updating to 1.1.0
2012-09-29 23:38:41 +02:00
Lluís Batlle i Rossell
8ea11ec677
ffmpeg: update to 1.0
2012-09-29 23:37:05 +02:00