Commit graph

8382 commits

Author SHA1 Message Date
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
viric 7c56d001b2 Merge pull request #427 from mpashton/mpa
Upgrade kicad to stable 20130325
2013-04-01 11:05:51 -07:00
Rob Vermaas 2fe5c12d35 Add s3http node package 2013-04-01 17:45:18 +02:00
Shea Levy cf019ab91e Add git prerelease of aws-sdk nodePackage
Required modifying patchLatest to handle tarballs that don't create a 'package' directory

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-01 10:51:22 -04:00
Domen Kožar ce9abc8119 Merge pull request #434 from the-kenny/yeganesh
New: yeganesh, a small wrapper around dmenu.
2013-04-01 04:26:08 -07:00
Lluís Batlle i Rossell b10ab7a19a tinycc: updating it to 0.9.26
I simplified the expression a bit. And I renamed it to 'tcc'.
I think everyone calls it tcc.
2013-04-01 12:50:45 +02:00
Moritz Ulrich 72a724c0d2 New: yeganesh, a small wrapper around dmenu.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-04-01 12:13:01 +02:00
Peter Simons a83f32b335 haskell-hspec-expectations: drop obsolete version 0.3.0.3 2013-04-01 11:46:14 +02:00
Peter Simons 00346f1bbb haskell-hspec-expectations: switch default to version 0.3.2 2013-04-01 11:46:14 +02:00
Peter Simons 3c28408f84 haskell-quickcheck-io: add version 0.1.0 2013-04-01 11:46:14 +02:00