Shea Levy
ff54e4724c
Catalyst::Action::REST: Bump to 1.07
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-11 18:28:08 -04:00
Shea Levy
1c2565a8ef
Add hipchat messaging client
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-11 14:42:32 -04:00
Lluís Batlle i Rossell
d8f98d1a85
Adding avxsynth.
...
To add it, I also add ffms and log4cpp.
2013-04-10 15:12:37 +02:00
Peter Simons
e4526d1b7a
haskell-asn1-types: add version 0.1.0
2013-04-10 14:57:15 +02:00
Eelco Dolstra
bfa358c76e
firefox: Update to 20.0
2013-04-09 18:00:26 +02:00
Rickard Nilsson
1f82083c20
darktable: Update to 1.2
2013-04-08 18:22:15 +02:00
Peter Simons
d585ef3178
release-small.nix: drop the Emacs 23.x packages from this file
...
Most of these packages are very old and don't compile in 'master' to
begin with, so it's probably not necessary to use them for testing the
stdenv-updates branch.
2013-04-07 23:33:20 +02:00
Peter Simons
b8753c7d28
release-small.nix: switch Emacs 23 to 24
2013-04-07 23:33:19 +02:00
Rob Vermaas
93cabe848f
Upgrade aws-cli and dependencies
2013-04-07 15:34:35 +02:00
Cillian de Róiste
71c171be69
Add evdev: Provides bindings to the generic input event interface in Linux
2013-04-07 02:14:52 +02:00
Cillian de Róiste
e3e160ace3
Fix ordering: rt(midi) comes after re(poze)
...
also fix the order of some other packages, for my sins
2013-04-07 01:53:14 +02:00
Cillian de Róiste
55d3806441
Add python-rtmidi: A Python wrapper for the RtMidi C++ library written with Cython
2013-04-07 01:33:37 +02:00
Rok Garbas
fc4f73863c
python-virtualenv: update to 1.9.1
2013-04-06 17:58:03 +02:00
Peter Simons
fcdd1d5343
perl-packages.nix: fix misplaced attribute from previous commit
2013-04-06 15:28:02 +02:00
Peter Simons
cde41fe551
perl-packages.nix, all-packages.nix: generally refer to 'postgresql' instead of 'postgresql92'
...
This allows users to override the 'postgres' attribute with a different version
and have the effect propagated to all other packages that depend on it.
2013-04-06 15:24:11 +02:00
Lluís Batlle i Rossell
78827836cc
openlierox: fixing and updating.
2013-04-06 12:09:18 +02:00
Peter Simons
f88d383b31
haskell-cryptohash-cryptoapi: add version 0.1.0
2013-04-06 10:32:54 +02:00
Peter Simons
8f2719a1c3
haskell-polyparse: drop obsolete version 1.7
2013-04-06 10:32:54 +02:00
Peter Simons
e99909002f
xdot: link with latest version of polyparse
2013-04-06 10:32:54 +02:00
Peter Simons
50f65f62d8
haskell-graphviz: link with latest version of polyparse
2013-04-06 10:32:54 +02:00
Peter Simons
8792406e8f
haskell-postgresql-libpq: link with client library from PostgreSQL 9.2
2013-04-06 10:32:54 +02:00
Peter Simons
e2b6f3ebed
haskell-primitive: drop obsolete versions 0.4.1 and 0.5
2013-04-06 10:32:54 +02:00
Domen Kozar
130c081966
add thinkfan package
2013-04-06 00:34:50 +02:00
Lluís Batlle i Rossell
04d41f95d0
Adding d2x-rebirth, source port of the Descent 2 engine
2013-04-05 22:59:20 +02:00
Lluís Batlle i Rossell
65c008f653
Adding d1x-rebirth, Descent 1 source port.
2013-04-05 22:59:20 +02:00
Shea Levy
18b65bfd0b
Add pika pythonPackage
...
For some reason tests don't run
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 14:54:23 -04:00
Lluís Batlle i Rossell
d5a036d63d
Adding Skype Call Recorder.
2013-04-05 16:03:25 +02:00
Cillian de Róiste
742d198def
Add mid2key: a tool which maps midi notes to keystrokes
2013-04-05 01:25:34 +02:00
Lluís Batlle i Rossell
d0d4e66652
ffmpeg: update to 1.2 (and patching mplayer2)
...
Simple patch required by mplayer2 to build with ffmpeg 1.2.
2013-04-04 23:07:23 +02:00
viric
4caae69c69
Merge pull request #449 from cpages/dhewm3
...
Dhewm3: an SDL port of the Doom 3 GPL code
2013-04-04 13:14:04 -07:00
Eelco Dolstra
22d4472d27
postgresql: Make 9.2 the default
...
PostgreSQL 8.3 is end-of-life so it shouldn't be our default anymore.
The problem with changing the default PostgreSQL is that it breaks
NixOS installations that have PostgreSQL enabled without specifying an
explicit PostgreSQL version, because PostgreSQL does not do automatic
schema migration if the major version changes.
Thus, it's always a good idea to specify the desired major version
explicitly:
services.postgresql.package = pkgs.postgresql92;
(In fact, maybe we should remove the default value for
services.postgresql.package.)
2013-04-04 18:13:09 +02:00
Rickard Nilsson
e31ffe6fb0
gmpc 11.8.16: New package, a GTK MPD (Music Player Daemon) client
2013-04-04 17:42:17 +02:00
Rickard Nilsson
7dbec8267c
normalize 0.7.7: New package, an audio file normalizer
2013-04-04 17:07:09 +02:00
Peter Simons
b331fb0ad2
pkgs/top-level/release-haskell.nix: sort attributes alphabetically
2013-04-04 16:18:09 +02:00
Peter Simons
10fee86597
pkgs/top-level/release-haskell.nix: build 'keter' in the default haskellPackages set
2013-04-04 16:18:09 +02:00
Peter Simons
9de2cbe77b
Merge pull request #442 from pSub/keter
...
New: keter, Yesod deployment manager.
2013-04-04 06:44:59 -07:00
Rickard Nilsson
c8d9a9f79b
haskell-scotty 0.4.6: New package, a simple web framework
2013-04-04 09:22:43 +02:00
Moritz Ulrich
f49becb7a6
Merge branch 'master' into dropbox-py
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
Conflicts:
pkgs/top-level/all-packages.nix
2013-04-04 00:18:48 +02:00
Pascal Wittmann
310b1221e1
New: keter, Yesod deployment manager.
...
Including the dependencies: unix-process-conduit and networkConduitTls.
2013-04-03 23:50:40 +02:00
Vladimír Čunát
a89ca06293
Merge pull request #439 from jcumming/recoll.130401
...
recoll: add 1.18.1
2013-04-03 08:22:33 -07:00
Vladimír Čunát
96d5b0fc26
Merge pull request #419 from MarcWeber/submit/lprof
...
lprof: add
2013-04-03 08:15:30 -07:00
Vladimír Čunát
2cd7d9d29e
Merge pull request #417 from the-kenny/g500-control
...
g500-control: add
2013-04-03 08:14:18 -07:00
Peter Simons
41281b762a
Add various data-default instances.
2013-04-03 14:12:48 +02:00
Peter Simons
0baa128eba
haskell-data-default-class: add version 0.0.1
2013-04-03 14:12:47 +02:00
Shea Levy
48a4e91989
nodePackages.patchLatest: Handle tarballs whose root directories are already named 'package'
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-03 07:41:02 -04:00
Carles Pagès
8f2662d480
dhewm3: add current master from github
...
This is a port of the Doom 3 source code released under GPL. Amongst others,
this makes use of SDL to be multiplatform, and supports amd64.
2013-04-02 22:28:30 +02:00
Rickard Nilsson
c544639554
darktable: Add 1.2-RC1 as darktable12
2013-04-02 15:53:57 +02:00
Peter Simons
51fadefc47
haskell-HUnit: add version 1.2.5.2
2013-04-02 13:05:59 +02:00
Jack Cummings
7bc828366f
recoll-1.18.1
2013-04-01 15:42:41 -07:00
Domen Kozar
62d7abf42a
flexget: run time dependency on deluge (plugin)
2013-04-01 22:55:33 +02:00