Commit graph

14722 commits

Author SHA1 Message Date
Vladimír Čunát
351f704091 Merge x-updates into master
There's a major dbus bump (1.6 -> 1.8), and various minor fixes and updates.
2014-02-22 11:28:51 +01:00
Peter Simons
6522d4254f haskell-primitive: update to version 0.5.2.1 2014-02-22 09:19:19 +01:00
Peter Simons
aa654a5857 haskell-mono-traversable: update to version 0.3.0.2 2014-02-22 09:19:19 +01:00
Peter Simons
2d8aa999c3 haskell-http-conduit: update to version 2.0.0.7 2014-02-22 09:19:18 +01:00
Peter Simons
d55f488a61 haskell-haskell-packages: update to version 0.2.3.4 2014-02-22 09:19:18 +01:00
Peter Simons
36bc104279 haskell-haskell-names: update to version 0.3.2.5 2014-02-22 09:19:18 +01:00
Peter Simons
f7ad96cbb5 haskell-hamlet: update to version 1.1.9 2014-02-22 09:19:18 +01:00
Peter Simons
b4cc157cb5 haskell-dns: update to version 1.2.0 2014-02-22 09:19:18 +01:00
Peter Simons
ca3491f514 haskell-classy-prelude: update to version 0.8.0.1 2014-02-22 09:19:18 +01:00
Peter Simons
358f4de889 haskell-amqp: update to version 0.8.1 2014-02-22 09:19:18 +01:00
Peter Simons
1cfc55518b haskell-HList: update to version 0.3.4.0 2014-02-22 09:19:18 +01:00
Peter Simons
864db9c088 haskell-HTTP: update to version 4000.2.11 2014-02-22 09:19:18 +01:00
Benno Fünfstück
9ad8ce91a3 New expression: ghc-events-analyze 2014-02-22 00:55:26 +01:00
Peter Simons
2e079fd608 haskell-aeson-0.7.x: enable test suite 2014-02-21 23:29:33 +01:00
Peter Simons
5306d974ce haskell-aeson-0.7.x: fix build with older versions of ByteString
Closes <https://github.com/bos/aeson/issues/185>.
Closes <https://github.com/ekmett/lens/issues/397>.
2014-02-21 23:29:33 +01:00
Domen Kožar
368839c703 Merge pull request #1467 from iElectric/buildPythonPackage-refactor
buildPythonPackage refactoring
2014-02-21 18:33:48 +01:00
Domen Kožar
f1db57f1fe buildPythonPackage: fix more borken packages 2014-02-21 18:29:57 +01:00
Sander van der Burg
fc4e653167 titaniumsdk: Fix issue with APK with spaces in them 2014-02-21 16:20:27 +01:00
Luca Bruno
aa29235621 clutter-gtk: update to 1.4.4 2014-02-21 09:52:32 +01:00
Luca Bruno
668a0bbfc7 telepathy-glib: Generate vala bindings 2014-02-21 09:52:31 +01:00
Luca Bruno
9f5beec66f clutter-gst: new package 2014-02-21 09:52:31 +01:00
Luca Bruno
b1a2c840a7 cogl: Compile with gstreamer 2014-02-21 09:52:31 +01:00
Vladimír Čunát
2cf1f0b229 Revert "pango: major update 1.32.5 -> 1.36.1"
This reverts commit 9c4d656102 (modified).

We can't have newer pango with fontconfig-2.10.*
2014-02-20 21:35:42 +01:00
William A. Kennington III
8534fdf3fe dbus: Update from 1.6.12 -> 1.8.0 2014-02-20 21:05:01 +01:00
Vladimír Čunát
ae5d8f6768 Merge master into x-updates 2014-02-20 20:55:31 +01:00
Vladimír Čunát
e40a059714 Revert "fontconfig: update 2.10.2 -> 2.11.0"
This reverts commit 32a4081a7f.

After ec985c8ff the apps linked to 2.11 fontconfig run fine on nixos
with older /etc/fonts/, but the other way won't work.

Unfortunately, I see no easy work-around ATM.
2014-02-20 20:52:27 +01:00
Sander van der Burg
f5a9e5188d titaniumsdk: remove some obsolete debugging stuff 2014-02-20 14:19:32 +01:00
Shea Levy
21d1e7deb1 libev: bump 2014-02-19 20:03:30 -05:00
Domen Kožar
567e67f05f bash doesn't allow comments between multiline statements 2014-02-20 01:19:16 +01:00
Domen Kožar
fa98edf2b1 fix eval 2014-02-20 01:19:16 +01:00
Domen Kožar
b1ffb9ede4 buildPythonPackage: Add --old-and-unmanageable flag to install command and add more docs.
For explanation see inline comments.
2014-02-20 01:19:16 +01:00
Domen Kožar
c80feaf542 document setuptools monkeypatching and DETERMINISTIC_BUILD=1 2014-02-20 01:19:16 +01:00
Domen Kožar
21ada5b105 garden 2014-02-20 01:19:16 +01:00
Domen Kožar
ab6865c3a4 distutils.cfg: name as others coding conventions for python packages 2014-02-20 01:19:15 +01:00
Domen Kožar
7cdab2c024 pythonPackages.setuptools: 2.0.2 -> 2.1 2014-02-20 01:19:15 +01:00
Domen Kožar
fae6079a01 adopt rest of the packages that were failing with the buildPythonPackage changes 2014-02-20 01:19:15 +01:00
Domen Kožar
6adfd13dd4 adopt setuptools to new python infrastructure (also make sure we unzip setuptools while building) 2014-02-20 01:19:15 +01:00
Domen Kožar
bf5d6fb9b1 Refactor buildPythonPackage to modularize building process.
Before we used `easy_install` command to handle installation
in one shot, now this is split into two phases:

 - buildPhase: python setup.py build
 - installPhase: python setup.py install

Each of those commands have the ability to pass extra
parameters through buildPythonPackage parameters as
`setupPyInstallFlags` and `setupPyBuildFlags`.

Phases now correctly execute post/pre hooks.

In configurePhase we inject setuptools dependency before distutils
is imported to apply monkeypatching by setuptools that is needed
for special features to apply.

We don't have to reorder default phases anymore, as test
phase comes after build and that works.

I rewrote offineDistutils into distutils-cfg with a bit cleaner
syntax and ability to specify extraCfg to the config file.

Plone packages are failing and garbas said he will adopt them to
the new functions. The rest of the packages I fixed and these commits
shouldn't break any package (according to my testings) and they introduce
16 new jobs and fix 38 that were broken before.
2014-02-20 01:19:15 +01:00
Domen Kožar
29b7f2e182 setuptools: remove obsolete patch 2014-02-20 01:19:15 +01:00
Domen Kožar
6cbc1d554f remove unused setuptools/site.nix 2014-02-20 01:19:14 +01:00
Domen Kožar
a0ff8f687f python3.3: 3.3.3 -> 3.3.4 2014-02-20 00:44:51 +01:00
Domen Kožar
31949ead32 python2.7: 2.7.5 -> 2.7.6 2014-02-20 00:44:27 +01:00
Domen Kožar
67cc87a35a python2.6: 2.6.8 -> 2.6.9 2014-02-20 00:44:08 +01:00
Cillian de Róiste
f2b59904e5 opencolorio: update from 1.0.8 to 1.0.9 2014-02-19 22:49:07 +01:00
Cillian de Róiste
927ed152f4 minixml: upgrade from 2.6 to 2.8
Tested with yoshimi and zynaddsubfx
2014-02-19 21:58:43 +01:00
Vladimír Čunát
048a85f952 gnutls: add platforms for the default version 2014-02-19 20:42:51 +01:00
Badi' Abdul-Wahid
68f9e60435 gnutls: fix linking on Darwin (close #1779) 2014-02-19 20:40:04 +01:00
Cillian de Róiste
058ed07fb8 vamp-sdk: update from 2.2.1 to 2.5
Tested with mixxx, qtractor, rubberband and sonic-visualiser
2014-02-19 20:14:15 +01:00
Peter Simons
2a1f4c82b2 haskell-cabal2nix: update to version 1.60 2014-02-19 16:07:35 +01:00
Peter Simons
731e3c186e haskell-skein: update to version 1.0.9 2014-02-19 16:07:35 +01:00
Peter Simons
baffeb2b66 haskell-shakespeare-css: update to version 1.0.7.1 2014-02-19 16:07:35 +01:00
Peter Simons
9f7aa5e224 haskell-shake: update to version 0.11.2 2014-02-19 16:07:35 +01:00
Peter Simons
fe92d6bbed haskell-multiarg: update to version 0.24.0.2 2014-02-19 16:07:35 +01:00
Peter Simons
8a81d2c200 haskell-http-conduit: update to version 2.0.0.6 2014-02-19 16:07:35 +01:00
Peter Simons
65972a5724 haskell-css-text: update to version 0.1.2.0.1 2014-02-19 16:07:34 +01:00
Peter Simons
0c008eb857 haskell-bert: update to version 1.2.2.1 2014-02-19 16:07:34 +01:00
Domen Kožar
aea043aec0 Revert "upgrade video-intel stack to 2.99.906"
This reverts commit 89f710f18e.

Reported by others for xorg-server to crash on different kernel
versions.
2014-02-19 12:37:49 +01:00
Cillian de Róiste
2f08652cce rubberband: update from 1.7.0 to 1.8.1
Tidy up, and add myself to the maintainers. Tested that qtractor and
sonic_visualiser compile and run with this version of rubberband.
2014-02-19 00:15:20 +01:00
Cillian de Róiste
78f961e217 aubio: Fix the build, tidy up and add myself as a maintainer 2014-02-18 21:28:16 +01:00
Cillian de Róiste
134e65b150 aubio: update from 0.3.2 to 0.4.0 2014-02-18 21:28:07 +01:00
Vladimír Čunát
dcf6cbf5b3 glib: add -tested variant, also to the unstable job
Replaces #1753.
2014-02-18 20:27:23 +01:00
Peter Simons
029967dca6 haskell-cpphs: update to version 1.18.1 2014-02-18 19:56:13 +01:00
Peter Simons
e68b54eda8 haskell-warp: update to version 2.0.3.2 2014-02-18 19:56:13 +01:00
Peter Simons
cba685279d haskell-shakespeare: update to version 1.2.1.1 2014-02-18 19:56:13 +01:00
Peter Simons
9dce1a82e8 haskell-shakespeare-js: update to version 1.2.0.4 2014-02-18 19:56:13 +01:00
Peter Simons
dd49144d44 haskell-shakespeare-css: update to version 1.0.7 2014-02-18 19:56:13 +01:00
Peter Simons
c13ececdc5 haskell-iteratee: update to version 0.8.9.5 2014-02-18 19:56:13 +01:00
Peter Simons
eab179c39f haskell-hamlet: update to version 1.1.8 2014-02-18 19:56:13 +01:00
Peter Simons
623627f097 haskell-charset: update to version 0.3.7 2014-02-18 19:56:13 +01:00
David Guibert
c3126080fd vaapi-vdpau: apply a patch to delete dropped types from VA API
Close #1766.
2014-02-18 17:17:24 +01:00
Sander van der Burg
70798243a2 titaniumsdk: Add 3.2 SDK option 2014-02-18 16:34:34 +01:00
Dario Bertini
4247a34463
Updated vagrant to 1.4.3 2014-02-18 15:23:16 +01:00
Evgeny Egorochkin
c67f562d5e add branch info 2014-02-18 04:13:45 +02:00
Moritz Ulrich
53b6744646 teensy-loader: New package
Firmware uploader for the teensy microcontroller board family.
2014-02-18 01:02:47 +01:00
Bjørn Forsman
1d1667b7b0 keybinder: new package
keybinder is a library for registering global keyboard shortcuts.
keybinder works with GTK-based applications using the X Window System.

https://github.com/engla/keybinder/
2014-02-17 20:50:22 +01:00
Peter Simons
ba9cc84ad0 gnulib: update to version 0.1-83-g8008cac 2014-02-17 17:11:58 +01:00
Peter Simons
2668493a14 haskell-websockets: update to version 0.8.2.0 2014-02-17 16:41:10 +01:00
Peter Simons
be4b35eb15 haskell-timezone-olson: update to version 0.1.3 2014-02-17 16:41:10 +01:00
Peter Simons
9e15812d40 haskell-quickcheck-instances: update to version 0.3.7 2014-02-17 16:41:10 +01:00
Peter Simons
641e37519b haskell-pipes-attoparsec: update to version 0.4.0.1 2014-02-17 16:41:10 +01:00
Peter Simons
95b1e11618 haskell-network-protocol-xmpp: update to version 0.4.6 2014-02-17 16:41:10 +01:00
Peter Simons
641891a7c4 haskell-network-conduit: update to version 1.0.2.2 2014-02-17 16:41:10 +01:00
Peter Simons
669c336164 haskell-mono-traversable: update to version 0.3.0.1 2014-02-17 16:41:10 +01:00
Peter Simons
2a25467ece haskell-libxml-sax: update to version 0.7.5 2014-02-17 16:41:10 +01:00
Peter Simons
f5fb0e043d haskell-language-javascript: update to version 0.5.9 2014-02-17 16:41:09 +01:00
Peter Simons
1683378b3a haskell-irc: update to version 0.6.0.0 2014-02-17 16:41:09 +01:00
Peter Simons
87ddf3963a haskell-hit: update to version 0.5.5 2014-02-17 16:41:09 +01:00
Peter Simons
663e179856 haskell-dns: update to version 1.1.1 2014-02-17 16:41:08 +01:00
Peter Simons
b5ec3460b2 haskell-dbus: update to version 0.10.6 2014-02-17 16:41:08 +01:00
Peter Simons
58b51c95bd haskell-conduit: update to version 1.0.15 2014-02-17 16:41:08 +01:00
Peter Simons
c6855fc5a9 haskell-classy-prelude: update to version 0.8.0 2014-02-17 16:41:08 +01:00
Peter Simons
4379ea1929 haskell-classy-prelude-conduit: update to version 0.8.0 2014-02-17 16:41:08 +01:00
Peter Simons
e1993d4c92 haskell-JuicyPixels: update to version 3.1.3.3 2014-02-17 16:41:08 +01:00
Peter Simons
6e28b6ebb8 haskell-text-stream-decode: add version 0.1.0.3 2014-02-17 16:41:08 +01:00
Peter Simons
aaa4d951dd haskell-enclosed-exceptions: add version 1.0.0.1 2014-02-17 16:41:08 +01:00
Peter Simons
ba53ddcbb5 haskell-conduit-combinators: add version 0.1.0.0 2014-02-17 16:41:07 +01:00
Peter Simons
f3a3119bd0 haskell-chunked-data: add version 0.1.0.0 2014-02-17 16:41:07 +01:00
Nixpkgs Monitor
aab0ccaa93 gst-libav: update from 1.2.2 to 1.2.3 2014-02-17 10:40:51 +08:00
Nixpkgs Monitor
7814a08a1e gst-plugins-ugly: update from 1.2.2 to 1.2.3 2014-02-17 10:40:47 +08:00
Nixpkgs Monitor
a96f3e2e8d gst-plugins-bad: update from 1.2.2 to 1.2.3 2014-02-17 10:40:43 +08:00
Nixpkgs Monitor
396b9d760f gst-plugins-good: update from 1.2.2 to 1.2.3 2014-02-17 10:40:40 +08:00
Nixpkgs Monitor
bc30444967 gst-plugins-base: update from 1.2.2 to 1.2.3 2014-02-17 10:40:33 +08:00
Nixpkgs Monitor
cc0bc747e2 gstreamer: update from 1.2.2 to 1.2.3 2014-02-17 10:40:27 +08:00
Song Wenwu
561378ad03 guile-xcb: fix hash 2014-02-17 09:48:34 +08:00
Domen Kožar
89f710f18e upgrade video-intel stack to 2.99.906 2014-02-16 20:36:44 +01:00
Aristid Breitkreuz
4fab99a195 perl.Finance::Quote 1.19 (close #1759)
This restores access to Yahoo. It is not available on CPAN yet, so the
download refers to Sourceforge directly.
2014-02-16 18:06:07 +01:00
Moritz Ulrich
5228c2b94e elixir: update from 0.12.3 to 0.12.4 2014-02-16 15:50:24 +01:00
Vladimír Čunát
96f07fa74e Merge master into x-updates 2014-02-16 11:45:02 +01:00
Petr Rockai
2c37c23fce qca2: Update the source of qca-ossl.cpp to qca's git (anonsvn.kde.org no longer
serves it), and bump it to a latest version that builds with our qca version.
2014-02-15 12:57:45 +01:00
William A. Kennington III
e5a21b7bed libpipeline: Add package
[Bjørn Forsman: modify meta.description so that it doesn't include the
package name and doesn't end in a period.]
2014-02-15 12:16:19 +01:00
William A. Kennington III
bdb842d5eb Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
William A. Kennington III
99f5d2edb4 db: Reorganize Berkeley Database Packaging
Currently, the berkeley databases resuses a lot of the same code for the
expressions of each version. This consolidates all of the build routines
similar to that of the linux kernel.

This patch also adds version 6 of BDB.
2014-02-15 12:03:01 +01:00
Petr Rockai
a03a0337e9 telepathy-qt: Fix build (broken by cmake 2.8.12 and farstream 0.2). 2014-02-15 10:27:39 +01:00
Petr Rockai
abd8059802 cmake: Update to latest upstream (2.8.12.2). 2014-02-15 10:27:38 +01:00
Cillian de Róiste
25a7190336 Chromedriver: fix download URL, update from 2.0 to 2.9, add a required lib 2014-02-14 23:37:08 +01:00
Shea Levy
6a95e90f27 Add interpolatedstring-perl6 haskell package 2014-02-14 06:15:08 -05:00
Eelco Dolstra
ca5f99b9ea Finance::Quote: Fix the Yahoo source 2014-02-14 10:54:00 +01:00
Evgeny Egorochkin
cf3d2e0a17 add repositories.git to several packages 2014-02-14 09:34:30 +02:00
Peter Simons
0e482a2810 Merge pull request #1738 from ttuegel/diagrams
Add haskell-Chart-diagrams-1.2 and dependencies
2014-02-13 21:10:28 +01:00
Evgeny Egorochkin
5857e5c4f8 libxmlxx: update from 2.30.1 to 2.37.1 2014-02-13 19:09:47 +02:00
Evgeny Egorochkin
0cc699b497 liblastfm: update from 1.0.7 to 1.0.8 2014-02-13 19:09:47 +02:00
Evgeny Egorochkin
42cf992aac libtorrentRasterbar: update from 0.16.13 to 0.16.14 2014-02-13 19:09:47 +02:00
Thomas Tuegel
2cd48f94cc Add haskell-Chart-diagrams-1.2 2014-02-13 07:48:21 -06:00
Thomas Tuegel
89a9a94054 Add haskell-diagrams-postscript-1.0.1.2 2014-02-13 07:48:20 -06:00
Thomas Tuegel
1ff560f2ad Add haskell-SVGFonts-1.4.0.1 2014-02-13 07:48:20 -06:00
Peter Simons
690fc8cbe1 haskell-zeromq3-haskell: update to version 0.5.2 2014-02-13 10:58:13 +01:00
Peter Simons
636edd49bf haskell-yaml: update to version 0.8.7.2 2014-02-13 10:58:11 +01:00
Peter Simons
797fd2d737 haskell-websockets: update to version 0.8.1.3 2014-02-13 10:58:09 +01:00
Peter Simons
169e7734b9 haskell-th-orphans: update to version 0.8.1 2014-02-13 10:58:08 +01:00
Peter Simons
fe5a17ae2e haskell-sqlite-simple: update to version 0.4.5.1 2014-02-13 10:58:06 +01:00
Peter Simons
4b7295c1c7 haskell-snaplet-acid-state: update to version 0.2.6.1 2014-02-13 10:58:05 +01:00
Peter Simons
c1be898240 haskell-pipes-aeson: update to version 0.3.0 2014-02-13 10:58:03 +01:00
Peter Simons
6ff746c698 haskell-numtype: update to version 1.1 2014-02-13 10:58:01 +01:00
Peter Simons
4a8e988dc5 haskell-numtype-tf: update to version 0.1.2 2014-02-13 10:58:00 +01:00
Peter Simons
215de77297 haskell-monad-control: update to version 0.3.2.3 2014-02-13 10:57:58 +01:00
Peter Simons
7ea11af348 haskell-lrucache: update to version 1.1.1.4 2014-02-13 10:57:56 +01:00
Peter Simons
7d25bc200f haskell-lifted-base: update to version 0.2.2.0 2014-02-13 10:57:55 +01:00
Peter Simons
6038c78c25 haskell-hledger-web: update to version 0.22.4 2014-02-13 10:57:53 +01:00
Peter Simons
96a64bff2a haskell-force-layout: update to version 0.3.0.1 2014-02-13 10:57:51 +01:00
Peter Simons
6dc1b32542 haskell-foldl: update to version 1.0.2 2014-02-13 10:57:50 +01:00
Peter Simons
8e2e0a9023 haskell-dimensional: update to version 0.13 2014-02-13 10:57:48 +01:00
Peter Simons
c2e385f454 haskell-dimensional-tf: update to version 0.3 2014-02-13 10:57:46 +01:00
Peter Simons
d89b4860fe haskell-HTF: update to version 0.11.2.1 2014-02-13 10:57:45 +01:00
Peter Simons
57e4d68025 haskell-idris: update to version 0.9.11.2 2014-02-13 10:57:43 +01:00
Peter Simons
51095c1e5c haskell-lens: update to version 4.0.3 2014-02-13 10:57:08 +01:00
Peter Simons
04ddcf6079 haskell-pretty-show: update to version 1.6.7 2014-02-13 10:54:39 +01:00
Evgeny Egorochkin
7cbadb51e1 libtorrent-rasterbar: change repo to the current one 2014-02-13 04:31:50 +02:00
Evgeny Egorochkin
d91696c1f3 libraw: package 0.16.0 2014-02-13 04:26:42 +02:00
Evgeny Egorochkin
f30491bdad taglib: update from 1.8 to 1.9.1 2014-02-13 04:26:41 +02:00
Evgeny Egorochkin
acad17f5e5 liblastfm: update to 1.0.7 2014-02-13 04:26:41 +02:00
Vladimír Čunát
0ba6f6bf5b gbus_glib: maintenance update 0.100.2 -> 0.102 2014-02-12 21:53:00 +01:00
Domen Kožar
76a67c571a Merge pull request #1717 from linquize/vala
vala: Update to 0.23.2
2014-02-12 21:19:34 +01:00
Rickard Nilsson
83ca1bec30 Fix references to ca-bundle.
Several packages referred to /etc/ca-bundle.crt, that
was removed in 9c616e3. I've changed those references to
/etc/ssl/certs/ca-bundle.crt instead.
2014-02-12 19:30:32 +01:00
Rok Garbas
671a369634 add phantomjs to darwin platform 2014-02-12 00:51:11 +00:00
Shea Levy
b2d0c27d0a Revert "Remove now-unneeded old version of haskell-tls"
It's used by smtps-gmail

This reverts commit 70d73236e8.
2014-02-11 13:47:34 -05:00
Shea Levy
70d73236e8 Remove now-unneeded old version of haskell-tls 2014-02-11 11:48:12 -05:00
Linquize
8cf797b1b5 vala: Update to 0.23.2 2014-02-11 23:35:00 +08:00
Lluís Batlle i Rossell
248161ffeb Updating irssi_otr and libotr to the latest master versions.
According to their few additional commit logs, it's worth it.

I also set libotr to use the latest libgcrypt, related to a comment
in libotr commit. They talk about a libgcrypt fix that will have
more chances to be in the latest libgcrypt.
2014-02-11 12:32:47 +01:00
Rickard Nilsson
f2a7622a6d Add smtps-gmail Haskell package 2014-02-11 11:56:47 +01:00
Song Wenwu
4696dc4033 portaudio: update to v19_20140130 2014-02-11 15:56:37 +08:00
Linquize
95c3d664f1 google-gflags: add 2.0 2014-02-11 07:53:13 +08:00
Vladimír Čunát
161d029d7d preferLocalBuild: set to true for wrappers and fetchers 2014-02-10 21:04:17 +01:00
Peter Simons
27ea519caf Update haskell-llvm-* (and use full version numbers in their attribute names, like all other Haskell packages do) 2014-02-10 20:54:55 +01:00
Peter Simons
7d3cda336f haskell-Zwaluw: drop obsolete package
This package doesn't compile and hasn't seen an update in ages.
2014-02-10 20:54:55 +01:00
Peter Simons
d6d943b31f haskell-parsers: update to version 0.10.3 2014-02-10 20:54:55 +01:00
Peter Simons
f687687e7d haskell-cpphs: update to version 1.18 2014-02-10 20:54:55 +01:00
Peter Simons
941b61b9f0 haskell-zip-archive: update to version 0.2.1 2014-02-10 20:54:55 +01:00
Peter Simons
d9250ef573 haskell-yesod: update to version 1.2.5 2014-02-10 20:54:55 +01:00
Peter Simons
bbe3cdd3ed haskell-yesod-form: update to version 1.3.5.1 2014-02-10 20:54:55 +01:00
Peter Simons
083465968e haskell-yesod-core: update to version 1.2.6.7 2014-02-10 20:54:55 +01:00
Peter Simons
49bf3dac87 haskell-yesod-bin: update to version 1.2.6 2014-02-10 20:54:54 +01:00
Peter Simons
714053c0cc haskell-yaml: update to version 0.8.6.2 2014-02-10 20:54:54 +01:00
Peter Simons
47947a0ab7 haskell-unbounded-delays: update to version 0.1.0.6 2014-02-10 20:54:54 +01:00
Peter Simons
589d40db12 haskell-sqlite-simple: update to version 0.4.5.0 2014-02-10 20:54:54 +01:00
Peter Simons
5831b35f0b haskell-shakespeare-text: update to version 1.0.1 2014-02-10 20:54:54 +01:00
Peter Simons
266698152a haskell-shakespeare-js: update to version 1.2.0.3 2014-02-10 20:54:54 +01:00
Peter Simons
24e1cff272 haskell-shake: update to version 0.11.1 2014-02-10 20:54:54 +01:00
Peter Simons
1092ee7b83 haskell-reducers: update to version 3.10.2 2014-02-10 20:54:54 +01:00
Peter Simons
4d3b7d6327 haskell-preprocessor-tools: update to version 1.0.1 2014-02-10 20:54:54 +01:00
Peter Simons
7e5d1095d3 haskell-preprocessor-tools: update to version 0.1.3 2014-02-10 20:54:54 +01:00
Peter Simons
3d0163a084 haskell-pipes-attoparsec: update to version 0.4.0 2014-02-10 20:54:54 +01:00
Peter Simons
61d0a53ce4 haskell-persistent-template: update to version 1.3.1.1 2014-02-10 20:54:54 +01:00
Peter Simons
43a0f73638 haskell-persistent-sqlite: update to version 1.3.0.2 2014-02-10 20:54:54 +01:00
Peter Simons
9cfa09bdf7 haskell-persistent-postgresql: update to version 1.3.0.1 2014-02-10 20:54:54 +01:00
Peter Simons
c2a3e2daee haskell-logict: update to version 0.6.0.2 2014-02-10 20:54:54 +01:00
Peter Simons
c7767f3266 haskell-ixdopp: update to version 0.1.3 2014-02-10 20:54:54 +01:00
Peter Simons
cbd1ceb877 haskell-iCalendar: update to version 0.4 2014-02-10 20:54:54 +01:00
Peter Simons
258b077a3c haskell-http-conduit: update to version 2.0.0.5 2014-02-10 20:54:54 +01:00
Peter Simons
8bdbb96671 haskell-http-client: update to version 0.2.2.2 2014-02-10 20:54:54 +01:00
Peter Simons
579232ae5b haskell-http-client-tls: update to version 0.2.1.1 2014-02-10 20:54:53 +01:00
Peter Simons
9305df4363 haskell-hspec: update to version 1.8.3 2014-02-10 20:54:53 +01:00
Peter Simons
3cac682315 haskell-hspec-meta: update to version 1.8.3 2014-02-10 20:54:53 +01:00
Peter Simons
980c9e0540 haskell-hsimport: update to version 0.2.9 2014-02-10 20:54:53 +01:00
Peter Simons
9e4625d290 haskell-hamlet: update to version 1.1.7.7 2014-02-10 20:54:53 +01:00
Peter Simons
1d07d957b5 haskell-gtk: update to version 0.12.5.2 2014-02-10 20:54:53 +01:00
Peter Simons
f4f3d8092c haskell-gtk-traymanager: update to version 0.1.3 2014-02-10 20:54:53 +01:00
Peter Simons
9eb8b4854c haskell-ghc-mod: update to version 3.1.6 2014-02-10 20:54:53 +01:00
Peter Simons
3b417ab8df haskell-either: update to version 4.1.1 2014-02-10 20:54:53 +01:00
Peter Simons
b655b5c044 haskell-digestive-functors-aeson: update to version 1.1.5 2014-02-10 20:54:53 +01:00
Peter Simons
392d78a7dd haskell-diagrams-svg: update to version 1.0.1.3 2014-02-10 20:54:53 +01:00
Peter Simons
643c8e1aba haskell-diagrams-cairo: update to version 1.0.1.2 2014-02-10 20:54:53 +01:00
Peter Simons
afce4f0412 haskell-conduit: update to version 1.0.13.1 2014-02-10 20:54:53 +01:00
Peter Simons
eebaec72a1 haskell-cairo: update to version 0.12.5.1 2014-02-10 20:54:53 +01:00
Peter Simons
cc037323cd haskell-SafeSemaphore: update to version 0.10.0 2014-02-10 20:54:53 +01:00
Peter Simons
5e72710518 haskell-MonadRandom: update to version 0.1.13 2014-02-10 20:54:53 +01:00
Peter Simons
7be1c1f111 haskell-HTF: update to version 0.11.2 2014-02-10 20:54:53 +01:00
Peter Simons
877d850506 haskell-DAV: update to version 0.6.1 2014-02-10 20:54:53 +01:00
Peter Simons
96756095b7 haskell-idris: update to version 0.9.11.1 2014-02-10 20:54:53 +01:00
Peter Simons
4149ab9c50 haskell-cgi: update to version 3001.1.8.5 2014-02-10 20:54:52 +01:00
Peter Simons
84aa7e1434 haskell-lens: update to version 4.0.2 2014-02-10 20:54:52 +01:00
Peter Simons
a6a65c05d3 haskell-aeson: update to version 0.7.0.1 2014-02-10 20:54:52 +01:00
Vladimír Čunát
334a911ace libyaml: minor update 0.1.4 -> .5
The CVE patches are in the release now.
2014-02-10 19:24:25 +01:00
Vladimír Čunát
dfdf164f87 Merge master into x-updates
Conflicts (trivial):
	pkgs/games/spring/default.nix
2014-02-10 19:15:58 +01:00
Vladimír Čunát
74c34763e7 gdk_pixbuf: bugfix update 2.30.3 -> .4 2014-02-10 19:08:42 +01:00
Vladimír Čunát
159144c1e9 libpng(_apng): maintenance update 1.6.8 -> .9 2014-02-10 19:01:37 +01:00
Peter Simons
e37afbf53c Merge pull request #1712 from PkmX/pr-taffybar
Add haskell packages 'gtk-traymanager' and 'taffybar'
2014-02-10 10:53:08 +01:00
Peter Simons
cc8c7f61da Merge pull request #1715 from ocharles/haskellPackages.jsonAssertions
haskellPackages.jsonAssertions: New expression
2014-02-10 10:52:37 +01:00
Peter Simons
1c5647c817 Merge pull request #1716 from ocharles/haskellPackages.diff3
haskellPackages.diff3: New expression
2014-02-10 10:52:11 +01:00
Artyom Shalkhakov
52e99bc723 Bumping ATS/Postiats version to 0.0.5. 2014-02-09 16:26:46 +01:00
Oliver Charles
cf5513f240 haskellPackages.diff3: New expression 2014-02-09 12:27:41 +00:00
Oliver Charles
de6222577a haskellPackages.jsonAssertions: New expression 2014-02-09 12:26:39 +00:00
PkmX
807d01debd Add Haskell package 'gtk-traymanager' 2014-02-09 06:24:22 +08:00
Moritz Ulrich
18a03d7285 Leiningen: Update to 2.3.4 2014-02-08 21:48:50 +01:00
Domen Kožar
4a1e74673a pypy: support only linux for now 2014-02-08 20:27:57 +01:00
Domen Kožar
a23b87a13a pypy: disable a test with transient error #1634 2014-02-08 20:26:23 +01:00
Domen Kožar
b17edbac57 ModemManager: 0.5.4.0 -> 0.7.991 2014-02-08 20:17:00 +01:00
Domen Kožar
61f20ca45e libqmi: 1.0 -> 1.8.0, move outside gnome3 namespace, fix build 2014-02-08 20:17:00 +01:00
Moritz Ulrich
c983d23e33 elixir: Update to 0.12.3. 2014-02-08 19:05:31 +01:00
Moritz Ulrich
93f45ad2e5 Rebar: update to 2.2.0 2014-02-08 18:54:34 +01:00
Petr Rockai
63478d9590 Add fedpkg, koji &c. + their python dependencies. 2014-02-08 14:37:53 +01:00
Vladimír Čunát
4b5cfa6574 Merge #1699: firefox-27.0 and nss-3.15.4 2014-02-08 12:13:40 +01:00
Vladimír Čunát
9b69117fec Merge master into x-updates 2014-02-08 09:12:51 +01:00
Domen Kožar
b0f6170468 Merge pull request #1703 from PkmX/pr-ibus
Fix ibus-setup
2014-02-08 08:38:18 +01:00
Song Wenwu
aec17bfbd3 add guile-xcb 1.3 2014-02-08 10:54:37 +08:00
James Cook
6e6351a376 Merge remote-tracking branch 'official/master' into firefox_27 2014-02-07 17:31:54 -08:00
PkmX
f7e47552bf Add dconf to GIO_EXTRA_MODULES so ibus-setup doesn't use the memory backend. 2014-02-08 07:38:04 +08:00
PkmX
498c068799 Add pygobject3 to PYTHONPATH and add relevant paths to LD_LIBRRY_PATH and GI_TYPELIB_PATH to fix the perference GUI (ibus-setup). 2014-02-08 05:44:44 +08:00
Peter Simons
f163bce98d Merge pull request #1694 from oxij/haskell-updates
add several haskell packages
2014-02-07 19:47:49 +01:00
Jan Malakhovski
a8db8e15e6 add haskellPackages.ixdopp 2014-02-07 16:46:21 +00:00
William A. Kennington III
6b2533c48f glfw: Update packaging and add v3
This patch cleans up the previous glfw2 package. Additionally, it adds
glfw3 and makes that the new default glfw version.
2014-02-07 16:05:28 +00:00
Peter Simons
97f5ebd742 Merge pull request #1668 from errge/master
Added snapBlaze and sqliteSimple haskell packages
2014-02-07 16:45:10 +01:00
Jan Malakhovski
515d4ad8fe add haskellPackages.preprocessorTools (0.1.3 and 1.0.1) 2014-02-07 12:05:54 +00:00
Peter Simons
56d26d04ec haskell-sparse: jailbreak to fix build with current versions of vector-algorithms and QuickCheck
https://github.com/NixOS/nixpkgs/pull/1692
https://github.com/ekmett/sparse/issues/3
https://github.com/ekmett/sparse/issues/4
2014-02-07 10:04:38 +01:00
Thomas Tuegel
5b421f7bdb Add Haskell packages 'hybrid-vectors' and 'sparse'.
Also, disable the test suite of 'linear' which fails running the doctests.
2014-02-07 10:04:38 +01:00
Peter Simons
fabda56521 haskell-lens: update to version 4.0.1 2014-02-07 10:04:38 +01:00
Vladimír Čunát
6fa5612a46 gnutls2: fix build in chroot (/usr/bin/perl doc script)
I've got no idea how this could get triggered on Hydra, 97e7ce2 ?
2014-02-07 09:50:27 +01:00
Vladimír Čunát
35c586e624 boost149: fix CVE-2013-0252 by upstream patch
Also have just one patch per line in the expression.
2014-02-06 21:59:01 +01:00
James Cook
ce5f84ce56 nss: update to 3.15.4 2014-02-06 12:15:43 -08:00
Vladimír Čunát
72740390d7 libarchive: fix CVE-2013-0211 by upstream patch 2014-02-06 20:59:04 +01:00
Vladimír Čunát
1c3950dc9d gnutls31: update 3.1.12 -> .20, including CVE fixes
Also make gnutls32 the default gnutls.
CVE-2013-{4466,4487}
2014-02-06 20:49:23 +01:00