Commit graph

10117 commits

Author SHA1 Message Date
Peter Simons e83c6b2749 haskell-language-c-quote: add version 0.7.1 2013-03-29 17:51:29 +01:00
Peter Simons 82030c4ba2 haskell-split: add version 0.2.1.3 2013-03-29 17:51:29 +01:00
Peter Simons 8a134745de haskell-hspec-expectations: add version 0.3.2 2013-03-29 17:51:29 +01:00
Peter Simons a1d4a00dcd haskell-snap: jailbreak to support building with lens 3.9.0.2 2013-03-29 17:51:29 +01:00
Peter Simons 78b8be47e2 haskell-reflection: update to version 1.2.0.1 2013-03-29 17:51:29 +01:00
Peter Simons 717d894f83 haskell-profunctors: update to version 3.3.0.1 2013-03-29 17:51:29 +01:00
Peter Simons eb665f3b3d haskell-lifted-base: update to version 0.2.0.3 2013-03-29 17:51:29 +01:00
Peter Simons deeb058dfb haskell-diagrams-lib: update to version 0.6.0.2 2013-03-29 17:51:29 +01:00
Peter Simons c24df87bfe haskell-certificate: update to version 1.3.6 2013-03-29 17:51:29 +01:00
Peter Simons 504d9563a4 haskell-case-insensitive: update to version 1.0.0.1 2013-03-29 17:51:29 +01:00
Peter Simons 0e32b1462b haskell-vector-space-points: update to version 0.1.2.1 2013-03-29 17:51:29 +01:00
Peter Simons b5bda573d5 haskell-monoid-extras: update to version 0.2.2.3 2013-03-29 17:51:29 +01:00
Peter Simons 8f2c094801 haskell-dual-tree: update to version 0.1.0.2 2013-03-29 17:51:29 +01:00
Peter Simons 7d64583919 haskell-persistent-postgresql: jailbreak to fix build with latest version of postgres-simple 2013-03-29 17:51:29 +01:00
Peter Simons 71b00ef300 haskell-unix-compat: update to version 0.4.1.1 2013-03-29 17:51:28 +01:00
Peter Simons 4ad1be1b3e haskell-multiarg: update to version 0.12.0.0 2013-03-29 17:51:28 +01:00
Peter Simons 44cf7ed71c haskell-liblastfm: update to version 0.1.1.1 2013-03-29 17:51:28 +01:00
Peter Simons 9f260baa50 haskell-lens: update to version 3.9.0.2 2013-03-29 17:51:28 +01:00
Peter Simons 484b5c34d3 haskell-generic-deriving: update to version 1.5.0 2013-03-29 17:51:28 +01:00
Peter Simons 8c8b243570 haskell-fclabels: update to version 1.1.5 2013-03-29 17:51:28 +01:00
Peter Simons 2670f68f54 haskell-conduit: update to version 1.0.4.2 2013-03-29 17:51:28 +01:00
Cillian de Róiste 0ad1f78760 Python3: fix the download URL 2013-03-28 22:57:37 +01:00
Eelco Dolstra c98af108d0 libvirt: Update to 1.0.3 2013-03-28 18:05:24 +01:00
Shea Levy f39310b525 Add right_aws gem
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-28 09:59:18 -04:00
Shea Levy 6cd1dc255e Update rubygems
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-28 09:42:15 -04:00
Cillian de Róiste 0caed13c85 Merge: use Python 3.3 as the default version of Python3 2013-03-28 01:13:37 +01:00
Cillian de Róiste a5e48c0f20 Python 3.3 upgrade to 3.3.1rc1 to fix an important bug for Nix
http://bugs.python.org/issue15833

When Python 3.3.0 attempts to compile python bytecode in the system
directories it raises and exception and stops. Since Python 3.3 is
only required by the latest Blender, I hope it's OK to use the RC
until the final release.
2013-03-28 01:10:23 +01:00
Cillian de Róiste 3da635c88a Python 3.3 add setup-hook 2013-03-28 01:03:30 +01:00
Cillian de Róiste 8ef25cf876 Add OpenColorIO, a color management framework. Used by Blender 2013-03-28 00:45:22 +01:00
Cillian de Róiste 67a1becfdc OpenImageIO Tidy Up: moved to applications/graphics
oiio includes CLI tools for manipulating graphics
2013-03-27 23:29:17 +01:00
Cillian de Róiste 64bc336f50 Blender 2.66 WIP 2013-03-27 22:25:33 +01:00
aszlig a0716f28af
haxe: Use ignoreExternals and fix build.
Now, our builds shouldn't break anymore once there is a new change in ocamllibs.

I've used revision 256 from ocamllibs, because this was approximately the
revision we had back then when Haxe 2.10 got released.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-03-27 00:26:55 +01:00
aszlig 735779cee4
neko: Update to new upstream version 2.0.0.
This is required in order to support Haxe 3, but won't hurt (tested with a few
projects) even in Haxe 2.x.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-03-27 00:26:55 +01:00
Eelco Dolstra cffc126e14 Make Nixpkgs jobs unique
That is, there are now distinct jobs like ‘coreutils.x86_64-linux’ and
‘coreutils.x86_64-darwin’, rather than a single job ‘coreutils’ with
multiple builds.  This means that testing a job is simpler:

  $ nix-build pkgs/top-level/release.nix -A coreutils.x86_64-linux

See https://github.com/NixOS/hydra/issues/60 for the motivation.
2013-03-26 11:58:59 +01:00
Peter Simons 600d023c33 texinfo-5.1: install tex-related files like 'texinfo.tex' 2013-03-26 01:16:15 +01:00
Peter Simons 96dbbc7e21 gnulib: update to version 0.0-7899-g34f8464 and provide a proper meta section 2013-03-26 01:16:15 +01:00
Peter Simons 270a0009be python3: update to version 3.3.0 2013-03-26 01:16:15 +01:00
Florian Friesdorf fc9bdabd54 fix ino 2013-03-25 15:28:09 +01:00
Florian Friesdorf 870f4cca73 fix pythonWrapper for non-gnu ln 2013-03-25 15:13:08 +01:00
Peter Simons 557b8daa33 haskell-xdot: jailbreak to fix build with recent versions of polyparse 2013-03-25 14:26:58 +01:00
Peter Simons b7a8b5fc11 haskell-HGL: drop obsolete library that doesn't compile anymore with recent GHCs 2013-03-25 14:25:52 +01:00
Peter Simons 1764ea2b0a libxslt: fix impurity on 'native-stdenv' platforms
libxslt has optional dependencies which may be found in /usr or
/usr/local on platforms that have a native stdenv. With those features
enabled, the build generated binaries that depend on libraries outside
of the store. In this particular case, the NixOS channel had binaries
for FreeBSD that depended on libgcrypt, apparently because that packages
happens to be installed outside of Nix on the build machine. On other
machines, however, those binaries failed with unresolvable references.
2013-03-25 13:16:28 +01:00
Peter Simons e655c6afd7 libxslt: revert impurity fix on 'native-stdenv' platforms
Commit 16863d8ffe caused massive re-builds.
This change needs to be made differently.
2013-03-25 13:02:03 +01:00
Peter Simons 16863d8ffe libxslt: fix impurity on 'native-stdenv' platforms
libxslt has optional dependencies which may be found in /usr or
/usr/local on platforms that have a native stdenv. With those features
enabled, the build generated binaries that depend on libraries outside
of the store. In this particular case, the NixOS channel had binaries
for FreeBSD that depended on libgcrypt, apparently because that packages
happens to be installed outside of Nix on the build machine. On other
machines, however, those binaries failed with unresolvable references.
2013-03-25 12:44:23 +01:00
Peter Simons ac86eed59c gnumake: disable test suite on FreeBSD
One test fails, unfortunately, but I'm not sure what to do about it.
2013-03-25 12:44:23 +01:00
Peter Simons 67c9b39b60 haskell-hakyll: update to version 4.2.2.0 2013-03-25 11:47:58 +01:00
Peter Simons 7943ac41cd haskell-circle-packing: add myself as maintainer 2013-03-25 11:47:58 +01:00
Peter Simons aff27c669e haskell-cuda: add version 0.5.0.1 2013-03-25 11:47:58 +01:00
Peter Simons d2fff5ed22 gnulib: add version 0.0-7898-gdb9cad7 2013-03-24 23:32:14 +01:00
Peter Simons 6f85323164 haskell-circle-packing: add version 0.1.0.2 2013-03-24 18:08:35 +01:00