Commit graph

25422 commits

Author SHA1 Message Date
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
Vladimír Čunát
18480ed41b dbus_* naming reorganization 2013-04-04 22:00:59 +02:00
Vladimír Čunát
dec718acb6 systemd: minor update, changes for dbus split
New version with upstreamed changes from @edolstra :-)
2013-04-04 22:00:58 +02:00
Vladimír Čunát
fff88fa448 dbus_glib: minor update, doCheck 2013-04-04 22:00:58 +02:00
Vladimír Čunát
fe4a067aad dbus: modularize into libs, daemon, tools, tests and docs 2013-04-04 22:00:46 +02:00
Vladimír Čunát
eb2e46aab2 Merge branch 'master' into x-updates
Conflicts:
	pkgs/applications/graphics/rawtherapee/default.nix
	pkgs/applications/misc/blender/default.nix
	pkgs/applications/networking/browsers/chromium/sources.nix
	pkgs/os-specific/linux/kernel/linux-3.9.nix
	pkgs/top-level/all-packages.nix
2013-04-04 21:43:40 +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
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
Vladimír Čunát
16f4550761 Merge pull request #411 from ocharles/gnome-themes-standard
gnome-themes-standard: Initial expression
2013-04-03 11:59:19 -07: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
Michael Raskin
4fbd7b0abb Chromium: automatic update picked lite version; maybe non-lite will work 2013-04-02 09:01:54 +04: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
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
Michael Raskin
d418a2aaac Chromium: automatic update to the latest 2013-04-01 10:08:11 +04:00
Jack Cummings
1993c18546 missing semicolon. 2013-03-31 22:09:17 -07:00
Jack Cummings
4a9c724377 shntool metadata: license, maintainer, platform 2013-03-31 21:45:40 -07:00
Jack Cummings
4527d677cc cuetools metadata: license, maintainer, platforms 2013-03-31 21:43:53 -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
Michael Ashton
8c63762d64 - fetchbzr and nix-prefetch-bzr now only export, instead of cloning
- The option for cloning in nix-prefetch-bzr is removed
- ssl certificates are now ignored by fetchbzr

This means that no .bzr directory is downloaded.  Without this change, the
hash of the result is unpredictable, probably because of timestamping in the
.bzr directory.

Currently, the only package using fetchbzr is kicad.
2013-03-31 19:16:18 -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
Domen Kozar
e58521d5dc anki: set platforms 2013-03-31 20:56:18 +02:00
Domen Kozar
ea4b0c33d8 Set correct paths when using nm-applet without desktop 2013-03-31 20:08:01 +02:00
Malcolm Matalka
d819ee8b7e Add multitail 2013-03-31 19:40:11 +02:00
Eelco Dolstra
e657e1b57e systemd: Update to 200 2013-03-31 16:16:07 +02:00
Lluís Batlle i Rossell
bee99995d9 linux: update to 3.8.5 2013-03-31 09:27:40 +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
fead3aed65 prayer: update to 1.3.5 2013-03-30 22:45:45 +01:00
Lluís Batlle i Rossell
13d40ae54d otpw: fixing the entropy source (PATH variables)
I don't know why it set some hardcoded PATH.
2013-03-30 21:06:06 +01:00
Lluís Batlle i Rossell
c908d2130f Adding 'google-authenticator' 2013-03-30 21:06:06 +01:00
Lluís Batlle i Rossell
690d5a346d otpw: fixing typo in url 2013-03-30 21:06:05 +01:00
Lluís Batlle i Rossell
c7cf2b1690 Adding otpw (a one-time password system) 2013-03-30 21:06:05 +01:00
Moritz Ulrich
05f2ea2d12 Add myself (the-kenny) to the maintainer list.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-30 21:05:15 +01:00
Moritz Ulrich
d2cb352ad9 leiningen: Update to 2.1.2
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-30 20:09:39 +01:00
Domen Kozar
c72ac21c55 springlobby: bump to 0.169 2013-03-30 20:05:13 +01:00
Moritz Ulrich
51229692ca Add sha256 hash to winetricks.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-30 20:00:05 +01:00
Lluís Batlle i Rossell
55f14cc7f3 lame: update from 3.98.4 to 3.99.5 2013-03-30 18:10:38 +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
viric
afd5257336 Merge pull request #423 from offlinehacker/xf86videodummy
Add xf86videodummy and xf86inputvoid to xorg overrides (pixman fix)
2013-03-30 04:21:39 -07:00
Vladimír Čunát
9b187c0be1 wxGTK: temporarily disable gstreamer support
Currently it needs gconf2 which depends on orbit,
which seems unmaintained and doesn't even build with new glib.
2013-03-30 12:12:22 +01:00
Jaka Hudoklin
83afbf45ca Add xf86videodummy and xf86inputvoid to xorg overrides (pixman fix) 2013-03-30 11:52:44 +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
Peter Simons
9c92db9e52 haskell-hackage-db: update to version 1.5 2013-03-29 23:55:13 +01:00
Ludovic Courtès
4d8cd0aa24 glibc: hurd: Use the old `rpcgen-path.patch'. 2013-03-29 22:04:25 +01:00
Lluís Batlle i Rossell
c7307122bf gcc47: Making the arm patch only for arm.
I don't know how, but it seems to break mips (noticed by ludo):
http://hydra.nixos.org/build/4530024
2013-03-29 21:56:01 +01:00
Lluís Batlle i Rossell
a76a9f783e Adding omxplayer, for the raspberrypi. 2013-03-29 21:54:29 +01:00
Lluís Batlle i Rossell
64e4027d91 Making omxplayer build with gcc47 2013-03-29 21:54:28 +01:00
Ludovic Courtès
e80ec28da1 libiconv: disable stripping when cross-compiling 2013-03-29 21:46:39 +01:00
Ludovic Courtès
ea304762fe pthread-win32: don't propagate `mingw_headers' 2013-03-29 21:46:38 +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
Peter Simons
694ecd4737 libtirpc: update to version 0.2.3 2013-03-29 19:04:29 +01:00
Domen Kozar
9a31d2ef0d aircrack-ng: bump 2013-03-29 19:02:51 +01:00
Domen Kozar
eff57f3b9e ncmpcpp: set platforms 2013-03-29 18:38:12 +01:00
Lluís Batlle i Rossell
7405ddee2f gcc47: fixing the arm eabi hf build
Picking an upstream gcc patch.
2013-03-29 18:34:40 +01:00
Domen Kozar
92f72cb80f pwgen, wgetpaste: set platforms 2013-03-29 18:32:58 +01:00
Rok Garbas
6c890824bd fixed typo from previous commit 2013-03-29 18:28:11 +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
Peter Simons
a1d4a00dcd haskell-snap: jailbreak to support building with lens 3.9.0.2 2013-03-29 17:51:29 +01:00
Peter Simons
78b8be47e2 haskell-reflection: update to version 1.2.0.1 2013-03-29 17:51:29 +01:00
Peter Simons
717d894f83 haskell-profunctors: update to version 3.3.0.1 2013-03-29 17:51:29 +01:00
Peter Simons
eb665f3b3d haskell-lifted-base: update to version 0.2.0.3 2013-03-29 17:51:29 +01:00
Peter Simons
deeb058dfb haskell-diagrams-lib: update to version 0.6.0.2 2013-03-29 17:51:29 +01:00
Peter Simons
c24df87bfe haskell-certificate: update to version 1.3.6 2013-03-29 17:51:29 +01:00
Peter Simons
504d9563a4 haskell-case-insensitive: update to version 1.0.0.1 2013-03-29 17:51:29 +01:00
Peter Simons
0e32b1462b haskell-vector-space-points: update to version 0.1.2.1 2013-03-29 17:51:29 +01:00
Peter Simons
b5bda573d5 haskell-monoid-extras: update to version 0.2.2.3 2013-03-29 17:51:29 +01:00
Peter Simons
8f2c094801 haskell-dual-tree: update to version 0.1.0.2 2013-03-29 17:51:29 +01:00
Peter Simons
7d64583919 haskell-persistent-postgresql: jailbreak to fix build with latest version of postgres-simple 2013-03-29 17:51:29 +01:00
Peter Simons
71b00ef300 haskell-unix-compat: update to version 0.4.1.1 2013-03-29 17:51:28 +01:00
Peter Simons
4ad1be1b3e haskell-multiarg: update to version 0.12.0.0 2013-03-29 17:51:28 +01:00
Peter Simons
44cf7ed71c haskell-liblastfm: update to version 0.1.1.1 2013-03-29 17:51:28 +01:00
Peter Simons
9f260baa50 haskell-lens: update to version 3.9.0.2 2013-03-29 17:51:28 +01:00
Peter Simons
484b5c34d3 haskell-generic-deriving: update to version 1.5.0 2013-03-29 17:51:28 +01:00
Peter Simons
8c8b243570 haskell-fclabels: update to version 1.1.5 2013-03-29 17:51:28 +01:00
Peter Simons
2670f68f54 haskell-conduit: update to version 1.0.4.2 2013-03-29 17:51:28 +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
Rok Garbas
a9c7252a3e i3status and i3lock should have same platform as i3wm 2013-03-29 17:38:59 +01: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
Domen Kozar
67ce79f5e4 set platforms for i3wm 2013-03-29 13:27:04 +01:00
Michael Raskin
30420115a4 Fix Linux 3.9-rc modDir 2013-03-29 09:30:07 +04:00
Michael Raskin
406954c12d Next rc for 3.9 2013-03-29 09:30:03 +04:00
Michael Raskin
e9439d7811 Fix Wine libDRM reference 2013-03-29 09:29:19 +04:00
Vladimír Čunát
8406a62973 gtk3: core platform update (versions from GNOME 3.8) 2013-03-29 02:22:29 +01:00