Commit Graph

8288 Commits

Author SHA1 Message Date
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
5c40e28dfb Rename oiio to openimageio (more explicit) and add opencolorio 2013-03-28 00:47:47 +01:00
Eelco Dolstra
916c1adb84 Delete all kernels older than 2.6.39
Systemd doesn't support those kernels, so there is no point in keeping
them around.
2013-03-27 23:00:02 +01:00
Cillian de Róiste
64bc336f50 Blender 2.66 WIP 2013-03-27 22:25:33 +01:00
Shea Levy
7a69bd708e Add the DBIxClassHelpers package
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-27 16:35:54 -04:00
Rok Garbas
310c732276 Merge pull request #415 from bjornfor/ipython-pylab
ipython: modularize and enable more features
2013-03-27 09:30:22 -07:00
Bjørn Forsman
25c49767f3 ipython: modularize and enable more features
Add these new attributes (all default to true):

  notebookSupport
  qtconsoleSupport
  pylabSupport
  pylabQtSupport

This adds jinja2, matplotlib, pyqt4 and sip as new dependencies of
ipython.

This commit fixes "ipython --pylab" so that it no more errors out with
"ImportError: No module named matplotlib" (which was my initial goal).
2013-03-27 15:39:03 +01:00
Lluís Batlle i Rossell
99c65b6693 Making wings work (it works with the old erlang). 2013-03-27 15:38:31 +01:00
Domen Kozar
6601435473 beaker: skip tests as they fail 2013-03-27 09:22:24 +01:00
Domen Kozar
34841f9527 link bconsole to almir bin dir 2013-03-27 09:21:59 +01:00
Domen Kozar
f2e4d3a1c1 add deluge to top-level packages 2013-03-27 02:36:10 +01:00
Domen Kozar
c07d0b9b78 Add almir and it's dependencies. 2013-03-27 02:30:07 +01:00
aszlig
f1dcd8c11f
python-deluge: Fix GUI support.
Actually only pyGtkGlade was missing in propagatedBuildInputs. In addition,
buildInputs is quite redundant in this case, so let's drop it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-03-27 00:26:56 +01:00
Eelco Dolstra
c5f45036e6 release-lib.nix: Make the set of supported platforms an argument 2013-03-26 13:12:25 +01:00
Eelco Dolstra
bcc14c4d3c Add an "unstable" aggregate to replace the "unstable" view
Views are obsolete, aggregates are the declarative replacement.
2013-03-26 11:59:00 +01:00
Eelco Dolstra
78de3c912d Only return Hydra jobs for supported platforms 2013-03-26 11:59:00 +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
f2726c5c57 perl-GD: update to version 2.49 in a blind attempt to fix test suite failures on x86-linux 2013-03-26 02:19:22 +01:00
Peter Simons
f658d72377 texLiveFull: include texinfo in the generated environment 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
Peter Simons
98af10f476 all-packages.nix: mark python3 'hiPrio' so that it takes precedence when version 2.x and 3.x are installed into the same environment 2013-03-26 01:16:15 +01:00
Peter Simons
e825c522b6 Merge pull request #409 from pcapriotti/renameutils
Add renameutils package.
2013-03-25 11:40:36 -07:00
Lluís Batlle i Rossell
26ec1abf41 Adding Steam Locomotive, for the fun 2013-03-25 14:57:45 +01:00
Paolo Capriotti
f85025a30e Add renameutils package. 2013-03-25 13:45:01 +00: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
03149a85dc rsync: fix build an FreeBSD (by disabling ACL support) 2013-03-25 12:44:22 +01:00
Peter Simons
aff27c669e haskell-cuda: add version 0.5.0.1 2013-03-25 11:47:58 +01:00
Mathijs Kwik
b1200f1a28 mongodb: upgrade to 2.4.0 2013-03-25 08:08:46 +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
Peter Simons
8de45f4da4 haskell-arithmoi: add version 0.4.0.3 2013-03-24 17:44:05 +01:00
Shea Levy
4fa4ab3a6e Partially revert my recent kernelPackages changes
First, pass in `self' again so that overriding works properly (thanks
for pointing that out, @edolstra)

Second, instead of having linuxPackages*.kernel mean something different
inside the set and out, add a new attribute linuxPackages*.kernelDev,
which for the generic kernel is simply linuxPackages*.kernel but for the
manual-config kernel is the `dev' output (which has the build tree,
source tree, etc.)

The second change required trivial modifications in a bunch of
expressions, I verified that all of the linuxPackages* sets defined in
all-packages.nix have the same drv paths before and after the change.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-24 07:45:00 -04:00
Peter Simons
35c86a3d99 release-haskell.nix: configure package set for ghc 6.10.4, 6.12.3 and 7.0.4 2013-03-23 18:44:44 +01:00
Peter Simons
439809b6c6 Fix build of haskell-platform 2009.2.0.2. 2013-03-23 18:44:44 +01:00
Peter Simons
f684ed19ba haskell-editline: add old version 0.2.1.0 2013-03-23 18:44:44 +01:00
Peter Simons
573e61ea6f pkgs/top-level/release-haskell.nix: configure Hydra to verify that important Haskell packages build
At the moment, this file is used only by my own Hydra instance.
2013-03-23 15:58:14 +01:00
Sander van der Burg
5add198e3d nijs: updated to 0.0.5 2013-03-23 15:24:59 +01:00
Rok Garbas
fb127d28cb ipython: adding depenencies for ipython's notebook 2013-03-23 00:38:18 +01:00
Lluís Batlle i Rossell
4144141c7b Fixing the teamviewer evaluation and builds.
Now tested even the tarball, before committing.
2013-03-22 16:16:37 +01:00
Rok Garbas
f7ddf2fc4a Merge pull request #398 from the-kenny/dunst
dunst, a lightweight notification daemon
2013-03-22 05:17:02 -07:00
Lluís Batlle i Rossell
d716731cf4 teamviewer: adding a work-in-progress lowprio version 8.
It requires root running a daemon, just to use the client. Suspicious.
2013-03-22 12:41:16 +01:00
Lluís Batlle i Rossell
930ace150b Adding teamviewer client for linux (www.teamviewer.com)
In fact it uses wine.
2013-03-22 12:10:50 +01:00
Mathijs Kwik
8b39202106 add dutch tax application for 2012 2013-03-22 00:00:04 +01:00
Lluís Batlle i Rossell
90b2dcdd2a Revert "i3 window manager: cairo.override with xcbSupport enabled, on par with i3lock"
i3 doesn't want cairo at all.

This reverts commit 1eb4377840.
2013-03-20 22:38:27 +01:00
Moritz Ulrich
c2d3d24349 Add dunst, a lightweight notification daemon.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-20 21:35:13 +01:00
modulistic
1eb4377840 i3 window manager: cairo.override with xcbSupport enabled, on par with i3lock 2013-03-20 00:11:58 +01:00
Florian Friesdorf
36ca429641 ipdbplugin: nose ipdb plugin, nosetests --ipdb 2013-03-19 19:14:47 +01:00
Eelco Dolstra
93a963f347 nixUnstable: Update to the latest
This is mostly to get rid of those annoying Perl warnings in NixOS...
2013-03-18 22:35:33 +01:00
Lluís Batlle i Rossell
4ae71ad19d Adding the sgml dtd for docbook 3.1
Required by iputils manpages.
2013-03-18 15:07:20 +01:00
Lluís Batlle i Rossell
4ef33e7a67 perlPackages: add SGMLSpm
Required by iputils to create the manpages.
2013-03-18 15:07:19 +01:00