3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

25358 commits

Author SHA1 Message Date
Eelco Dolstra bfa358c76e firefox: Update to 20.0 2013-04-09 18:00:26 +02:00
Eelco Dolstra 2bc9c41b8c nspr: Update to 4.9.6 2013-04-09 17:06:27 +02:00
Eelco Dolstra e7124e9e5f sqlite: Update to 3.7.16.1 2013-04-09 17:02:15 +02:00
Rickard Nilsson 7870db8b10 unionfs: Add mount helper (mount.unionfs-fuse)
This makes it possible to mount unionfs directly with mount or fstab.

Example fstab entry:

  none /mnt/union unionf-fuse allow-other,dirs=/source1=RW,/source2=RW

Note, the dirs= option need to be the last option, due to limitations
in the mount helper provided by unionfs-fuse. Maybe we should write a
better helper ourselves.

Also, you need to specify your branches as dirs= option, NOT as
the device, since the latest version of libmount always interprets
"=" characters in the device name as a tag (like LABEL, UUID etc)
and will try to resolve the tag before calling the mount helper.
This will of course not succeed and the mount will fail.
2013-04-09 16:36:38 +02:00
Rickard Nilsson 08f1b426bc stunnel: Update to 4.56
Note, I had to add "fips = no" to my stunnel configuration after
the update.
2013-04-09 16:34:59 +02:00
Sergey Mironov 8b3b208f33 wicd: rename icons/hicolour to icons/hicolor 2013-04-09 09:27:45 +04:00
Bjørn Forsman 38c7d196ac premake: bump to version 4.3
aacskeys depends on premake3, so keep that version around.
2013-04-08 21:06:54 +02:00
Rickard Nilsson 1f82083c20 darktable: Update to 1.2 2013-04-08 18:22:15 +02:00
Peter Simons 203fd72f8f haskell-repa: update to version 3.2.3.2 2013-04-08 17:13:34 +02:00
Peter Simons c1233178d3 haskell-http-conduit: update to version 1.9.3 2013-04-08 17:13:34 +02:00
Lluís Batlle i Rossell e0249ffcd0 meld: update to 1.6.1 2013-04-08 12:14:26 +02:00
Lluís Batlle i Rossell 79d155f874 pinta: updating it. It works now. 2013-04-08 11:53:08 +02:00
Lluís Batlle i Rossell 0ccd57bcd6 mono: update to 2.11.4
Just to have a newer version.
2013-04-08 11:53:08 +02:00
aszlig 75e5cbde79
chromium: Update beta and dev channels.
beta: 26.0.1410.43 -> 27.0.1453.15 (builds fine and tested)
dev:  27.0.1448.0  -> 27.0.1453.12 (builds fine and tested)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-04-08 08:51:46 +02:00
aszlig dcff78f580
taskwarrior: Update to version 2.2.0.
This update roughly includes the following changes:

 * Spanish es-ES translation
 * New configuration option: print.empty.columns
 * Much improved Asian character support
 * More virtual tags
 * Improved bash completion
 * Task modification time
 * Stats show blocked and blocking tasks
 * New 'blocking' report
 * Additional color rules
 * New helper commands for third-party tools
 * 'columns' command searchable
 * New date shortcuts 'socm' and 'eocm'
 * Improved push/pull messages

For a full list of changes, please head over to:

http://taskwarrior.org/projects/taskwarrior/wiki/Changelog

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-04-08 08:51:46 +02:00
Mathijs Kwik fd76305a9b vlc: enable support for the opus codec 2013-04-08 08:38:10 +02:00
Peter Simons 48a2fb0aaa httpie: update to version 0.4.1 to fix the build 2013-04-08 01:19:20 +02:00
Peter Simons 2fe970d6f2 httpie: the build input 'requests014' doesn't exist anymore, it's now called 'requests' 2013-04-08 01:17:44 +02:00
Peter Simons 9608d80c73 iproute: don't compile with -Werror
lnstat.c:169:30: error: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess]
     memset(th.hdr[i], 0, sizeof(th.hdr[i]));
                                ^
  cc1: all warnings being treated as errors
  make[1]: *** [lnstat.o] Error 1
2013-04-07 23:33:20 +02:00
Peter Simons c976480a01 elfutils: disable -Werror to fix the build
nm.c: In function 'show_symbols_sysv':
  nm.c:773:27: error: argument to 'sizeof' in 'snprintf' call is the same expression as the destination; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess]
      snprintf (name, sizeof name, "[invalid sh_name %#" PRIx32 "]",
                             ^
  cc1: all warnings being treated as errors
2013-04-07 23:33:20 +02:00
Peter Simons 938486848e grub: fix download URL for grub-0.97-once.patch 2013-04-07 23:33:20 +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
Peter Simons bd8ccc7c2d flac: update download URL for build fix patch 2013-04-07 23:33:19 +02:00
Peter Simons 084d5eed2d libgdiplus: fix download URL for 'libgdiplus-2.10.1-libpng15.patch' 2013-04-07 23:33:19 +02:00
Peter Simons 2879cf569e bup: update to version 0.25-rc1-107-g96c6fa2 and drop -Werror to fix the build
/nix/store/4jfqcb4mzh3vl08zgfh9ir46jii7rcb9-python-2.7.3/include/python2.7/modsupport.h:27:1: error: 'PyArg_ParseTuple' is an unrecognized format function type [-Werror=format=]
   PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3);
   ^
  cc1: all warnings being treated as errors
2013-04-07 23:33:19 +02:00
Peter Simons 98bf728dce aterm-2.8: add comment about build failures with gcc 4.8.x 2013-04-07 23:33:19 +02:00
Peter Simons ce5b1fd053 squid: build without -Werror to fix build on GCC 4.8.x 2013-04-07 23:33:19 +02:00
Cillian de Róiste a3a3c9c502 Update DISTRHO: audio effects and plugins 2013-04-07 16:24:01 +02:00
Rob Vermaas 93cabe848f Upgrade aws-cli and dependencies 2013-04-07 15:34:35 +02:00
Domen Kozar ec25d38261 python 3.3.1rc1 -> 3.3.1 2013-04-07 11:13:37 +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 d8fe87bbe1 Revert "plone43Packages.zc_buildout: 2.1.0"
new zc_buildout doesn't pick eggs from "system" site-packages

This reverts commit abf49f299e.
2013-04-06 23:10:31 +02:00
Mathijs Kwik a99ea7a0ee linux-3.0: update to 3.0.72 2013-04-06 20:45:30 +02:00
Mathijs Kwik 4eff34e602 linux-3.4: upgrade to 3.4.39 2013-04-06 20:45:29 +02:00
Mathijs Kwik 8092bc2dd7 linux-3.8: upgrade to 3.8.6 2013-04-06 20:39:36 +02:00
Rok Garbas abf49f299e plone43Packages.zc_buildout: 2.1.0 2013-04-06 17:59:23 +02:00
Rok Garbas fc4f73863c python-virtualenv: update to 1.9.1 2013-04-06 17:58:03 +02:00
Peter Simons dc3bdd43ab haskell-platform-2010.2.0.0.nix: fix download URL 2013-04-06 16:04:35 +02:00
Peter Simons 1ebb925939 haskell-cabal2nix: update to version 1.49 2013-04-06 15:56:27 +02:00
Peter Simons dc70e15f8b haskell-hspec: update to version 1.5.3 2013-04-06 15:54:19 +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
Peter Simons d81e8a9cc3 gnulib: update to version 0.0-7901-g076ac82 2013-04-06 15:09:25 +02:00
Lluís Batlle i Rossell 78827836cc openlierox: fixing and updating. 2013-04-06 12:09:18 +02:00
Peter Simons fd18418841 haskell-hakyll: jailbreak to fix the build 2013-04-06 10:51:16 +02:00
Peter Simons f88d383b31 haskell-cryptohash-cryptoapi: add version 0.1.0 2013-04-06 10:32:54 +02:00
Peter Simons 5014149810 haskell-streamproc: update to version 1.6.2 2013-04-06 10:32:54 +02:00
Peter Simons 9c23cc6ef4 haskell-hsemail: update to version 1.7.6 2013-04-06 10:32:54 +02:00
Peter Simons 64657fe036 haskell-hopenssl: update to version 1.6.2 2013-04-06 10:32:54 +02:00
Peter Simons 841d07492d haskell-crypto-conduit: update to version 0.5.1 2013-04-06 10:32:54 +02:00
Peter Simons 00674a8608 haskell-cmdargs: update to version 0.10.3 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
Peter Simons f808ba588b Cabal-1.16.0.3: disable unit test suite
The release archive is missing a Setup.hs file, which makes the test
suite fail. Thanks to Kevin Quick for finding this issue!
2013-04-06 10:32:53 +02:00
Peter Simons c541bf804a haskell-shakespeare: update to version 1.0.4 2013-04-06 10:32:53 +02:00
Peter Simons 6553e37235 haskell-shakespeare-js: update to version 1.1.3 2013-04-06 10:32:53 +02:00
Peter Simons 49c9e98e12 haskell-cryptohash: update to version 0.9.0 2013-04-06 10:32:53 +02:00
Jack Cummings 4c37edd6f3 Don't need NIX_CFLAGS_COMPILE in spl build anymore, consolodate zfs patches. 2013-04-06 00:06:27 -07:00
Jack Cummings d1cb67a629 spl-0.6.1, zfs-0.6.1 2013-04-06 00:01:02 -07:00
Domen Kozar 41c6d26e16 garden 2013-04-06 08:20:27 +02:00
Cillian de Róiste 509ea2888a PureData: Update to 0.44, add support for JACK and fix wrapper 2013-04-06 01:42:10 +02:00
Peter Simons f8faea23f8 emacs-cedet: update to version 1.1 to fix the build 2013-04-06 01:24:46 +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
Eelco Dolstra 477c53cec0 sudo: Fix building outside of a chroot 2013-04-05 19:38:07 +02:00
Lluís Batlle i Rossell 77b62dd985 skype-call-recorder: I forgot another patch. grmbl 2013-04-05 17:53:35 +02:00
Cillian de Róiste 8a912c272d libmspack: fix download url and update
It is now hosted on http://www.cabextract.org.uk
2013-04-05 17:12:36 +02:00
Cillian de Róiste c7be8b8afb Update Radeon Firmware
It was changed on 04.02
2013-04-05 16:50:23 +02:00
Lluís Batlle i Rossell ad5b5bcf0a skype-call-recorder: fix expression and improve conferences
I missed a semicolon; I also add an upstream patch about
improving the hosted conferences support:
abd67f1d44
2013-04-05 16:11:03 +02:00
Lluís Batlle i Rossell d5a036d63d Adding Skype Call Recorder. 2013-04-05 16:03:25 +02:00
Shea Levy a32e208ded Set psqlSchema properly for postgres 9.2.x
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 07:48:44 -04:00
Sergey Mironov b4fdd210a6 gvfs: allow gvfs-network to access it's gconf schemas
gvfs-network fails to start until it stores some setting in Gconf (memory
backend is used by default). Unfortunately, it needs schemas for to work
correctly. By default, glib searches for schemas in /usr/share/glib-2.0/schemas
OR under GSETTINGS_SCHEMA_DIR. This patch sets this variable to let gvfs
find it's precious.
2013-04-05 15:34:20 +04:00
Shea Levy fad10ddb82 postgresql-9.2.x: Build the world
This builds the man pages as well as contributed program like pg_upgrade

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 07:16:05 -04:00
Shea Levy 05e5f5d515 Fix tarball
libiconvOrLibc is null on ppc

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 06:59:16 -04:00
Lluís Batlle i Rossell 2187716c53 dwm: adding a patch I missed in a recent commit 2013-04-05 12:50:42 +02:00
Shea Levy 2d38aee71b xpra: Use new ffmpeg attribute
It still builds, but it's a pythonPackage so who knows if it works
right. Was breaking the tarball, though.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 06:49:23 -04:00
Lluís Batlle i Rossell 410d1a073e qemu-kvm: fix USB passthrough with a patch
I saw the same symptoms as https://bugs.launchpad.net/qemu/+bug/1033727 ,
and the patch there proposed fixes my case.
2013-04-05 10:45:04 +02:00
Lluís Batlle i Rossell 48f534bce9 mplayer2: add reference to libXxf86vm
Otherwise, playing h264 with vdpau complains about not able to sync to vsync.
2013-04-05 10:45:03 +02:00
Rickard Nilsson 0013355b19 gmpc: Add meta.platforms 2013-04-05 09:37:02 +02:00
Peter Simons 47e93cd27e rcs: update to version 5.8.2
It's profoundly satisfying to know that we have the very latest version of RCS.
RCS users, you see, live on the bleeding edge.
2013-04-05 08:56:40 +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
Mathijs Kwik ecc136b172 aangifte2012: preload library which seems needed
The last step "gegevens verzenden" will segfault otherwise.
2013-04-05 00:34:14 +02:00
Lluís Batlle i Rossell 5aacc33406 dwm: fix SDL games with fullscreen
It worked quite bad when the game resolution was different than the
current.
2013-04-04 23:32:53 +02:00
Lluís Batlle i Rossell 3db052eb7a dhewm3: linking with mesa (for non-nvidia cards)
It was just doing a dlopen(libGL), so mesa wasn't in the rpath.
Now it is.
2013-04-04 23:07:23 +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
Lluís Batlle i Rossell bbbedf56c6 dhewm3: adding enableParallelBuilding 2013-04-04 23:07:23 +02:00
Mathijs Kwik a288311c0b add terminology: e17 terminal emulator 2013-04-04 22:18:08 +02:00
Mathijs Kwik 07c50d5124 e17/ethumb: support video thumbnails and exif 2013-04-04 22:18:07 +02:00
Mathijs Kwik 6dcddbf3b5 e17/ethumb: add optional dependency on e_dbus
ethumb_client depends on it, but will fail (skip on installation)
silently when not found
2013-04-04 22:18:07 +02:00
Mathijs Kwik d0b30155a5 e17/emotion: enable vlc video backend
we should probably make this configurable, but for now enabling (and
testing) at least 1 backend is better than none, as emotion without
backends won't anything at all
2013-04-04 22:18:07 +02:00
Mathijs Kwik 5431663e12 e17/e_dbus: make sure depending packages can find (propagated) dbus 2013-04-04 22:18:07 +02:00
Mathijs Kwik 4154fbfabd linux-3.9: upgrade to 3.9-rc4 2013-04-04 22:18:07 +02:00
Mathijs Kwik 6ef9c6b1fc linux-3.8: upgrade to 3.8.5 2013-04-04 22:18:07 +02:00
Mathijs Kwik d0c6308da7 linux-3.4: upgrade to 3.4.38 2013-04-04 22:18:07 +02:00
Mathijs Kwik 37de48e43d linux-3.0: upgrade to 3.0.71 2013-04-04 22:18:06 +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
Lluís Batlle i Rossell 12409aa7cb ffmpeg: adding manpage generation 2013-04-04 22:11:09 +02: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 e1b932689f haskell-cabal2nix: update to version 1.48 2013-04-04 16:27:57 +02:00
Peter Simons e71abf64c8 haskell-keter: update to version 0.3.6.1 2013-04-04 16:22:47 +02:00
Peter Simons fbe9c7138b haskell-network-conduit-tls: update to version 1.0.0.2 2013-04-04 16:22:47 +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 3c66736304 haskell-uuagc: update to version 0.9.42.3 2013-04-04 16:18:08 +02:00
Peter Simons e0e3a38270 haskell-uuid: update to version 1.2.10 2013-04-04 16:18:08 +02:00
Peter Simons c3cad285f5 haskell-scotty: update to version 0.4.6 2013-04-04 16:18:08 +02:00
Peter Simons 13fd60eabb haskell-data-default: update to version 0.5.3 2013-04-04 16:18:08 +02:00
Peter Simons f47659a1ba haskell-cipher-aes: update to version 0.1.8 2013-04-04 16:18:08 +02:00
Eelco Dolstra 071987601a postgresql: Update to latest versions
CVE-2013-1899, CVE-2013-1900, CVE-2013-1901.
2013-04-04 15:45:48 +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
Vladimír Čunát 07bee4ac0a nvidia_x11: update to short-lived, with security update 2013-04-04 14:31:47 +02:00
Sergey Mironov 18681ae58e wicd: remove unused patches, remove ast with plain rm 2013-04-04 13:44:43 +04:00
Sergey Mironov b1386e4a09 fix udisks2 paths 2013-04-04 12:02:53 +04:00
Vladimír Čunát 979f2b0110 xfce: ./support/ not needed anymore 2013-04-04 12:02:53 +04:00
Vladimír Čunát 94c741c7ad gvfs: add globally, lightWeight by default
HeavyWeight will be fixed after gnome3 from x-updates.
2013-04-04 12:02:53 +04:00
Vladimír Čunát dd2cd2785e libgphoto2: update and add libxml2 2013-04-04 12:02:53 +04:00
Vladimír Čunát 7ce97cc443 udisks: split to udisks1 (stays default) and udisks2 2013-04-04 12:02:53 +04: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
Cillian de Róiste 69ad5c5c04 Fix the path to ping
iputils-20101006/sbin/ping has moved to iputils-20121221/bin/ping
Wicd uses ping to test the connection and produced and error message.
2013-04-03 23:34:02 +02:00
Alexander Tsamutali e42014eb5a conkeror: Update to 1.0pre-20130401. 2013-04-03 22:48:17 +04: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
Peter Simons bffcad3702 haskell-warp: update to version 1.3.8 2013-04-03 14:12:47 +02:00
Peter Simons e16d9dc8ad haskell-http-reverse-proxy: update to version 0.1.1.4 2013-04-03 14:12:47 +02:00
Peter Simons 93e8920ebf haskell-data-default: update to version 0.5.2 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
Eelco Dolstra 91ff5e33cc sudo: Update to 1.8.7p7
Ouch, our sudo was criminally outdated.

CVE-2013-1775, CVE-2013-1776, CVE-2012-2337, CVE-2011-0010.
2013-04-03 13:15:38 +02:00
Ludovic Courtès 8ad8eb6ee0 glibc: hurd: apply none of the patches 2013-04-03 11:27:12 +02:00
Ludovic Courtès a4130abcbf libffi: upgrade to 3.0.13 2013-04-03 10:39:34 +02:00
Carles Pagès 1717b494bf dhewm3: add mesa to build inputs
I also removed an unused line I left over in previous commits.
2013-04-02 22:52:50 +02: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
Carles Pagès 9a175a002d openal-soft: update to 1.15.1 2013-04-02 22:28:07 +02:00
Lluis Batlle 1aef67362f guile: adding a patch to allow guile builds without chroots
Otherwise, the NSS troubles may make a test fail.

Patch suggested by ludo.
2013-04-02 18:03:08 +02:00
Rickard Nilsson c544639554 darktable: Add 1.2-RC1 as darktable12 2013-04-02 15:53:57 +02:00
Rickard Nilsson 19deeadae0 mopidy: Update to 0.12.0 2013-04-02 15:53:57 +02:00
Lluís Batlle i Rossell 3bdb2ecea4 cinepaint: making it run (missing rpath) 2013-04-02 14:29:01 +02:00
Peter Simons eeeef91f73 haskell-ghc-mod: disable test suite to fix the build
The test suite depends on the ghc-path module, which doesn't work with
ghc-wrapper. Eventually, we'll need a solution for this problem in our Cabal
builds.
2013-04-02 13:05:59 +02:00
Peter Simons c6637b1f30 haskell-yesod-core: update to version 1.1.8.3 2013-04-02 13:05:59 +02:00
Peter Simons 01ba4463c0 haskell-yesod-auth: update to version 1.1.6 2013-04-02 13:05:59 +02:00
Peter Simons 5384018fbd haskell-unix-time: update to version 0.1.6 2013-04-02 13:05:59 +02:00
Peter Simons 2522d5c8f5 haskell-ghc-mod: update to version 1.12.4 2013-04-02 13:05:59 +02:00
Peter Simons 51fadefc47 haskell-HUnit: add version 1.2.5.2 2013-04-02 13:05:59 +02:00
Rok Garbas 1277716939 Merge pull request #438 from ebzzry/master
racket: enable HTML docs
2013-04-02 03:26:45 -07:00
Peter Simons dfb5cf5cc0 hspec 1.5.2 fails its test suite on i686-linux.
The issue is under investigation and it's probably harmless.
2013-04-02 11:15:59 +02:00
Jack Cummings ed6ae95e1a fix recoll filters, enable inotify support. 2013-04-01 22:59:22 -07:00
Rommel M. Martinez 8eeca92e92 Merge remote-tracking branch 'upstream/master' 2013-04-02 11:40:29 +08:00
Rommel M. Martinez e77b526e0c racket: enable HTML docs 2013-04-02 11:39:36 +08:00
Domen Kožar 48e87d617e Merge pull request #437 from cmatheson/master
update tmux to version 1.8
2013-04-01 15:54:15 -07:00
Jack Cummings 7bc828366f recoll-1.18.1 2013-04-01 15:42:41 -07:00
Cameron Matheson 934bfc618a tmux: update to version 1.8 2013-04-01 16:24:08 -06:00
Domen Kozar 62d7abf42a flexget: run time dependency on deluge (plugin) 2013-04-01 22:55:33 +02:00
Peter Simons cb4ae7759e haskell-xml: update to version 1.3.13 2013-04-01 21:03:03 +02:00
viric 7c56d001b2 Merge pull request #427 from mpashton/mpa
Upgrade kicad to stable 20130325
2013-04-01 11:05:51 -07:00
Shea Levy 63291bcc9f Merge branch 'lighttpd' of git://github.com/bjornfor/nixpkgs into upstream-master
Still builds, trivial update, contains a security fix.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-01 13:06:03 -04:00
Peter Simons 05467aef29 haskell-yesod-core: jailbreak to support new versions of clientsession 2013-04-01 18:44:34 +02:00
Peter Simons c7ac797b5c haskell-skein: update to version 1.0.0 2013-04-01 18:44:34 +02:00
Peter Simons fe1dde269c haskell-hspec: update to version 1.5.2 2013-04-01 18:44:34 +02:00
Peter Simons 5d01b76912 haskell-hspec-meta: update to version 1.5.2 2013-04-01 18:44:34 +02:00
Peter Simons 6a0bf5ba6c haskell-doctest: update to version 0.9.6 2013-04-01 18:44:33 +02:00
Peter Simons 6d4558acee haskell-clientsession: update to version 0.9 2013-04-01 18:44:33 +02:00
Peter Simons f3a16d0dd5 update meta.maintainers section 2013-04-01 18:44:33 +02:00
Domen Kožar e5d3d4712a Merge pull request #436 from bjornfor/tig
tig: enable bash completion
2013-04-01 09:42:51 -07:00
Bjørn Forsman e21c53c211 tig: enable bash completion
Copy the bash completion script that comes with tig to
$out/etc/bash_completion.d/.

Note: to enable bash completion in NixOS, set
environment.enableBashCompletion = true;
2013-04-01 18:37:52 +02:00
Rob Vermaas 2fe5c12d35 Add s3http node package 2013-04-01 17:45:18 +02:00
Domen Kozar 16672fc8b1 xbmc: add pulse support, lame, avahi, libdvdcss 2013-04-01 17:13:00 +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
Bjørn Forsman 238c26cea9 lighttpd: fix build warnings
The build complains about missing "file" and "which" commands, so add them as
build inputs.

"file" is used by the autotools configure script to tweak what -m flag
(if any) to pass to the linker when it asks it for shared library
support.

Here is an example of -m values for GNU ld:
  Supported emulations:
   elf_x86_64
   elf32_x86_64
   elf_i386
   i386linux
   elf_l1om
   elf_k1om

"which" is used in the build phase to look for svnversion and git, to build a
version stamp. Since we build from a release tarball (and don't pass svn or git
as inputs either), this check fails and falls back to the version number in the
tarball.

There is one build warning left, but I think this is normal on NixOS:

  /tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found
2013-04-01 15:28:35 +02:00
Bjørn Forsman c3190ef1d8 lighttpd: bump to version 1.4.32
One important denial of service (in 1.4.31) fix: CVE-2012-5533[1].

NOTE: There are some errors about missing commands during the build, but
I'm pretty sure they were there before. And the result seems to be
working anyway...

 * /usr/bin/file: No such file or directory
 * /bin/sh: line 2: which: command not found
 * /tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found

[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5533
2013-04-01 14:12:03 +02: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 e655ac24d2 bind: add meta.license attribute 2013-04-01 11:46:14 +02:00
Peter Simons d95c79bad7 bind: update to version 9.9.2-P2 to fix CVE 2010-4051 /2010-4052 2013-04-01 11:46:13 +02:00
Peter Simons 78af53bb05 haskell-shake: update to version 0.10.2 2013-04-01 11:46:13 +02:00
Peter Simons 8692618980 haskell-multiarg: update to version 0.12.0.2 2013-04-01 11:46:13 +02:00
Peter Simons 5529ad42d2 haskell-liblastfm: update to version 0.1.1.2 2013-04-01 11:46:13 +02:00
Peter Simons 5e5b50c817 haskell-hspec: update to version 1.5.1 2013-04-01 11:46:13 +02:00
Peter Simons 561c830920 haskell-hspec-meta: update to version 1.5.1 2013-04-01 11:46:13 +02:00
Peter Simons 8a8d3993ee haskell-cryptohash: update to version 0.8.4 2013-04-01 11:46:13 +02:00
Peter Simons 3b2e5d5906 Merge pull request #428 from the-kenny/leiningen
Leiningen: Update to 2.1.2
2013-04-01 02:45:19 -07: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 c5584c8832 Merge pull request #426 from the-kenny/fix-winetricks
Add sha256 hash to winetricks.
2013-04-01 02:40:58 -07:00