1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-22 14:17:16 -04:00
Commit graph

8430 commits

Author SHA1 Message Date
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
Peter Simons 8b3fd09c00 Merge pull request #433 from jcumming/rawtherapee.130331
rawtherapee-4.0.10
2013-04-01 02:42:32 -07:00
Peter Simons f7b0e161b0 Merge pull request #432 from jcumming/shntool.130322
shntool-3.0.10
2013-04-01 02:39:46 -07:00
Peter Simons 6382266e58 Merge pull request #431 from jcumming/cuetools.130317
cuetools-1.3.1
2013-04-01 02:39:17 -07:00
Peter Simons 7b6b0a85d4 Merge pull request #430 from orbitz/add-multitail-5.2.12
Add multitail
2013-04-01 02:36:57 -07:00
Jack Cummings 437419a124 rawtherapee-4.0.10 . Add a 'float' option to fftw, as this version of rawtherapee requires it. 2013-03-31 21:33:21 -07:00
Michael Ashton 7b01680d87 kicad: upgrade to stable version 20130325, libraries to r220
- changed to require wxWidgets 2.9 -- seems to satisfy requirement for
libgtkprint, even with gtk2
2013-03-31 19:17:02 -07:00
Rok Garbas 98ba667094 adding varnish 2013-04-01 01:24:56 +02:00
Rob Vermaas 1e071cd3b2 Add smartdc, http_signature python packages 2013-03-31 22:58:48 +02:00
Malcolm Matalka d819ee8b7e Add multitail 2013-03-31 19:40:11 +02:00
Rok Garbas 86e5e52d99 plone: upgrading to 4.3rc1 2013-03-31 08:53:23 +02:00
Rok Garbas 38fce2879f Merge pull request #413 from ebzzry/master
Add chicken-4.8.1
2013-03-30 23:34:01 -07:00
Lluís Batlle i Rossell 6281042def Adding oath-toolkit and xmlsec
I added xmlsec to make it work with oath-toolkit (to build one extra tool
there, that I don't need), but I couldn't make it work together.
2013-03-31 00:08:17 +01:00
Lluís Batlle i Rossell 2ba0d9d3ae fuloong linux: add CGROUPS and disable FTRACE
FTRACE was making linux not load at all. And systemd
wants cgroups.
2013-03-30 23:38:39 +01:00
Lluís Batlle i Rossell c908d2130f Adding 'google-authenticator' 2013-03-30 21:06:06 +01:00
Lluís Batlle i Rossell c7cf2b1690 Adding otpw (a one-time password system) 2013-03-30 21:06:05 +01:00
Domen Kožar 3c7ec2b559 Merge pull request #422 from offlinehacker/xpra-0.8.8
Upgrading xpra to 0.8.8
2013-03-30 07:45:40 -07:00
Jaka Hudoklin 06425fca37 Upgrading xpra to 0.8.8 2013-03-30 15:23:51 +01:00
Peter Simons 6692fbd0ae haskell-defaults.nix: remove useless for cabal2nix on GHC 6.10.4
We cannot build 'tar' on that platform, which is a dependency of cabal2nix.
2013-03-30 00:12:36 +01:00
Lluís Batlle i Rossell 64e4027d91 Making omxplayer build with gcc47 2013-03-29 21:54:28 +01:00
Ludovic Courtès 4576896ef5 pthread-win32: use mingw_headers3', for consistency with gccCrossStageFinal' 2013-03-29 21:46:38 +01:00
Eelco Dolstra bd1c8a5048 prettytable: Update to 0.7.1 2013-03-29 20:08:34 +01:00
Shea Levy eb2e3f648a Pass overrides for perl510Packages too
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-29 13:07:41 -04:00
Peter Simons 905c058b6d haskell-accelerate-cuda needs old version of language-c-quote. 2013-03-29 17:51:29 +01:00
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
Shea Levy 34e0c33d6f Allow overriding perlPackages
__overrides is the worst.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-29 12:41:38 -04:00
Peter Simons 02384dfc93 release-haskell.nix: adapt file to the new release-lib.nix 2013-03-29 16:46:59 +01:00
Domen Kozar 6026c60388 spring: bump and fix build 2013-03-29 16:43:48 +01:00
Peter Simons c0904ba327 Merge pull request #420 from ocharles/lightdm
lightdm: Add lightdm and lightdm-gtk-greeter
2013-03-29 08:19:26 -07:00
Oliver Charles 255f402bdd lightdm: Add lightdm and lightdm-gtk-greeter 2013-03-29 15:37:28 +01:00
Rob Vermaas 2fa4e36946 Add weighttp 0.3 2013-03-29 15:04:59 +01:00
Rob Vermaas 6796240289 Add aws-sdk and deps (node library) 2013-03-29 15:04:02 +01:00
Marc Weber 4926ad90e7 adding lprof 2013-03-29 14:52:47 +01:00
Lluís Batlle i Rossell 5f677039c7 Adding back the 1.5 expression of mupen64plus
It has a GUI, for example.
2013-03-28 18:16:40 +01:00
Lluís Batlle i Rossell 3abc3f4a68 Updating mupen64plus, and adding a GUI for it.
I can't say the GUI works very well... it doesn't find the core properly,
but I couldn't find why.
2013-03-28 18:13:18 +01:00
Domen Kožar c2b44a8da0 Merge pull request #418 from bjornfor/pitz
pitz: new package
2013-03-28 09:39:53 -07:00
Bjørn Forsman 4b1042cf02 pitz: new package
pitz is a distributed bug tracker, inspired by ditz. Homepage:
http://pitz.tplus1.com/

pitz has a command line interface, pitz-<command>, and a webapp,
pitz-webapp.

TODO: pitz has a pitz-shell utility that depends on ipython, but when I
enabled it it raised an exception. I think it depends on an old IPython
version:

  from IPython.Shell import IPShellEmbed
  ImportError: No module named Shell

A broken pitz-shell doesn't affect the rest of the command line
interface nor the webapp, so it is not critical to have it working.

There are not many distributed bug trackers out there, so I hope that
adding pitz to nixpkgs may inspire people to support pitz (or similar
software).
2013-03-28 17:25:42 +01:00
Shea Levy cfbdb33197 Add a latest linuxPackages for living on the edge
Theoretically this could be automatically detected by finding all
packages named 'linux' and choosing the latest, but that's overkill.
Just update it when a new kernel is added.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-28 10:59:40 -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 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
Moritz Ulrich ff953e211e New package: dropbox-cli
dropbox-cli, part of dropbox-nautilus is a small self-contained python
script to control the dropbox daemon.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-27 20:12:58 +01:00
Moritz Ulrich e70954f8c8 New package: g500-control
g500-control is a small tool to configure internal profiles of a
Logitech G500 mouse.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-27 19:51:32 +01: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