Commit Graph

9585 Commits

Author SHA1 Message Date
Peter Simons
5f481cef8e haskell-persistent-template: update to version 1.3.0 2013-12-29 12:26:05 +01:00
Peter Simons
7f84c7394b haskell-persistent-sqlite: update to version 1.3.0 2013-12-29 12:26:05 +01:00
Peter Simons
2f6ccb037c haskell-persistent-postgresql: update to version 1.3.0 2013-12-29 12:26:05 +01:00
Peter Simons
d4a5eb8e1f haskell-mono-traversable: update to version 0.2.0.0 2013-12-29 12:26:05 +01:00
Peter Simons
86eb9b78b5 haskell-monad-logger: update to version 0.3.4.0 2013-12-29 12:26:05 +01:00
Peter Simons
36b02e9431 haskell-either: update to version 4.1 2013-12-29 12:26:05 +01:00
Peter Simons
e698851cc1 haskell-classy-prelude: update to version 0.7.0 2013-12-29 12:26:05 +01:00
Peter Simons
e097ad80b5 haskell-classy-prelude-conduit: update to version 0.7.0 2013-12-29 12:26:05 +01:00
Peter Simons
ce829e2c6b haskell-ansi-wl-pprint: update to version 0.6.7.1 2013-12-29 12:26:05 +01:00
Peter Simons
0e1c29e0ad haskell-HsOpenSSL: update to version 0.10.4 2013-12-29 12:26:05 +01:00
Peter Simons
63e37a4f1f haskell-DRBG: add version 0.5.1 2013-12-29 12:26:05 +01:00
Peter Simons
6646b80027 haskell-cipher-aes128: add version 0.5 2013-12-29 12:26:05 +01:00
Peter Simons
5b37e9b543 haskell-prettyclass: add version 1.0.0.0 2013-12-29 12:26:05 +01:00
Peter Simons
074fee59c5 haskell-yesod-static: update to version 1.2.2.1 2013-12-29 12:26:05 +01:00
Peter Simons
8d18c2cfbc haskell-wai-logger: update to version 2.0.2 2013-12-29 12:26:04 +01:00
Peter Simons
0e2c35b89c haskell-wai-extra: update to version 2.0.1.1 2013-12-29 12:26:04 +01:00
Peter Simons
0e87adf3f2 haskell-lens: update to version 3.10.1 2013-12-29 12:26:04 +01:00
Peter Simons
87d05fcea5 haskell-fclabels: update to version 2.0.1 2013-12-29 12:26:04 +01:00
Peter Simons
6ee7b328d1 haskell-fast-logger: update to version 2.0.3 2013-12-29 12:26:04 +01:00
Peter Simons
053120f28f haskell-digestive-functors-heist: update to version 0.8.4.0 2013-12-29 12:26:04 +01:00
Peter Simons
1f71eab618 haskell-crypto-pubkey: update to version 0.2.4 2013-12-29 12:26:04 +01:00
Peter Simons
fa7e494b25 haskell-RSA: update to version 2.0 2013-12-29 12:26:04 +01:00
Vladimír Čunát
e740b565cf Merge master into stdenv-updates
Conflicts (easy):
	pkgs/development/compilers/llvm/default.nix
	pkgs/development/compilers/openjdk/default.nix
	pkgs/development/libraries/icu/default.nix
	pkgs/development/libraries/libssh/default.nix
	pkgs/development/libraries/libxslt/default.nix
	pkgs/development/tools/parsing/bison/3.x.nix
2013-12-29 10:01:22 +01:00
Shea Levy
d59d4dd9a5 Add haskellPackages.robotsTxt
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-12-28 17:34:47 -05:00
Shea Levy
e5898a4f95 Add haskellPackages.heredoc
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-12-28 17:33:52 -05:00
Vladimír Čunát
cb639302df Merge glibc-2.18 branch into stdenv-updates
It's to separate from other changes coming from master.

Conflicts:
	pkgs/development/libraries/glibc/2.18/common.nix (taking both changes)
	pkgs/development/libraries/ncurses/5_4.nix (deleted)
2013-12-28 18:51:23 +01:00
Vladimír Čunát
a126ce011a gnumeric: add schemas and icons, refactor
Also move goffice under gnome3,
as it's released in the same way.
2013-12-28 15:45:20 +01:00
Rob Vermaas
8cb70b0b93 Upgrade cppunit to 1.13.2 2013-12-27 08:25:39 +01:00
Bjørn Forsman
2b2c55e34a ncurses: add ncurses5-config -> ncursesw5-config symlink
We already have backward compatibility symlinks for ncurses libraries
and pkg-config files (when built in unicode/wide mode). The last bit is
to add a symlink from ncurses5-config to ncursesw5-config, which is what
this commit does.
2013-12-26 18:51:48 +01:00
Bjørn Forsman
50253a3e84 ncurses: install *.pc files (for pkg-config)
To make e.g. "pkg-config --cflags ncursesw" work.

The ncurses expression, when built in unicode/wide char mode, provides
backward compatibility symlinks from lib<name>.so to lib<name>w.so.
Provide similar symlinks for the *.pc files: <name>.pc -> <name>w.pc.
2013-12-26 18:31:24 +01:00
Eelco Dolstra
9f75797d0b Merge remote-tracking branch 'origin/glibc-2.18' 2013-12-26 14:49:19 +01:00
Vladimír Čunát
b80d1c5923 Merge x-updates 2013-12-25 23:56:41 +01:00
Vladimír Čunát
28cb01ee89 libtiff on darwin: attempt to fix build 2013-12-25 18:51:35 +01:00
Vladimír Čunát
2abbce201a gdal: add libtiff to buildInputs as well (fix build)
so that its private deps propagate.
2013-12-25 11:11:59 +01:00
Evgeny Egorochkin
91decd3a35 libtorrentRasterbar: add missing dependencies 2013-12-24 23:19:55 +02:00
Nixpkgs Monitor
dad3202472 libtorrentRasterbar: update from 0.16.12 to 0.16.13 2013-12-24 22:20:50 +02:00
Ricardo M. Correia
94536ea09f nss: Fix patch download URL 2013-12-24 11:16:58 +01:00
Mathijs Kwik
0bf0610d14 libpng: upgrade apng patch .7 -> .8 2013-12-24 10:52:42 +01:00
Peter Simons
c380995686 haskell-yesod-auth: update to version 1.2.5.1 2013-12-23 22:30:43 +01:00
Peter Simons
b0b46acdf0 haskell-xdot: update to version 0.2.4.2 2013-12-23 22:30:43 +01:00
Peter Simons
70ccb085df haskell-wl-pprint-text: update to version 1.1.0.1 2013-12-23 22:30:43 +01:00
Peter Simons
a7c748f43e haskell-scotty: update to version 0.6.2 2013-12-23 22:30:43 +01:00
Peter Simons
beb05c1640 haskell-ghc-vis: update to version 0.7.2.1 2013-12-23 22:30:43 +01:00
Peter Simons
047988fe49 haskell-force-layout: update to version 0.2.0.1 2013-12-23 22:30:43 +01:00
Peter Simons
969e23d5d1 haskell-direct-sqlite: update to version 2.3.9 2013-12-23 22:30:43 +01:00
Peter Simons
682dac229c haskell-circle-packing: update to version 0.1.0.3 2013-12-23 22:30:43 +01:00
Peter Simons
4ca7f09ce5 haskell-yesod-auth: update to version 1.2.5.0 2013-12-23 22:30:43 +01:00
Peter Simons
d192c499d0 haskell-unix-process-conduit: update to version 0.2.2.2 2013-12-23 22:30:43 +01:00
Peter Simons
069166a454 haskell-postgresql-simple: update to version 0.4.0.1 2013-12-23 22:30:43 +01:00
Peter Simons
9a3b54a556 haskell-postgresql-libpq: update to version 0.8.2.6 2013-12-23 22:30:43 +01:00
Peter Simons
0317d6fd35 haskell-persistent: update to version 1.2.3.2 2013-12-23 22:30:42 +01:00
Peter Simons
dae18b0d6c haskell-persistent-postgresql: update to version 1.2.1.3 2013-12-23 22:30:42 +01:00
Peter Simons
c460ce3650 haskell-mongoDB: update to version 1.4.4 2013-12-23 22:30:42 +01:00
Peter Simons
faedadea28 haskell-digestive-functors-heist: update to version 0.8.3.1 2013-12-23 22:30:42 +01:00
Peter Simons
d57b9b0b8b haskell-github: update to version 0.7.3 2013-12-23 22:30:42 +01:00
Vladimír Čunát
91ead93811 libxslt: minor update to fix DOS security problem 2013-12-23 19:42:19 +01:00
Vladimír Čunát
50ac037864 Merge master into x-updates 2013-12-23 19:27:14 +01:00
Vladimír Čunát
b89ab32c60 cogl: fix build, enable some features 2013-12-23 19:25:29 +01:00
Peter Simons
6518480c1b Merge pull request #1401 from monocell/haskore
haskore: new package
2013-12-23 09:13:05 -08:00
Vladimír Čunát
a84d2267d1 qt4: fix CVE-2013-4549.patch 2013-12-23 18:11:15 +01:00
Vladimír Čunát
7a93e63ae9 libmng: update 1.0.10 -> 2.0.2, drop autotools phase 2013-12-23 18:10:54 +01:00
Vladimír Čunát
a1cfb23d73 libtiff: pull (mostly) security patches from Arch
Also enable lzma support and check phase.
2013-12-23 18:06:47 +01:00
Mathijs Kwik
82131d5013 clucene_core: switch to versioning scheme to make overriding easier 2013-12-23 15:48:35 +01:00
Mathijs Kwik
e3acde0b44 ffmpeg: switch to default versioning-scheme 2013-12-23 11:03:09 +01:00
Mathijs Kwik
e9a9fcc8d1 ffms: upgrade to 2.19 2013-12-23 10:25:16 +01:00
Mathijs Kwik
4a909c7be3 log4cxx: depend on db4 instead of db45 2013-12-23 10:25:16 +01:00
Mathijs Kwik
2dd32f1e3d gst-plugins-ugly: upgrade to 0.10.19
- enable x264 support
- enable orc support
2013-12-23 10:25:15 +01:00
Mathijs Kwik
1e695ec40b gst-plugins-bad: upgrade to 0.10.23
- enable orc support
2013-12-23 10:25:15 +01:00
Mathijs Kwik
d81200da88 gst-plugins-good: enable vpx, gdkpixbuf and orc support 2013-12-23 10:25:15 +01:00
Mathijs Kwik
eb51293c30 gst-plugins-base: enable orc support 2013-12-23 10:25:14 +01:00
Mathijs Kwik
f1be397249 gst-ffmpeg: upgrade to 0.10.13
- enabled orc support
2013-12-23 10:25:14 +01:00
Mathijs Kwik
8e85e17a99 ffmpeg-1: upgrade to 1.2.4 2013-12-23 10:25:14 +01:00
Mathijs Kwik
2de160c594 ffmpeg-0.10: upgrade to 0.10.10 2013-12-23 10:25:14 +01:00
Emil Rangden
5a90dd86da add haskellPackages.haskore 2013-12-23 10:25:06 +01:00
Emil Rangden
1e8dcf3921 add haskellPackages.midi 2013-12-23 10:25:06 +01:00
Emil Rangden
f4204813c6 add haskellPackages.markovChain 2013-12-23 10:25:06 +01:00
Emil Rangden
d62b286c7f add haskellPackages.monoidTransformer 2013-12-23 10:25:06 +01:00
Emil Rangden
bdae7f99ea add haskellPackages.eventList 2013-12-23 10:25:05 +01:00
Mathijs Kwik
86c298b510 add rethinkdb haskell driver 2013-12-23 10:21:20 +01:00
Mathijs Kwik
5188f7f939 add haskell-protocol-buffers-descriptor 2013-12-23 10:21:20 +01:00
Mathijs Kwik
98334e1d0a add haskell-protocol-buffers 2013-12-23 10:21:20 +01:00
Mathijs Kwik
c693d2e7fa haskell-trifecta 1.2: relax comonad dependency 2013-12-23 10:21:19 +01:00
Mathijs Kwik
1f42e5c565 haskell-trifecta 1.1: relax comonad dependency 2013-12-23 10:21:19 +01:00
Mathijs Kwik
1b88488988 gperftools: upgrade to 2.1 2013-12-23 10:21:18 +01:00
Nixpkgs Monitor
424c47be88 simgear: update from 2.12.0 to 2.12.1 2013-12-23 05:20:28 +02:00
Nixpkgs Monitor
7b5c0b39d2 tcllib: update from 1.14 to 1.15 2013-12-23 05:15:00 +02:00
Karn Kallio
a0297b7be4 Add older mdds as libreoffice does not build with current version. 2013-12-22 20:29:07 +02:00
Nixpkgs Monitor
f7fafb6931 telepathy_glib: update from 0.20.4 to 0.22.0 2013-12-22 01:25:30 +02:00
Vladimír Čunát
51c83e927d gdk_pixbuf: minor update (mainly JPEG fixes) 2013-12-21 15:14:55 +01:00
Vladimír Čunát
f4782016ed libpng: minor update 1.6.7 -> .8
Fixes a potential segfault.
2013-12-21 15:14:05 +01:00
Vladimír Čunát
2b24f1349a Merge master into x-updates 2013-12-21 10:20:55 +01:00
James Cook
f6b3e2ca54 libjpeg-turbo: Patch to fix CVE-2013-6629 and CVE-2013-6630.
Merge #1399.
2013-12-21 10:20:02 +01:00
Evgeny Egorochkin
e16d2b7e03 libunwind: propagate xz 2013-12-21 10:48:53 +02:00
Nixpkgs Monitor
f760304aaa mdds: update from 0.7.1 to 0.8.1 2013-12-21 04:05:57 +02:00
Nixpkgs Monitor
cb6235c58e goffice_0_10: update from 0.10.0 to 0.10.9 2013-12-21 02:28:28 +02:00
Nixpkgs Monitor
b9fb4db217 snappy: update from 1.1.0 to 1.1.1 2013-12-21 02:28:27 +02:00
Nixpkgs Monitor
0ebf8e4e9b suil: update from 0.6.10 to 0.6.16 2013-12-21 02:28:27 +02:00
Evgeny Egorochkin
9fa0c71401 add libgcrypt-1.6 2013-12-21 02:28:26 +02:00
Evgeny Egorochkin
9725eb13ef libunwind: add missing xz dependency 2013-12-21 02:28:26 +02:00
Nixpkgs Monitor
8eef07e6b0 libunwind: update from 1.0.1 to 1.1 2013-12-21 02:28:26 +02:00