Commit Graph

11440 Commits

Author SHA1 Message Date
Peter Simons
50780aabe3 haskell-dns: update to version 1.2.2 2014-04-23 11:17:08 +02:00
Peter Simons
7cc98529c7 haskell-derive: update to version 2.5.15 2014-04-23 11:17:08 +02:00
Peter Simons
b16fcdcddf haskell-dataenc: update to version 0.14.0.6 2014-04-23 11:17:08 +02:00
Peter Simons
1983e40f10 haskell-cookie: update to version 0.4.1.1 2014-04-23 11:17:08 +02:00
Peter Simons
7f72b38f3c haskell-connection: update to version 0.2.1 2014-04-23 11:17:08 +02:00
Peter Simons
fef13a99f9 haskell-conduit: update to version 1.1.0.2 2014-04-23 11:17:08 +02:00
Peter Simons
7acbb2938a haskell-conduit-extra: update to version 1.1.0.1 2014-04-23 11:17:08 +02:00
Peter Simons
2a3cb33350 haskell-conduit-combinators: update to version 0.2.4.1 2014-04-23 11:17:08 +02:00
Peter Simons
00bc025d05 haskell-chell-quickcheck: update to version 0.2.3 2014-04-23 11:17:08 +02:00
Peter Simons
6fa686c078 haskell-atomic-primops: update to version 0.6.0.5 2014-04-23 11:17:08 +02:00
Peter Simons
0ab1f4305b haskell-alsa-pcm: update to version 0.6.0.2 2014-04-23 11:17:08 +02:00
Peter Simons
e138265a5b haskell-alsa-mixer: update to version 0.2.0.2 2014-04-23 11:17:08 +02:00
Peter Simons
d8e36fac62 haskell-aeson: update to version 0.7.0.3 2014-04-23 11:17:08 +02:00
Peter Simons
9eaa3ef5a2 haskell-RepLib: update to version 0.5.3.2 2014-04-23 11:17:07 +02:00
Peter Simons
aeafc12d89 haskell-gtk2hs-buildtools: update to version 0.12.5.2 2014-04-23 11:17:07 +02:00
Christoph Hrdinka
6b1d20abe8 haskell-msgpack: add version 0.7.2.5 2014-04-23 10:06:19 +02:00
Shea Levy
1c84988594 Merge branch 'gdk-pixbuf' of git://github.com/lethalman/nixpkgs 2014-04-22 16:01:19 -04:00
Luca Bruno
4a3508ad1a gdk-pixbuf: check for writable $out/.., closes #2115 2014-04-22 21:10:16 +02:00
Eelco Dolstra
83b43cfe51 dbus: Merge tools and daemon
This resolves a cyclic dependency: the daemon depends on tools (for
dbus-send) while tools depends on the daemon.  Keeping them separate
doesn't seem very useful in any case.
2014-04-22 17:38:53 +02:00
Eelco Dolstra
6fe24bda2d nss: Update to 3.16 2014-04-22 14:55:51 +02:00
Eelco Dolstra
393c9f2e02 nspr: Update to 4.10.4 2014-04-22 14:55:00 +02:00
Eelco Dolstra
6fec10dda3 libmicrohttpd: Disable tests
http://hydra.nixos.org/build/10584971
2014-04-22 10:05:51 +02:00
aszlig
28229d8ef1
SDL: Add alsaLib to propagatedNativeBuildInputs.
This is needed because the pkgconfig file contains linker flags for
alsa-lib. And we had it propagated before already.

Should fix build of quite a lot of SDL dependencies, such as SDL_image:

https://hydra.nixos.org/build/10558332

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-22 05:54:39 +02:00
Vladimír Čunát
f3ec500d48 libarchive: move patch into nixpkgs
Unfortunately, github periodically changes output even for raw diffs
(not just raw patches). I'm including the patch in nixpkgs.

I was unable to do it without hash change. Even if I added binary equal file.
2014-04-21 17:57:20 +02:00
John Wiegley
d393c6c538 Fix icu4c expression for latest gcc (fixes #2341) 2014-04-21 09:22:33 -05:00
aszlig
625d7b9043
Merge pull request #1928 from 'cross-win-osx'.
This includes a lot of fixes for cross-building to Windows and Mac OS X
and could possibly fix things even for non-cross-builds, like for
example OpenSSL on Windows.

The main reason for merging this in 14.04 already is that we already
have runInWindowsVM in master and it doesn't work until we actually
cross-build Cygwin's setup binary as the upstream version is a fast
moving target which gets _overwritten_ on every new release.

Conflicts:
	pkgs/top-level/all-packages.nix
2014-04-21 10:00:35 +02:00
aszlig
cdd1c9caa5
Merge branch 'chromium-refactor', closes #1798.
This implements some longstanding work of getting the Chromium
derivation more modular. Unfortunately, I didn't manage to decrease the
compile time, which was one of the primary goal for doing the refactor.
A main reason this didn't work out well was the fact that most bundled
libraries are so heavily patched that it's not possible within a limited
time frame to decouple it from the main derivation.

However, it should now be easier to build other derivations that build
upon Chromium, like libcef. Also, it finally adds support for the
non-free PepperAPI Flash and PDF plugins and support for fetching the
corresponding versions through the updater.
2014-04-21 09:50:50 +02:00
John Wiegley
a07455dd16 Add expression for cabal-install 1.20.0.0 2014-04-20 14:04:41 -05:00
Eelco Dolstra
4e8c2f0ff9 Merge branch 'systemd-update' 2014-04-20 19:31:01 +02:00
Vladimír Čunát
4160e65931 mediastreamer: fix build by updating
Probably broken by major ffmpeg update.
2014-04-19 22:06:22 +02:00
Vladimír Čunát
85c6634eb5 mesa: major update 10.0.4 -> 10.1.1 2014-04-19 13:18:41 +02:00
Domen Kožar
060a3da168 Merge pull request #2290 from ttuegel/ffmpeg
ffmpeg 2.1.4 -> 2.2.1
2014-04-19 13:09:55 +02:00
John Wiegley
599c2775dd Add expression for xml-lens 2014-04-19 11:21:15 +01:00
aszlig
a87208de58
libopus: Allow to enable custom modes.
The reason I'm not making this the default is because it seems to add
complexity and degrades performance of the library. For details have a
look at this lengthy discussion at:

https://bugs.debian.org/686777

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:45 +02:00
aszlig
4c8ec5e12e
v8: Bring back old version 3.14.
The current version of v8 breaks builds of nodejs, mongodb and
rethinkdb. So let's bring back the old package with annoying _3_14
version suffix so hopefully the corresponding maintainers will get rid
of that dependency :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:44 +02:00
aszlig
5e95ae5e88
libwebp: Enable (de)mux and decoder.
This is required to build Chromium. Making it a non-optional dependency
as it shouldn't really hurt other packages using it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:40 +02:00
aszlig
33acfbe917
minizip: New package based on zlib derivation.
This is needed by Chromium and is part of the zlib source tree in
contrib/, so let's propagate the version of zlib and use the same source
tree.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:40 +02:00
aszlig
7f47785d67
libwebp: Build with support for GIF and TIFF.
Not sure whether those are really needed for Chromium, but I suppose it
doesn't hurt to have support for conversion.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:39 +02:00
aszlig
a01f279d2e
libwebp: Update to new upstream version 0.4.0.
Now the version should be recent enough to be built against Chromium,
see: https://code.google.com/p/webp/issues/detail?id=122#c6

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:38 +02:00
aszlig
8ddc86d6e4
v8: Refactor package and update to version 3.25.9.
This now uses fetchurl instead of fetchsvn and now invokes gyp directly
instead of copying over the gyp command to the source tree.

Also, we're now using stdenv.is64bit to properly determine the host
architecture.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:38 +02:00
Michael Raskin
3c8311aae6 Merge pull request #2306 from jwiegley/logging
Update logging expression to 1.4.0
2014-04-18 10:46:59 -07:00
Michael Raskin
f45bcfb5e9 Merge pull request #2298 from jwiegley/hfsevents
Add hfsevents expression, and make fsnotify use it on darwin
2014-04-18 10:42:16 -07:00
Michael Raskin
d31cf5329e Merge pull request #2075 from iyzsong/webkit
get rid of old webkit packages
2014-04-18 10:10:29 -07:00
John Wiegley
1be71ec4a2 Update logging expression to 1.4.0 2014-04-17 21:48:05 -05:00
Rok Garbas
47d783ce9d sqlite: update to 3.8.4.3 2014-04-17 13:51:36 +01:00
Peter Simons
b6429a6aa4 Merge pull request #2291 from ttuegel/alsa-mixer
haskell-alsa-mixer 0.2.0.1 -> 0.2.0.2
2014-04-17 11:34:07 +02:00
John Wiegley
0556bc0fcb Add hfsevents expression, and make fsnotify use it on darwin 2014-04-16 16:43:32 -05:00
Peter Simons
2fcc5da447 Merge pull request #2255 from jwiegley/timeparsers
The timeparsers library requires convertible == 1.0.*
2014-04-16 20:59:54 +02:00
John Wiegley
df56712700 The timeparsers library requires convertible == 1.0.* 2014-04-16 13:09:31 -05:00
John Wiegley
78d452c93c Change aspell configure to use $out/lib/aspell 2014-04-16 12:59:27 -05:00
Domen Kožar
3a9f28ee08 Merge pull request #2185 from lethalman/gnome3
tracker, licenses.cc-by-30, gnome-user-docs, upgrade sushi, gnome-keyring service, gnome-user-share, gnome-tweak-tool, gnome-shell-extensions, xdg-user-dirs
2014-04-16 18:08:00 +02:00
Oliver Charles
3b3f7d2595 haskellPackages.digestiveFunctorsAeson: Update to 1.1.7 2014-04-16 16:39:12 +01:00
Thomas Tuegel
0b84d35175 Assume maintainership of alsa-mixer 2014-04-16 07:58:12 -05:00
Thomas Tuegel
d809a27859 haskell-alsa-mixer 0.2.0.1 -> 0.2.0.2 2014-04-16 07:51:38 -05:00
Thomas Tuegel
922e4f3858 ffmpeg 2.1.4 -> 2.2.1 2014-04-16 07:49:51 -05:00
Eelco Dolstra
ee9c068b0c systemd: Update to 212
Note that systemd no longer depends on dbus, so we're rid of the
cyclic dependency problem between systemd and dbus.

This commit incorporates from wkennington's systemd branch
(203dcff45002a63f6be75c65f1017021318cc839,
1f842558a95947261ece66f707bfa24faf5a9d88).
2014-04-16 00:59:26 +02:00
Peter Simons
cd64124f46 Merge pull request #2238 from bennofs/haskell-jailbreak-pipes-network
haskell: jailbreak pipes-network
2014-04-15 16:11:10 +02:00
Benno Fünfstück
0ae505179b haskell-pipes-network: add maintainers attribute again 2014-04-15 15:13:12 +02:00
Peter Simons
abdd87da3c haskell-text-icu: don't run test suite on Darwin
https://github.com/bos/text-icu/issues/6
https://github.com/NixOS/nixpkgs/pull/2254
2014-04-15 11:04:23 +02:00
Lukas Toth
f5fa89f198 haskellPackages.Unixutils: New expression 2014-04-15 10:43:38 +02:00
Lukas Toth
66e750190f haskellPackages.bzlib: New expression 2014-04-15 10:43:38 +02:00
Lukas Toth
cf63d8953c haskellPackages.Extra: New expression 2014-04-15 10:43:38 +02:00
Lukas Toth
1ae0fec71b haskellPackages.ipprint: New expression 2014-04-15 10:43:38 +02:00
John Wiegley
84dae6fe28 gsasl: fix build on Darwin (close #2260, fixes #2259)
@vcunat rewrote with "more standard" optional functions.
2014-04-14 21:38:23 +02:00
Vladimír Čunát
8340454544 mesa: have all output on /run/opengl-driver{,-32}
Fixes #2242 in a different way (cleaner, I hope).
2014-04-14 21:38:23 +02:00
Luca Bruno
dd23d9a5a7 libnotify: enable gobject introspection 2014-04-14 09:58:04 +02:00
Luca Bruno
64ce2101a4 telepathy-glib: update to 0.24.0
Adding a gnome online account was not possible due to
https://bugs.freedesktop.org/show_bug.cgi?id=68892
2014-04-14 09:58:04 +02:00
Bjørn Forsman
a555ee2412 xmlrpc-c: bump 1.25.26 -> .27
Release 1.25.27 (released March 15, 2014):

  Fix bug: When serializing a very large floating point number, sender
  of an XML-RPC message adds some junk after the decimal point. With
  assertion checking enabled, it just crashes. Broken in 1.15 (June 2008).
2014-04-13 19:16:02 +02:00
Benno Fünfstück
57a9eaab67 haskell: jailbreak pipes-network 2014-04-13 18:40:59 +02:00
宋文武
e9a8c8417f wildmidi: update to 0.3.6 2014-04-13 18:30:24 +02:00
Oliver Charles
7f4afcda7e Merge pull request #2235 from bennofs/haskell-monad-extras
haskell: add monad-extras
2014-04-13 12:11:27 +01:00
Bjørn Forsman
d1f875c6af lttng project: update from 2.3.0 to 2.4.1
(And update liburcu to 0.8.4 according to release notes for lttng 2.4.x.)

In addition to new features and bug fixes, version 2.4.x is needed to build
against Linux 3.12 (our new stable kernel).
2014-04-13 10:47:16 +02:00
Benno Fünfstück
7fed418b24 haskell: add monad-extras 2014-04-13 10:19:30 +02:00
Vladimír Čunát
1ae918b0d2 gtk3: bugfix update 3.12.0 -> .1 2014-04-12 20:25:15 +02:00
John Wiegley
0ef3c47778 Add recipes for a few Haskell libraries 2014-04-12 10:22:37 -05:00
Oliver Charles
1b7a8e6f5b Merge pull request #2217 from bennofs/haskell-uri
Add uri haskell package
2014-04-12 16:09:46 +01:00
Oliver Charles
3f1af5f709 haskellPackages.bert: Update to 1.2.2.2 2014-04-12 16:06:35 +01:00
Oliver Charles
99d8ef0673 haskellPackages.snapCORS: New expression 2014-04-12 16:04:40 +01:00
Benno Fünfstück
796ea8ee11 haskell: add uri package 2014-04-12 16:59:29 +02:00
Austin Seipp
cf24cf1184 capstone: attempt to fix Linux build, remove Darwin build
The Darwin build seems fixable but I can't test right now.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-11 21:41:14 -05:00
Austin Seipp
036a7708a2 libseccomp: attempt to fix Hydra build
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-11 21:37:19 -05:00
Peter Simons
50b1a8ea0b haskell-diagrams-postscript: update to version 1.0.2.4 2014-04-11 22:33:12 +02:00
Peter Simons
d2e61750df haskell-diagrams-lib: update to version 1.1.0.6 2014-04-11 22:33:11 +02:00
Peter Simons
ce15e84af3 haskell-diagrams-contrib: update to version 1.1.1.4 2014-04-11 22:33:11 +02:00
Peter Simons
716cffc1bb haskell-language-c-inline: re-generate with cabal2nix 2014-04-11 22:33:11 +02:00
Peter Simons
86177f06e9 haskell-haskell-src: add version 1.0.1.6 2014-04-11 22:33:11 +02:00
Peter Simons
f5dd4d383b haskell-HTTP: update to version 4000.2.12 2014-04-11 22:33:11 +02:00
Peter Simons
fd376138b2 haskell-yesod-core: update to version 1.2.12 2014-04-11 22:33:11 +02:00
Peter Simons
e77f2cd689 haskell-texmath: update to version 0.6.6.1 2014-04-11 22:33:11 +02:00
Peter Simons
43a77ee1ab haskell-monoid-extras: update to version 0.3.3.2 2014-04-11 22:33:11 +02:00
Peter Simons
2379850cad haskell-monad-logger: update to version 0.3.6 2014-04-11 22:33:11 +02:00
Peter Simons
ecbb36caf1 haskell-hxt: update to version 9.3.1.4 2014-04-11 22:33:11 +02:00
Peter Simons
35e8034716 haskell-hxt-unicode: update to version 9.0.2.2 2014-04-11 22:33:11 +02:00
Peter Simons
7cc83c8c74 haskell-dual-tree: update to version 0.2.0.2 2014-04-11 22:33:11 +02:00
Peter Simons
c203d9c5fa haskell-cereal-conduit: update to version 0.7.2.1 2014-04-11 22:33:11 +02:00
Peter Simons
a0264d3db8 haskell-active: update to version 0.1.0.12 2014-04-11 22:33:11 +02:00
Peter Simons
e1bdc5c164 haskell-statistics: add version 0.11.0.0 2014-04-11 22:33:11 +02:00
Peter Simons
ea95516bf8 haskell-parsers: add version 0.11 2014-04-11 22:33:11 +02:00
John Wiegley
8026caec43 Add c2hsc to haskell-packages.nix 2014-04-11 10:34:56 -05:00
Peter Simons
9818422bc0 Merge pull request #2203 from fmap/language-c-inline
New derivation: language-c-inline (haskell)
2014-04-11 11:45:45 +02:00
Vladimír Čunát
8c12816d59 pango on darwin: amend the wrong fix
I didn't realize pango doesn't depend on flex directly,
only through introspection which caused build problems by itself, too.
2014-04-11 09:57:26 +02:00
Peter Simons
b62ac3995c haskell-hastache: remove obsolete version 0.5.1 2014-04-11 09:53:16 +02:00
Peter Simons
cf000e0d0f haskell-yesod-persistent: update to version 1.2.2.3 2014-04-11 09:53:15 +02:00
Peter Simons
8c3a7ea68c haskell-yesod-form: update to version 1.3.8.2 2014-04-11 09:53:15 +02:00
Peter Simons
a72ef2976c haskell-yesod-auth: update to version 1.3.0.4 2014-04-11 09:53:15 +02:00
Peter Simons
967027576b haskell-thyme: update to version 0.3.3.0 2014-04-11 09:53:15 +02:00
Peter Simons
9b2b87379c haskell-tf-random: update to version 0.5 2014-04-11 09:53:15 +02:00
Peter Simons
37b804f7df haskell-semigroups: update to version 0.13.0.1 2014-04-11 09:53:15 +02:00
Peter Simons
977aa979bf haskell-quickcheck-instances: update to version 0.3.8 2014-04-11 09:53:15 +02:00
Peter Simons
237bf0f8b7 haskell-language-c: update to version 0.4.4 2014-04-11 09:53:15 +02:00
Peter Simons
47a7805337 haskell-hxt-xpath: update to version 9.1.2.1 2014-04-11 09:53:15 +02:00
Peter Simons
8fb3c001ee haskell-hmatrix: update to version 0.15.2.1 2014-04-11 09:53:15 +02:00
Peter Simons
5b0bd8e16e haskell-fay: update to version 0.19.2 2014-04-11 09:53:15 +02:00
Peter Simons
e39071103e haskell-diagrams-core: update to version 1.1.0.2 2014-04-11 09:53:14 +02:00
Peter Simons
73b6fdefa8 haskell-criterion: update to version 0.8.0.2 2014-04-11 09:53:14 +02:00
Peter Simons
820757f402 haskell-classy-prelude: update to version 0.9.0 2014-04-11 09:53:14 +02:00
Peter Simons
3dd79d7e62 haskell-classy-prelude-conduit: update to version 0.9.0 2014-04-11 09:53:14 +02:00
Peter Simons
6cbf27406d haskell-binary-conduit: update to version 1.2.1.1 2014-04-11 09:53:14 +02:00
Peter Simons
b0d1df0f8f haskell-aws: update to version 0.9 2014-04-11 09:53:14 +02:00
Peter Simons
6c0ce0abf7 haskell-active: update to version 0.1.0.11 2014-04-11 09:53:14 +02:00
Peter Simons
d65daf11b0 haskell-HTF: update to version 0.11.3.4 2014-04-11 09:53:14 +02:00
vi
7839df9a09 New derivation: language-c-inline (haskell) 2014-04-11 10:20:21 +08:00
Vladimír Čunát
297bcd2088 pango on darwin: attempt to fix build
Supply older flex (new doesn't build), and disable introspection.
2014-04-10 20:37:52 +02:00
Carles Pagès
8aa84644f9 libtxc_dxtn_s2tc: add v1.0 (close #2194)
S2TC is a patent-free S3TC compatible implementation and provides texture
compression to mesa.
2014-04-10 20:19:49 +02:00
Rickard Nilsson
fe7599b2b2 openldap: Update from 2.4.38 to 2.4.39 2014-04-10 14:10:33 +02:00
Mathijs Kwik
bf929ef73b faac is redistributable, hydra is allowed to build it. 2014-04-10 11:57:20 +02:00
Domen Kožar
d912cdf264 gstreamer-1.0: use different function name for env hook than gstreamer-0.10 2014-04-09 23:04:57 +00:00
Domen Kožar
e5e27cfd64 Merge pull request #2153 from lethalman/gnome3
accounts-daemon service, fix gnome-shell, add libgnomekbd, musicbrainz5, sushi, gnome-contacts
2014-04-09 15:01:17 +02:00
Peter Simons
1bf2bd612c haskell-HTF: update to version 0.11.3.0 2014-04-09 13:33:30 +02:00
Peter Simons
011f22e49b haskell-yesod-core: update to version 1.2.11.1 2014-04-09 13:33:30 +02:00
Peter Simons
a138d54df2 haskell-websockets: update to version 0.8.2.1 2014-04-09 13:33:30 +02:00
Peter Simons
cde2e2839a haskell-warp: update to version 2.1.4 2014-04-09 13:33:30 +02:00
Peter Simons
b67feb0990 haskell-warp-tls: update to version 2.0.3.3 2014-04-09 13:33:30 +02:00
Peter Simons
0a74f6d3e7 haskell-wai: update to version 2.1.0.2 2014-04-09 13:33:30 +02:00
Peter Simons
2986e7cb24 haskell-streaming-commons: update to version 0.1.1 2014-04-09 13:33:30 +02:00
Peter Simons
f063e5e592 haskell-network-simple: update to version 0.3.1 2014-04-09 13:33:30 +02:00
Peter Simons
7fdd6b1880 haskell-monad-logger: update to version 0.3.5.1 2014-04-09 13:33:30 +02:00
Peter Simons
b34cc2cd2e haskell-mime-types: update to version 0.1.0.4 2014-04-09 13:33:30 +02:00
Peter Simons
346f6037c0 haskell-hashed-storage: update to version 0.5.11 2014-04-09 13:33:29 +02:00
Peter Simons
51c6724fa3 haskell-esqueleto: update to version 1.3.10 2014-04-09 13:33:29 +02:00
Peter Simons
7ff62b5ddc haskell-direct-sqlite: update to version 2.3.12 2014-04-09 13:33:29 +02:00
Peter Simons
8cd9a5145b haskell-scotty: update to version 0.7.2 2014-04-09 13:33:29 +02:00
Oliver Charles
18039f52bb Merge pull request #2181 from fmap/stuff
Derivations for HandsomeSoup and hxt-xpath (Haskell.)
2014-04-09 12:04:55 +01:00
Peter Simons
9def193598 libsigcxx: update from 2.2.11 to 2.3.1 2014-04-09 12:41:10 +02:00
vi
09e245b3ab Derivations for HandsomeSoup and hxt-xpath (Haskell.) 2014-04-09 18:36:49 +08:00
Peter Simons
9b4e914dac Merge pull request #2171 from ocharles/remove-lens-aeson
Remove haskellPackages.lensAeson
2014-04-09 11:53:07 +02:00
Mathijs Kwik
fccf059216 Merge pull request #2159 from lethalman/gst-no-faac
gst-plugins-bad: disable faac by default because it's unfree
2014-04-09 06:47:16 +02:00
Austin Seipp
692ee73af1 libseccomp: version 2.1.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 19:37:47 -05:00
Luca Bruno
3010e63fb7 gst-plugins-bad: disable faac by default because it's unfree
A lot of packages are not built in hydra due to gst-plugins-bad
being unfree. Make faac dependency optional.
2014-04-08 22:53:07 +02:00
Peter Simons
e49e74ebf4 haskell-twitter-types: update to version 0.2.20140407 2014-04-08 21:37:58 +02:00
Peter Simons
bed88f0ff7 haskell-twitter-conduit: update to version 0.0.2.1 2014-04-08 21:37:58 +02:00
Peter Simons
ef5661c01f haskell-tasty: update to version 0.8.0.4 2014-04-08 21:37:58 +02:00
Peter Simons
b885ecf16c haskell-http-client-multipart: update to version 0.3.0.0 2014-04-08 21:37:58 +02:00
Peter Simons
556736cc2b haskell-hakyll: update to version 4.5.1.0 2014-04-08 21:37:58 +02:00
Peter Simons
363d62dbfd haskell-ghc-mod: update to version 4.0.2 2014-04-08 21:37:58 +02:00
Peter Simons
26972702e0 haskell-dyre: update to version 0.8.12 2014-04-08 21:37:58 +02:00
Peter Simons
485dc4d93b haskell-Chart: update to version 1.2.2 2014-04-08 21:37:58 +02:00
Peter Simons
849b2144ab haskell-Chart-gtk: update to version 1.2.2 2014-04-08 21:37:57 +02:00
Peter Simons
b7f8dbf57d haskell-Chart-diagrams: update to version 1.2.2 2014-04-08 21:37:57 +02:00
Peter Simons
9553141e21 haskell-Chart-cairo: update to version 1.2.2 2014-04-08 21:37:57 +02:00
Oliver Charles
f251d0d386 Remove haskellPackages.lensAeson
This is now part of haskellPackages.lens
2014-04-08 17:21:47 +01:00
Austin Seipp
57cfb4315e haskell: sbv 3.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 10:12:58 -05:00
Austin Seipp
968740e0c1 capstone: version 2.1.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 07:04:19 -05:00
Luca Bruno
9b737eb282 libmusicbrainz5: new major version 2014-04-08 13:39:51 +02:00
Luca Bruno
b0d0ffc0b2 libxklavier: add gobject introspection support 2014-04-08 13:39:50 +02:00
Luca Bruno
06614031d6 accountservice: add dbus and systemd services
Enable by default with gnome3.
2014-04-08 13:39:48 +02:00
Oliver Charles
1e7c38920d Remove haskellPackages.aesonLens
This doesn't build, has no reverse dependencies, and the lens library
itself now provides this functionality.
2014-04-08 11:44:41 +01:00
Oliver Charles
3a9a8b58ad haskellPackages.httpClientMultipart: Do not build haddocks
This package now has no modules, so there is no documentation to build.
The library itself is deprecated, and should probably be removed from
nixpkgs soon.
2014-04-08 11:35:20 +01:00
Shea Levy
cea0460d41 Missed file 2014-04-07 16:37:02 -04:00
Shea Levy
c7899ae8ea haskell-libjenkins: fix build with new conduit 2014-04-07 16:35:26 -04:00
Shea Levy
08c7105503 haskell-scotty: fix build with new conduit 2014-04-07 16:35:12 -04:00
Domen Kožar
1140f06e0f openssl: 1.0.1f -> 1.0.1g
CVE-2014-0160, CVE-2014-0076
2014-04-07 20:33:38 +02:00
Peter Simons
a29b90b4c7 haskell-language-javascript: update to version 0.5.12 2014-04-07 17:06:37 +02:00
Peter Simons
017a8975e7 haskell-github: patch to fix build with recent versions of conduit
Cc: @jwiegley
2014-04-07 17:06:37 +02:00
Peter Simons
9ec3e833f7 hledger-web: patch to fix build with recent versions of conduit
Cc: @simonmichael
2014-04-07 17:06:37 +02:00
Peter Simons
8673cef70d haskell-yesod-core: update to version 1.2.11 2014-04-07 17:06:36 +02:00
Peter Simons
180673ccec haskell-yesod-bin: update to version 1.2.8 2014-04-07 17:06:36 +02:00
Peter Simons
aebf705dbf haskell-twitter-types: update to version 0.2.20140406 2014-04-07 17:06:36 +02:00
Peter Simons
9b15ca7178 haskell-temporary: update to version 1.2.0.2 2014-04-07 17:06:36 +02:00
Peter Simons
73411b90dd haskell-resourcet: update to version 1.1.1 2014-04-07 17:06:36 +02:00
Peter Simons
cbe4a977de haskell-random-fu: update to version 0.2.5.0 2014-04-07 17:06:36 +02:00
Peter Simons
7e539c72ef haskell-quickcheck-io: update to version 0.1.1 2014-04-07 17:06:36 +02:00
Peter Simons
59f7f63792 haskell-hspec: update to version 1.9.2 2014-04-07 17:06:35 +02:00
Peter Simons
7f6404001d haskell-hspec-meta: update to version 1.9.2 2014-04-07 17:06:35 +02:00
Peter Simons
afd7e3c1de haskell-hakyll: update to version 4.5.0.2 2014-04-07 17:06:35 +02:00
Peter Simons
1b32db652a haskell-fay: update to version 0.19.1.2 2014-04-07 17:06:35 +02:00
Peter Simons
ec4e1295ca haskell-fay-base: update to version 0.19.1.1 2014-04-07 17:06:35 +02:00
Peter Simons
9e04637777 haskell-cryptohash-cryptoapi: update to version 0.1.3 2014-04-07 17:06:35 +02:00
Peter Simons
448d6458a6 haskell-crypto-conduit: update to version 0.5.3 2014-04-07 17:06:34 +02:00
Peter Simons
b5ab38cd74 haskell-TypeCompose: update to version 0.9.10 2014-04-07 17:06:34 +02:00
Peter Simons
e235f6b608 haskell-Hipmunk: update to version 5.2.0.13 2014-04-07 17:06:34 +02:00
Peter Simons
1acfe0a811 haskell-HStringTemplate: update to version 0.7.3 2014-04-07 17:06:34 +02:00
Peter Simons
6acbb0df12 haskell-DAV: update to version 0.6.2 2014-04-07 17:06:34 +02:00
Peter Simons
53d7a1c882 haskell-criterion: downgrade to hastache 0.5.1 to fix the build
Closes <https://github.com/NixOS/nixpkgs/pull/2133>.
2014-04-07 11:54:57 +02:00
vi
3d3648f261 Added a derivation for Ozgun's's retry (Haskell.) 2014-04-07 12:15:33 +08:00
Peter Simons
4b57acece1 haskell-http-client-conduit: there is no code in this module to generate documentation for 2014-04-06 21:54:46 +02:00
Peter Simons
acd673be4b haskell-zlib-conduit: there is no code in this module to generate documentation for 2014-04-06 21:54:46 +02:00
Peter Simons
5fcc9d2b68 haskell-network-conduit: there is no code in this module to generate documentation for 2014-04-06 21:54:45 +02:00
Peter Simons
ee7880993b haskell-attoparsec-conduit: there is no code in this module to generate documentation for 2014-04-06 21:54:45 +02:00
Peter Simons
2a0a12f333 Upgrade hashable to version 1.2.x.
This change in the GHC 7.6.3 profile violates Haskell Platform, but it fixes
many builds that would not succeed otherwise (such as Trifecta). Overriding
hashable locally in an expression is out of question: the package is used
virtually everywhere.
2014-04-06 21:54:45 +02:00
Peter Simons
ea916f0b32 haskell-blaze-builder-conduit: there is no code in this module to generate documentation for 2014-04-06 21:54:03 +02:00
Peter Simons
5f45cc48c5 haskell-intervals: update to version 0.7 2014-04-06 21:54:02 +02:00
Peter Simons
0b3100322e haskell-exceptions: update to version 0.5 2014-04-06 21:54:02 +02:00
Peter Simons
8375a09cbb haskell-zlib-conduit: update to version 1.1.0 2014-04-06 21:53:23 +02:00
Peter Simons
3b9fff330c haskell-thyme: update to version 0.3.2.0 2014-04-06 21:53:23 +02:00
Peter Simons
30177a3c8f haskell-tagstream-conduit: update to version 0.5.5.1 2014-04-06 21:53:23 +02:00
Peter Simons
7f143d5646 haskell-stm-conduit: update to version 2.4.0 2014-04-06 21:53:23 +02:00
Peter Simons
fe1584ef18 haskell-snap-loader-dynamic: update to version 0.10.0.1 2014-04-06 21:53:23 +02:00
Peter Simons
ca00f844ae haskell-scotty-hastache: update to version 0.2.1 2014-04-06 21:53:23 +02:00
Peter Simons
a9290ec05f haskell-resourcet: update to version 1.1.0.1 2014-04-06 21:53:22 +02:00
Peter Simons
5ef1beb6d2 haskell-process-conduit: update to version 1.1.0.0 2014-04-06 21:53:22 +02:00
Peter Simons
52eaa92c9f haskell-pool-conduit: update to version 0.1.2.3 2014-04-06 21:53:22 +02:00
Peter Simons
c94833a157 haskell-pipes-safe: update to version 2.1.0 2014-04-06 21:53:22 +02:00
Peter Simons
78fc4f1083 haskell-network-conduit: update to version 1.1.0 2014-04-06 21:53:22 +02:00
Peter Simons
6bef23dd15 haskell-network-conduit-tls: update to version 1.1.0 2014-04-06 21:53:22 +02:00
Peter Simons
d5f85b022a haskell-mime-mail: update to version 0.4.5.1 2014-04-06 21:53:22 +02:00
Peter Simons
dbd66791a5 haskell-http-types: update to version 0.8.4 2014-04-06 21:53:21 +02:00
Peter Simons
7c5538a586 haskell-http-reverse-proxy: update to version 0.3.1.5 2014-04-06 21:53:21 +02:00
Peter Simons
837c45dc0a haskell-http-conduit: update to version 2.1.0 2014-04-06 21:53:21 +02:00
Peter Simons
e97158dca2 haskell-http-client: update to version 0.3.0.2 2014-04-06 21:53:21 +02:00
Peter Simons
ac9a4fc812 haskell-http-client-multipart: update to version 0.3.0.0 2014-04-06 21:53:20 +02:00
Peter Simons
77a6ba8e0b haskell-http-client-conduit: update to version 0.3.0 2014-04-06 21:53:19 +02:00
Peter Simons
a0d08de0c6 haskell-ghc-mtl: update to version 1.2.0.0 2014-04-06 21:53:19 +02:00
Peter Simons
0fc2a8e025 haskell-esqueleto: update to version 1.3.9 2014-04-06 21:53:19 +02:00
Peter Simons
7ccdd41c27 haskell-distributive: update to version 0.4.3.1 2014-04-06 21:53:19 +02:00
Peter Simons
c94198f13e haskell-diagrams-lib: update to version 1.1.0.4 2014-04-06 21:53:18 +02:00
Peter Simons
065e44f198 haskell-conduit: update to version 1.1.0 2014-04-06 21:53:18 +02:00
Peter Simons
940ba2cf76 haskell-conduit-extra: update to version 1.1.0 2014-04-06 21:53:18 +02:00
Peter Simons
5a5fe665f8 haskell-conduit-combinators: update to version 0.2.4 2014-04-06 21:53:18 +02:00
Peter Simons
005dad6f3a haskell-classy-prelude: update to version 0.8.3.1 2014-04-06 21:53:18 +02:00
Peter Simons
3c44347262 haskell-classy-prelude-conduit: update to version 0.8.1 2014-04-06 21:53:18 +02:00
Peter Simons
2b2ddb5165 haskell-checkers: update to version 0.3.2 2014-04-06 21:53:18 +02:00
Peter Simons
b19cfe15ae haskell-blaze-builder-conduit: update to version 1.1.0 2014-04-06 21:53:18 +02:00
Peter Simons
5f8857d4f5 haskell-basic-prelude: update to version 0.3.8 2014-04-06 21:53:17 +02:00
Peter Simons
6a8decdf58 haskell-aws: update to version 0.8.6 2014-04-06 21:53:17 +02:00
Peter Simons
713bac5351 haskell-attoparsec-conduit: update to version 1.1.0 2014-04-06 21:53:17 +02:00
Peter Simons
bda2594998 haskell-language-ecmascript: update to version 0.16.1 2014-04-06 21:53:17 +02:00
Peter Simons
9b4cd56e99 haskell-hspec: update to version 1.9.1 2014-04-06 21:53:17 +02:00
Peter Simons
481df7e6cd haskell-hoogle: update to version 4.2.31 2014-04-06 21:53:17 +02:00
Peter Simons
b605e51010 haskell-hint: update to version 0.4.1.0 2014-04-06 21:53:17 +02:00
Peter Simons
8c022626b2 haskell-hakyll: update to version 4.5.0.1 2014-04-06 21:53:16 +02:00
Peter Simons
ee105b4a94 haskell-fb: update to version 1.0 2014-04-06 21:53:16 +02:00
Peter Simons
36ac60f757 haskell-dns: update to version 1.2.1 2014-04-06 21:53:16 +02:00
Peter Simons
267a1692f3 haskell-fdo-notify: add version 0.3.1 2014-04-06 21:53:16 +02:00
Peter Simons
483e2d7d7d haskell-smtps-gmail: update to version 1.1.1 2014-04-06 21:53:16 +02:00
Peter Simons
070f071469 cosmetic: re-generate expressions with cabal2nix 2014-04-06 21:53:16 +02:00
Peter Simons
7863956686 haskell-trifecta: update to version 1.4.2 2014-04-06 21:53:15 +02:00
Domen Kožar
29bc5feb1d Merge pull request #2139 from lethalman/gnome3
Fix gsettings schemas usage for several packages due to #1901
2014-04-06 13:59:46 +02:00
Mathijs Kwik
6249cc729e add haskell-syntactic-1.11 2014-04-06 11:47:47 +02:00
Mathijs Kwik
773ce7aa32 add haskell-tree-view-0.4 2014-04-06 11:47:46 +02:00