Commit graph

36470 commits

Author SHA1 Message Date
Peter Simons 7c6d83c550 haskell-tasty: update to version 0.4.1.1 2013-12-03 22:23:22 +01:00
Peter Simons 39ad23ba35 haskell-postgresql-libpq: update to version 0.8.2.5 2013-12-03 22:23:21 +01:00
Peter Simons a7bd862f0b haskell-idris: update to version 0.9.10.1 2013-12-03 22:23:21 +01:00
Peter Simons fcc9ea7d4c haskell-network: update to version 2.4.2.1 2013-12-03 22:23:21 +01:00
Peter Simons eead1049e6 async: jailbreak version 2.0.1.4 to fix the build with GHC 7.7 or later 2013-12-03 22:23:21 +01:00
Peter Simons e3c34c6b98 cabal-install: jailbreak version 1.18.0.2 to fix the build with GHC 7.7 or later 2013-12-03 22:23:21 +01:00
Peter Simons cf2fbb3502 haskell-packages.nix: enable dynamic linking in GHC 7.7 or later
The current snapshot requires shared libraries to be built (otherwise
some packages won't build). I'm sure that's a mistake in the way it's
configured that should be fixed. Anyway, enabling shared library support
is an easy way out (and an interesting experiment).
2013-12-03 22:23:20 +01:00
Peter Simons f1633d5af9 haskell-packages.nix: update 'cgi' to version 3001.1.8.4 when building with GHC 7.7 or later
Not that it helps much ... the package depends on MonadCatchIO-mtl, which is
broken in the latest version of GHC.
2013-12-03 22:23:20 +01:00
Peter Simons d0d8f88d9b haskell-packages.nix: disable transformers 0.3.0.0 when building with GHC 7.7 or later
It's a core package now.
2013-12-03 22:23:20 +01:00
Peter Simons 7c6bc645bd haskell-GLUT: update to version 2.5.0.1 2013-12-03 22:23:20 +01:00
Peter Simons 3dd9e512c2 haskell-packages.nix: cosmetic 2013-12-03 22:23:20 +01:00
Peter Simons dc662dcaa2 ghc-head: update to today's git snapshot and arbitrarily dub it version 7.7.20131202 2013-12-03 22:23:20 +01:00
Peter Simons e5e129a4d0 Fix references to haskell-opengl 2.9.1.0. 2013-12-03 22:23:19 +01:00
Peter Simons 01f13be7ae all-packages.nix: cosmetic, no functional change 2013-12-03 22:23:19 +01:00
Peter Simons 64feb74f44 happy: update to version 1.19.2 2013-12-03 22:23:19 +01:00
Peter Simons 07ce265406 alex: update to version 3.1.3 2013-12-03 22:23:19 +01:00
Shea Levy 3b1f887d58 Update node packages
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-12-03 14:40:19 -05:00
Eelco Dolstra 7809134e29 postgresql: Fix shutdown
Postgres was taking a long time to shutdown.  This is because we were
sending SIGINT to all processes, apparently confusing the autovacuum
launcher.  Instead it should only be sent to the main process (which
takes care of shutting down the others).

The downside is that systemd will also send the final SIGKILL only to
the main process, so other processes in the cgroup may be left behind.
There should be an option for this...
2013-12-03 12:04:20 -05:00
Bjørn Forsman 04dd0bb5df sup: fix chroot build
By making fetchgit a fixed-output derivation.
2013-12-03 17:26:19 +01:00
Jason "Don" O'Conal d937187808 sup: update to latest version, use better version number 2013-12-03 17:14:58 +01:00
Jason "Don" O'Conal 28722a265b sup: use specific version of mime types 2013-12-03 17:14:58 +01:00
Eelco Dolstra bc3c49ce9b valgrind: Update to 3.9.0 2013-12-03 09:17:49 -05:00
Peter Simons 1a996759a5 ess-mode: update to version 13.09 2013-12-03 12:44:52 +01:00
Cillian de Róiste b7aaa7ab78 nagios-plugins: fix download URL (no longer available from sourceforge) 2013-12-03 11:28:27 +01:00
Shea Levy 4a1a28faeb Revert android build tools update
https://code.google.com/p/android/issues/detail?id=61710
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-12-02 21:41:40 -05:00
William A. Kennington III ff1d97f3a4 Add Build Script for Murmur 2013-12-02 20:15:01 -06:00
William A. Kennington III 7aa292a069 Properly configure mumble to build without the server and libopus 2013-12-02 20:15:01 -06:00
William A. Kennington III 4118e632e8 Upgeade avahi to 0.6.31
Additionally, link compatability files for dns_sd.h and howl as these are
needed to build mumble and potentially other avahi using derivations.
2013-12-02 20:15:01 -06:00
William A. Kennington III de529d6b4b Upgrade opus from 1.0.2 -> 1.0.3 2013-12-02 20:11:06 -06:00
Shea Levy 35e47a4a47 Update android sdks
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-12-02 20:27:53 -05:00
Vladimír Čunát 3a5f9ecd70 cinnamon.cjs refactor: include version in name 2013-12-02 22:01:24 +01:00
Vladimír Čunát d09b722f77 Merge master into x-updates 2013-12-02 21:41:16 +01:00
Rickard Nilsson a0ba267115 libvirt: Update to 1.2.0 2013-12-02 21:35:44 +01:00
Roelof Wobben 81460560c3 add cinnamon-desktop (close #1314)
Reviewed and refactored by @vcunat.
2013-12-02 21:21:45 +01:00
Peter Simons 6e83b3c284 Re-generate cuda-related expressions with recent version of cabal2nix. 2013-12-02 20:28:20 +01:00
Peter Simons 159649aeb4 haskell-codec-image-devil: re-generate with cabal2nix 2013-12-02 20:28:20 +01:00
Peter Simons fc4d3254f8 haskell-scientific: re-generate with cabal2nix 2013-12-02 20:28:20 +01:00
Peter Simons a22e8fd6c0 haskell-HDBC-odbc: re-generate with cabal2nix 2013-12-02 20:28:20 +01:00
Peter Simons f9bb592712 Re-instate the "hydraPlatforms = []" setting accidentally overwritten earlier. 2013-12-02 20:28:20 +01:00
zimbatm b802a7be88 Updates ruby 1.8.7 to the latest patch-level. WARNING: unsupported
ruby 1.8 should be phased out as it contains security issues and is
unsupported by the ruby core team. This is the last update available but it
doesn't fix all CVEs.
2013-12-02 20:11:58 +01:00
zimbatm c8065de0af Updates ruby 2.0.0 to patch-level 353. Fixes CVE-2013-4164 2013-12-02 20:11:58 +01:00
zimbatm 75a6ed8ddb Updates ruby 1.9.3 to patch-level 484. Fixes CVE-2013-4164 2013-12-02 20:11:58 +01:00
zimbatm 7c6e108c2d Use the recommended http://cache.ruby-lang.org host to get the ruby archives 2013-12-02 20:11:58 +01:00
zimbatm 7a01483d51 Fixes ruby 2.0.0 compilation on Darwin. 2013-12-02 20:11:58 +01:00
Michael Raskin 8da629a3b9 Adding libnl 3.2.19 to use instead of the latest with ntrack
ntrack has a bug about fresher libnl compatilbility. There are no
updates since September.
2013-12-02 22:47:52 +04:00
Moritz Ulrich 87fd8c1f8f dropbox: Update to 2.4.7.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-12-02 18:09:57 +01:00
Eelco Dolstra 09dd7f9afc Fix passing of kernel parameters
Broken in 9ee30cd9b5.  Reported by Arvin
Moezzi.
2013-12-02 11:56:58 -05:00
Peter Simons 47cb33819d haskell-hsyslog: update to version 1.6 2013-12-02 16:26:26 +01:00
Peter Simons df6490e8dd haskell-hakyll: jailbreak to support recent versions of pandoc-citeproc 2013-12-02 16:26:26 +01:00
Peter Simons a64262ea3d haskell-lifted-async: add version 0.1.0 2013-12-02 16:26:26 +01:00