Commit graph

12848 commits

Author SHA1 Message Date
Peter Simons 9023cea859 Merge pull request #3268 from codygman/master
dom-selector: add version 0.2.0.1
2014-08-04 16:57:08 +02:00
Peter Simons ec87968ba2 haskell-auto-update: add version 0.1.0.0 2014-08-04 16:52:26 +02:00
Pascal Wittmann 19fb472d5a Merge pull request #3458 from svenkeidel/paperkey
added paperkey package
2014-08-04 15:10:09 +02:00
Aycan iRiCAN f20f30af2c Merge pull request #3457 from luke-clifton/lc-haskell-ad
Adding Haskell Package AD for automatic differentiation
2014-08-04 14:16:25 +03:00
Sven Keidel 36d339b74e added paperkey package 2014-08-04 13:11:29 +02:00
Luke Clifton 1501536dcd Adding Haskell Package AD for automatic differentiation 2014-08-04 18:21:25 +08:00
Peter Simons fde5b8488b Merge pull request #3450 from cbpark/haskell_probability
Add haskell-probability
2014-08-04 10:52:33 +02:00
Rok Garbas ba6c76f264 pythonPackage.gunicorn: update to 19.1.0 2014-08-04 10:11:52 +02:00
aszlig f40fc0624d
haskell/yi: Build against vty 4.7.5.
Probably jailbreak would do as well, but the version constraints are:

vty >= 4.7.4 && <5

I suppose the upcoming release of Yi will fix this, so I'm not using
jailbreak here (apart from the fact that Yi doesn't build successfully
using VTY >= 5).

Thanks to @bb010g for reporting.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-04 07:51:11 +02:00
aszlig 4834717507
linux-kernel: Add new upstream version 3.16.
Also set linux_latest to it as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-04 02:41:54 +02:00
cbpark 65949e7415 Add haskell-probability 2014-08-04 00:58:17 +02:00
Michael Raskin 77389a5bcb Update LiquidWar6 to 0.4 2014-08-03 15:59:21 +04:00
Vladimír Čunát 6295a3ca36 Merge recent master into x-updates
Hydra: ?compare=1142825

Conflicts (easy):
	pkgs/applications/audio/lmms/default.nix
	pkgs/desktops/e18/enlightenment.nix
	pkgs/games/exult/default.nix
	pkgs/os-specific/linux/alsa-plugins/default.nix
2014-08-02 05:08:07 +02:00
Shea Levy b0c8769c84 Add tornadokick python package 2014-08-01 15:14:38 -04:00
Rob Vermaas 64561b437d Remove broken flag for xen, build with gcc45. 2014-08-01 17:18:27 +02:00
Eelco Dolstra 688824cc60 Add a bunch of Hydra dependencies to the channel 2014-08-01 16:11:33 +02:00
Pascal Wittmann 0baac649aa Merge pull request #3188 from vbgl/merlin
Adds merlin
2014-08-01 13:39:27 +02:00
Vladimír Čunát c92a8584ee fix eval after cf6bb72c6 2014-08-01 10:04:08 +02:00
aszlig 57781346d7
Merge branch 'i3-tests'.
The reason I went through this whole journey of gathering dependencies
and debugging just in order to get i3 tests working was because I wanted
to supply test cases to a small patch I wrote for the upstream project.

This adds/updates quite a few Perl packages and a X dummy helper, which
are all needed in order to successfully run the test suite.
2014-08-01 05:51:57 +02:00
aszlig feeb5bae23
Add new package xdummy, a dummy X server.
This is actually a small script which just starts an X server without
any real display. Right now only needed for running the test suite of
the i3 window manager within the Nix chroot, but might be useful for
running other tests needing a DISPLAY.

Usage is just like a regular X server, so in order to start an instance
for display :666, you just run it like this:

xdummy :666

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig b02d72f754
perl-packages: Add new package Inline-C, v0.62.
This is needed for running the test suite of the i3 window manager.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig bae7da07d8
perl-packages: Add MouseXNativeTraits to X11-XCB.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig dff91a009d
perl-packages: Add new package MouseXNativeTraits.
This is actually needed by X11-XCB, but I only found out after hours of
digging through Perl code from the stone age.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig 8851638ea7
perl-packages: Add new package CarpAlways, v0.13.
This has been proven to be VERY handy for providing useful stacktraces
in Perl. Just invoke it using:

perl -MCarp::Always yourshinyscript.pl

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:13 +02:00
aszlig 4a412e9561
perl-packages: Update Any-Moose to version 0.24.
This has required to update a few dependencies, including Mouse (to
version 2.3.0).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:13 +02:00
aszlig d49f152513
perl-packages: Update Inline to version 0.64.
Also tested whether all references (InlineJava, Autodia) are built
successfully.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:13 +02:00
aszlig cf6bb72c6a
perl-packages: Add X11-XCB and dependencies.
This is another requirement for running the i3 test suite.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:13 +02:00
aszlig 6ab0a8d0a8
perl-packages: Add AnyEvent::I3, version 0.15.
This is needed in order to run the i3 test suite.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:13 +02:00
Austin Seipp 181cdb7cc8 Merge pull request #3412 from Ericson2314/rust-master
Add alternative rustc package for master tip
2014-07-31 21:51:21 -05:00
John Ericson 8f763d0539 rustc: rename rust to rustc, but keep rust attr name for backwards compat 2014-08-01 04:39:37 +02:00
John Ericson 641ccec337 rust: Refer to 0.11.nix directly in all-packages
rather than use default.nix indirection
2014-08-01 04:28:54 +02:00
John Ericson 584114b697 rust: Add an alternative package for the master tip
based off of pull request #3084
2014-07-31 20:42:20 +02:00
Mateusz Kowalczyk ed51045f13 haskell-bencoding: 0.4.3.0 2014-07-31 19:12:43 +02:00
Bjørn Forsman a03ec2692b lttng: fix evaluation error
I'm giving up on the lttngModules backward compatibility attribute :-)
2014-07-31 17:08:23 +02:00
Bjørn Forsman fdba7f35fe lttng-modules: fix bad attribute reference
Fixup error introduced in commit
410f2a9dab ("lttng: align attribute name
with package name"). lttng-modules is not a top-level attribute.
2014-07-31 17:04:45 +02:00
Vladimír Čunát dac1791fb5 thunderbird: major update 17.* -> 31.0
- To fix build problems, I refactored the build process
  according to Mozilla recommendations.
- 31.0 should become the next ESR branch (31 released today).

CC @nbp @edolstra

(cherry picked from commit adc2edd5cf)
2014-07-31 16:30:04 +02:00
Bjørn Forsman 410f2a9dab lttng: align attribute name with package name
lttngModules => lttng-modules
lttngTools => lttng-tools
lttngUst => lttng-ust

But keep the old attributes around for backward compatibility.
2014-07-31 16:00:04 +02:00
Peter Simons 7387244094 haskell-vty: update to version 5.1.4 2014-07-31 13:57:45 +02:00
Peter Simons 5f2ad413b7 haskell-xml-html-conduit-lens: add version 0.3.2.0 2014-07-31 13:57:45 +02:00
Peter Simons 689b322e10 Agda: update to version 2.4.0.2 2014-07-31 13:57:45 +02:00
Pascal Wittmann ba273e41c2 Merge pull request #3405 from wavewave/cadaver
added cadaver: a command-line WebDAV client for Unix
2014-07-31 13:57:10 +02:00
Domen Kožar e07c2c2cfd add uTox 2014-07-31 12:59:03 +02:00
Bjørn Forsman 62d0a320b3 Revert "Remove obsolete jackaudio version 1."
This reverts commit bdb77826d9.

Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'.

Q: What's the difference between Jack1 and Jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-31 12:52:29 +02:00
Lluís Batlle i Rossell 10d4f1fac7 Setting retroshare 0.6 as lowPrio, it's unstable. 2014-07-31 10:13:20 +02:00
John Wiegley 7d90959d73 idris: 0.9.14 -> 0.9.14.1 2014-07-30 18:11:18 -05:00
John Wiegley 11dc22e3ee Agda needs an older version of haskell-equivalence 2014-07-30 18:10:59 -05:00
Ian-Woo Kim ea43305368 added cadaver: a command-line WebDAV client for Unix 2014-07-30 16:55:44 +02:00
taku0 4ed2acc148 add source-han-sans-japanese, source-han-sans-korean, source-han-sans-simplified-chinese, source-han-sans-traditional-chinese: An open source Pan-CJK typeface 2014-07-30 16:27:20 +02:00
John Wiegley b90e56a53c Merge pull request #3357 from fignuts/df2014
Add dwarf fortress 2014 (unstable) version
2014-07-29 13:20:35 -05:00
John Wiegley 867d3fbf47 Merge pull request #3372 from FlorentBecker/crawl
Add dungeon crawl stone soup 0.14
2014-07-29 13:20:18 -05:00