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
Vladimír Čunát
40aa6be1d9
Merge pull request #416 from the-kenny/dropbox-py
...
dropbox-cli: add
2013-04-03 15:41:01 -07: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
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