Commit graph

32184 commits

Author SHA1 Message Date
Eelco Dolstra c3bc8b2996 ldb: 1.1.26 -> 1.1.27
Also, strip the modules to prevent a dependency on gcc.
2016-09-19 20:03:40 +02:00
Eelco Dolstra dbb9e2e847 tevent: 0.9.28 -> 0.9.30 2016-09-19 20:03:39 +02:00
Eelco Dolstra 8b7f83a146 tdb: 1.3.8 -> 1.3.11 2016-09-19 20:03:39 +02:00
Eelco Dolstra 498af0bbb4 talloc: 2.1.5 -> 2.1.8 2016-09-19 20:03:39 +02:00
Eelco Dolstra 56400e34d4 libshout: Use multiple outputs 2016-09-19 20:03:39 +02:00
Eelco Dolstra 05d34c9d2c libqalculate: 0.9.9 -> 0.9.10
Also, use multiple outputs.
2016-09-19 20:03:38 +02:00
Eelco Dolstra dc8ebab12f libksba: Use multiple outputs 2016-09-19 20:03:38 +02:00
Eelco Dolstra cc8b44b103 libtunepimp: Use multiple outputs 2016-09-19 20:03:38 +02:00
Eelco Dolstra f84806d84f libofa: Use multiple outputs 2016-09-19 20:03:38 +02:00
Eelco Dolstra 37f2679e73 libarchive: Use multiple outputs 2016-09-19 20:03:11 +02:00
Eelco Dolstra 8b31b91a22 libraw: Use multiple outputs 2016-09-19 20:02:07 +02:00
Tuomas Tynkkynen c08a84186f perlPackages.DBIxClass: Add upstream patch to fix build
Apply an upstream commit destined for next release like Debian is doing:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835731

Should fix http://hydra.nixos.org/build/40815848
2016-09-19 16:47:18 +03:00
Lancelot SIX 6fe5b7a2e7 Merge pull request #18696 from FRidh/buildenv
python.buildenv: don't filter non-python packages
2016-09-19 12:22:53 +02:00
Karn Kallio 16227c728d libctemplate : update URL for downloading source 2016-09-19 09:58:32 +02:00
Karn Kallio e11287ce3f Add vsqlite, a C++ wrapper library for sqlite. 2016-09-19 09:58:21 +02:00
Karn Kallio 07c6d61af0 Add MySQL Connector C++, a mysql server client library. 2016-09-19 09:58:15 +02:00
Franz Pletz fa3fb19445
libite: init at 1.8.2 2016-09-19 00:58:54 +02:00
Franz Pletz 7038fca9da
libconfuse: 2.8 -> 3.0 2016-09-19 00:58:53 +02:00
Franz Pletz e3107dc45d
gnutls: 3.5.3 -> 3.5.4 2016-09-19 00:58:53 +02:00
Franz Pletz 501f9096f6
gnutls: 3.4.14 -> 3.4.15 2016-09-19 00:58:53 +02:00
Robin Gloster 452f182356
krb5: 1.14.2 -> 1.14.3
fixes CVE-2016-3120
2016-09-18 23:47:56 +02:00
Frederik Rietdijk 06fd89dcff Merge pull request #18738 from elasticdog/elixir
elixir: 1.3.2 -> 1.3.3
2016-09-18 23:07:19 +02:00
Frederik Rietdijk ae1faabdcd Merge pull request #18742 from groxxda/libchamplain
libchamplain: 0.12.13 -> 0.12.14
2016-09-18 23:06:57 +02:00
Frederik Rietdijk 5a1d3be81c Merge pull request #18647 from nand0p/buildbot-9rc3
buildbot: 0.9.0rc2 -> 0.9.0rc3
2016-09-18 22:57:18 +02:00
Vladimír Čunát 4007e5b807 hunspellWithDicts: fix bad meta.outputsToInstall
https://github.com/NixOS/nixpkgs/issues/15036#issuecomment-247874297
2016-09-18 22:39:57 +02:00
Alexander Ried cd7d7f8a4a libchamplain: 0.12.13 -> 0.12.14 2016-09-18 22:02:27 +02:00
Alexander Ried 363088f8e8 libinput: 1.3.3 -> 1.5.0 2016-09-18 20:20:51 +02:00
Aaron Bull Schaefer e067546765 elixir: 1.3.2 -> 1.3.3 2016-09-18 11:07:10 -07:00
Joachim Fasting 634824d50b
ccache: fix references to stdenv.cc.cc.isClang
afa64a60bc breaks the
tarball job https://hydra.nixos.org/build/40817224/nixlog/1/raw

The problem is that there is a stdenv.cc.cc.isGNU but no corresponding
stdenv.cc.cc.isClang. The "correct" fix would be to add
stdenv.cc.cc.isClang but this is simpler.
2016-09-18 15:58:53 +02:00
Moritz Ulrich c8d4f40dc6 Revert "libcaca: Enable support for png/jpeg/gif"
I didn't notice this was a mass-rebuild change. Pushing it to
staging instead.

This reverts commit 6b8bd7c7d5.
2016-09-18 14:26:40 +02:00
Moritz Ulrich 6b8bd7c7d5 libcaca: Enable support for png/jpeg/gif
Fixes #18683
2016-09-18 14:23:09 +02:00
Alexey Shmalko 19898d8284 Merge pull request #18650 from Ericson2314/openvpn-pkcs11
pkcs11-helper: git rev -> 1.11, openvpn w/ pkcs11-helper support
2016-09-18 14:43:07 +03:00
Moritz Ulrich 01e44ac1f9 emacs: 24.5 -> 25.1
This commit removes all references to emacs24 with the exception of
emacs24-macports. The two folders in `pkgs/applications/editors` named
`emacs-24` and `emacs-24` are consolidated to a new `emacs` folder.

Various parts in nixpkgs also referenced `emacs24Packages` (pinned to
`emacs24`) explicitly where `emacsPackages` (non-pinned) is more
appropriate. These references get fixed by this commit too.
2016-09-18 13:38:21 +02:00
Peter Simons 2b1fea120c idris: disable failing test suite 2016-09-18 12:14:49 +02:00
Peter Simons 806d96b6a3 git-annex: test suite fails, reported upstream 2016-09-18 12:14:49 +02:00
Peter Simons 59e0dff09f hoogle: remove obsolete override 2016-09-18 12:14:49 +02:00
Peter Simons b7aad29806 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2-3-g78b650c from Hackage revision
74dd7d3698.
2016-09-18 12:14:49 +02:00
Sander van der Burg 8b597721f8 Merge pull request #18633 from siddharthist/doc/node-readme
nixpkgs docs: improve node packages documentation
2016-09-17 22:49:27 +02:00
Daiderd Jordan afa64a60bc Merge pull request #18135 from veprbl/ccache_fix
ccache: enable build on darwin
2016-09-17 22:35:43 +02:00
Dmitry Kalinkin d3274e8ae3 ccache: support clang in ccache.links 2016-09-17 16:32:38 -04:00
Dmitry Kalinkin d7f22f96b0 ccache: enable build on macOS 2016-09-17 16:32:37 -04:00
Nikolay Amiantov a38476a32e libstdcxx5: init at 3.3.6 2016-09-17 23:06:46 +03:00
Profpatsch bfc710b0f5 haskellPackages/pontarius-xmpp: dontCheck 2016-09-17 20:36:44 +02:00
Chris Martin 295bb3adf7 czmqpp: init at 1.2.0 2016-09-17 12:00:47 -04:00
Peter Simons 1a51047c3c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2 from Hackage revision
b76b355f94.
2016-09-17 17:57:04 +02:00
Peter Simons ef4eb283a9 haskell-MemoTrie: disable failing Haddock stage 2016-09-17 17:57:02 +02:00
Peter Simons 9921e7ce96 xmonad: disable failing test suite 2016-09-17 17:57:01 +02:00
Peter Simons 70150639a8 haskell-spy: drop obsolete override 2016-09-17 17:57:01 +02:00
Peter Simons 2140aca679 haskell-hasktags: drop obsolete override 2016-09-17 17:57:01 +02:00
Peter Simons 99b5c0cb9b haskell: disable plenty of broken LTS-7.x test suites 2016-09-17 17:57:01 +02:00