Commit Graph

15030 Commits

Author SHA1 Message Date
Jean-Philippe Bernardy e6698855a7 haskell-parsek: update to have consistent license 2014-11-18 08:50:47 +01:00
Vincent Laporte 2d252e78c1 boehm-gc: fixes URLs in meta 2014-11-18 00:48:18 +00:00
Luca Bruno 927c78cbaa webkitgtk: fix build 2014-11-17 23:40:54 +01:00
Aristid Breitkreuz 560d3d140e Merge pull request #4999 from drvirgilio/hayland
new package: hayland
2014-11-17 22:19:17 +01:00
Mateusz Kowalczyk 35218a325a giflib: add meta.branch info 2014-11-17 18:13:21 +00:00
Mateusz Kowalczyk 4603a8eff6 giflib_5_0: update from 5.0.5 to 5.0.6 2014-11-17 18:11:50 +00:00
Mateusz Kowalczyk 6e12ae2bc6 check: update from 0.9.12 to 0.9.14 2014-11-17 18:08:11 +00:00
Mateusz Kowalczyk 1e8e030f6b bwidget: update from 1.9.7 to 1.9.8 2014-11-17 18:07:47 +00:00
Mateusz Kowalczyk 0c43a02e36 Attach a bunch of meta.branch info for the monitor
This should stop explicitly-versioned expressions from showing up in the
monitor as in need of update.
2014-11-17 18:04:59 +00:00
Mateusz Kowalczyk 9ee5b8d3fc agda-iowa-stdlib: mark as broken
The recent update of Agda breaks this, including the most recent SVN
checkout. I notified the author but marking as broken until a fix is
committed.
2014-11-17 17:13:01 +00:00
Jean-Philippe Bernardy c12db21b54 add myself as maintainer for labeled-tree 2014-11-17 15:52:40 +01:00
Jean-Philippe Bernardy 98a06ff71f add myself as maintainer for parsek. 2014-11-17 15:52:00 +01:00
Oliver Charles a7ea8bea26 haskellPackages.engineIo: Update to 1.2.1 2014-11-17 14:29:39 +00:00
Oliver Charles 75eb9bccb8 haskellPackages.digestiveFunctorsAeson: Update to 1.1.12.1 2014-11-17 14:25:20 +00:00
Luca Bruno 24ad1612b4 Revert "clutter: update 1.18 -> 1.20. Shouldn't break anything"
This reverts commit 5e14c86b80.

Overlooked an experimental API that breaks mutter in GNOME 3.12.
2014-11-17 15:10:56 +01:00
Luca Bruno 5e14c86b80 clutter: update 1.18 -> 1.20. Shouldn't break anything 2014-11-17 15:05:50 +01:00
Luca Bruno 97d5a55dd7 libndp: add new package
Library for Neighbor Discovery Protocol.

Will be needed for the new networkmanager.

http://libndp.org/
2014-11-17 14:55:45 +01:00
Thomas Tuegel 310acaf1a0 hoogle-local: expand wrapper's arguments correctly
The wrapper was expanding all the words of all its arguments. Instead, we want to expand each argument as a word; there is a subtle difference!
2014-11-17 07:54:11 -06:00
Oliver Charles bc392e40aa haskellPackages.snapCors: Update to 1.2.6 2014-11-17 13:53:20 +00:00
Jean-Philippe Bernardy 92f67bccba add parsek 2014-11-17 12:13:12 +01:00
Vladimír Čunát 5b0756cd21 db-*: only use the osx.patch for db5 where it applies
This unbreaks builds of all other versions (4.* and 6.*).
2014-11-17 10:17:17 +01:00
Peter Simons 21801bc1e6 Merge pull request #5010 from abhinav/master
haskell-digest-pure: Add version 0.0.3
2014-11-17 09:08:32 +01:00
aszlig a28ba461e7
libjreen: Add new package, version 1.2.0.
Required as an optional dependency of the Tomahawk music player.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:37:13 +01:00
aszlig 2856b0e66c
websocketpp: Add new package, version 0.4.0.
Required as a dependency of the Tomahawk music player.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:35:41 +01:00
aszlig 0a271c00be
lucenepp: Add new package, version 3.0.6.
Required as a dependency of the Tomahawk music player.

The latest upstream release needs to be patched quite a bit in order to
build and to correctly install the header files. Other distributions
seem to largely use the latest Git master version, because all those
build problems have been fixed there already.

In order to ensure we have version 3.0.6, we just cherry-pick the
relevant patches, so as soon as the next upstream version is released we
just need to drop the patches/postPatch attributes.

The postPatch is needed in order to get rid of the subversion
dependency, which the upstream build process tries to use for fetching
gtest. We don't have networking support inside the Nix build process, so
let's pass that dependency directly.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:33:09 +01:00
aszlig 281a95b454
qtkeychain: Add new package, version 0.4.0.
Required as a dependency of the Tomahawk music player.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:21:09 +01:00
aszlig aafc04ef35
libechonest: Add new package, version 2.3.0.
Required as a dependency of the Tomahawk music player.

Tests are disabled because they require networking support.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:18:10 +01:00
aszlig b2557476f7
quazip: Use qt instead of qt5 for refering to Qt.
Qt 5 is passed via all-packages.nix, so it doesn't look too odd if you
want to build against qt4 instead. Before you'd have to use something
like:

quazip.override { qt5 = qt4; }

Now, it is:

quazip.override { qt = qt4; }

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:06:02 +01:00
Abhinav Gupta d6e8ab78db haskell-digest-pure: Add version 0.0.3 2014-11-16 15:32:29 -08:00
Peter Simons b69238542c haskell-yesod-core: update to version 1.4.4 2014-11-16 13:31:23 +01:00
Peter Simons cdd7787ca6 haskell-tasty-quickcheck: update to version 0.8.3.1 2014-11-16 13:31:23 +01:00
Peter Simons 0cac00305a haskell-smtps-gmail: update to version 1.3.0 2014-11-16 13:31:23 +01:00
Peter Simons 7923803ebb haskell-liblastfm: update to version 0.5.1 2014-11-16 13:31:23 +01:00
Peter Simons 656255719a haskell-hspec-wai: update to version 0.6.0 2014-11-16 13:31:23 +01:00
Peter Simons 5015f7d6f2 haskell-c2hs: update to version 0.19.1 2014-11-16 13:31:23 +01:00
Peter Simons 3253e63c2f haskell-bert: update to version 1.2.2.3 2014-11-16 13:31:23 +01:00
David Virgilio 55bb7dd1f2 new package: hayland 2014-11-16 02:08:39 -06:00
David Virgilio 7b8237f6fc new package: data-flags 2014-11-16 00:57:50 -06:00
Michael Raskin a7c8d00b27 Merge pull request #4857 from abbradar/cups2
[WIP] Improve printing experience and update related packages
2014-11-15 15:18:35 +03:00
Vincent Laporte 2d46ab2557 gtkdatabox: update from 0.9.1.3 to 0.9.2.0 2014-11-15 09:37:47 +00:00
William A. Kennington III 69bf3bd070 Merge pull request #4800 from aherrmann/pr_boost_mpi
boost 1.55: Add Boost.MPI (optional)
2014-11-15 00:59:49 -08:00
William A. Kennington III a84e566ba2 leveldb: 1.15 -> 1.18 2014-11-14 21:54:12 -08:00
William A. Kennington III 5e39ab62d1 tokyocabinet: 1.4.46 -> 1.4.48 2014-11-14 21:53:53 -08:00
William A. Kennington III 7a318d5f73 kyotocabinet: Add derivation 2014-11-14 21:53:33 -08:00
Vincent Laporte 8a96d42570 libfm: update frm 1.2.2.1 to 1.2.3 2014-11-14 23:28:30 +00:00
Vladimír Čunát 5cad555ab1 gtk3 stack: go back to gnome-3.12 branches for now 2014-11-14 23:32:28 +01:00
Pascal Wittmann d689a18e65 pocketsphinx: update from 0.7 to 0.8 2014-11-14 19:20:16 +01:00
Vladimír Čunát c3f6af54de libusb-compat: propagate libusb1 to fix -ludev failures 2014-11-14 18:08:53 +01:00
Vladimír Čunát 3529567ed4 libgphoto-2.4: remove the old unneeded version 2014-11-14 18:00:04 +01:00
Eelco Dolstra ca441636f1 Merge branch 'staging' 2014-11-14 16:00:23 +01:00
Vladimír Čunát b61c3c1f3b libsoup: update, mainly bugfixes inside 2014-11-14 14:51:40 +01:00
Vladimír Čunát b4af993c3f Merge branch 'master' into staging
Conflicts (simple):
	pkgs/development/lisp-modules/clwrapper/setup-hook.sh
2014-11-14 14:28:23 +01:00
Vladimír Čunát 5ad9db0473 gtk3: use 3.12 branch for now
This is for better CSS compatibility in the upcoming release.
We also plan to ship gnome-3.12 as the default in there. Details:
https://github.com/NixOS/nixpkgs/issues/247#issuecomment-63036271
2014-11-14 14:25:02 +01:00
Peter Simons 503e625d85 haskell-yesod-bin: update to version 1.4.0.7 2014-11-14 14:13:41 +01:00
Peter Simons a7a342a6d9 haskell-shakespeare: update to version 2.0.2.1 2014-11-14 14:13:41 +01:00
Peter Simons e64a05068d haskell-securemem: update to version 0.1.4 2014-11-14 14:13:40 +01:00
Peter Simons 48aecbd08f haskell-rest-gen: update to version 0.16.1.2 2014-11-14 14:13:40 +01:00
Peter Simons 39db2ba08c haskell-mwc-random: update to version 0.13.2.2 2014-11-14 14:13:40 +01:00
Peter Simons d8611a0504 haskell-markdown: update to version 0.1.12 2014-11-14 14:13:40 +01:00
Peter Simons 5adbfd6dd0 haskell-json: update to version 0.9 2014-11-14 14:13:40 +01:00
Peter Simons ab3ca22540 haskell-cprng-aes: update to version 0.6.1 2014-11-14 14:13:40 +01:00
Peter Simons 3c9f75e69f haskell-conduit: update to version 1.2.3 2014-11-14 14:13:40 +01:00
Peter Simons cd041f08ab haskell-ReadArgs: update to version 1.2.2 2014-11-14 14:13:40 +01:00
Peter Simons 21c9ff1a29 haskell-purescript: re-generate with cabal2nix 2014-11-14 14:13:40 +01:00
Pascal Wittmann 6e1cbd6473 clearsilver: update from 0.10.3 to 0.10.5 2014-11-14 12:25:01 +01:00
Nikolay Amiantov f2c3bda151 ijs: add package 2014-11-14 13:51:26 +03:00
Nikolay Amiantov 0836fd5054 qpdf: add package 2014-11-14 13:51:26 +03:00
Vladimír Čunát 1e7709b68d libgphoto2: use libusb1 version (fixes build)
Also, it's not mentioned in *.pc (anymore).
CC maint. @jcumming.
2014-11-14 11:25:20 +01:00
Alexander Flatter 25859fae74 Use libusb-compat instead of unmaintained libusb
Close #4945.
2014-11-13 23:06:29 +01:00
Pascal Wittmann c56bbf6011 cminpack: update from 1.3.2 to 1.3.4 2014-11-13 17:48:06 +01:00
Peter Simons 76ed569875 Drop obsolete versions of Haskell cairo, glib, gtk, pango, threadscope, and some other patches. 2014-11-13 17:21:33 +01:00
Nikolay Amiantov bae3b106ca colors: fix haskell package 2014-11-13 17:53:44 +03:00
Mateusz Kowalczyk 9eb29a601c haskell-colors: adopt package 2014-11-13 13:54:28 +00:00
Peter Simons 65ef7d534d haskell-gitlib-libgit2: disable this build until 'gitlib-test' is fixed 2014-11-13 14:51:38 +01:00
Peter Simons f33c89d23f haskell-sdl2: disable Haddock phase to fix the build
https://github.com/haskell-game/sdl2/issues/31
2014-11-13 14:51:38 +01:00
Peter Simons 48d910fb32 haskell-gitlib-test: doesn't work with hspec 2.x 2014-11-13 14:51:38 +01:00
Peter Simons 6026a695e4 haskell-ReadArgs: jailbreak to fix build with hspec 2.x
https://github.com/rampion/ReadArgs/issues/6
2014-11-13 14:51:38 +01:00
Peter Simons e475e851c6 haskell-shakespeare: update to version 2.0.2 2014-11-13 14:51:38 +01:00
Peter Simons 5c18fa216e haskell-shakespeare: disable test suite to fix build with hspec 2.x
https://github.com/yesodweb/shakespeare/issues/143
2014-11-13 14:51:38 +01:00
Peter Simons 302222f619 haskell-yesod-test: update to version 1.4.1 2014-11-13 14:51:38 +01:00
Peter Simons 70e56340ee haskell-yesod-core: update to version 1.4.3.1 2014-11-13 14:51:37 +01:00
Peter Simons f54b9ce0a8 haskell-yesod-bin: update to version 1.4.0.6 2014-11-13 14:51:37 +01:00
Peter Simons a931912ede haskell-twitter-conduit: update to version 0.0.8 2014-11-13 14:51:37 +01:00
Peter Simons 7eae59a3fc haskell-terminal-size: update to version 0.3.0 2014-11-13 14:51:37 +01:00
Peter Simons 4c6a25569d haskell-system-fileio: update to version 0.3.15 2014-11-13 14:51:37 +01:00
Peter Simons f435bf4863 haskell-snaplet-postgresql-simple: update to version 0.6 2014-11-13 14:51:37 +01:00
Peter Simons bb843697ff haskell-sdl2: update to version 1.3.0 2014-11-13 14:51:37 +01:00
Peter Simons 33cf917c34 haskell-rethinkdb: update to version 1.15.2.1 2014-11-13 14:51:37 +01:00
Peter Simons ef90921397 haskell-pipes-text: update to version 0.0.0.15 2014-11-13 14:51:37 +01:00
Peter Simons d8ce707323 haskell-linear: update to version 1.13 2014-11-13 14:51:37 +01:00
Peter Simons 60cb846b6a haskell-libjenkins: update to version 0.6.0 2014-11-13 14:51:37 +01:00
Peter Simons 31b2b5ecb9 haskell-hspec2: update to version 0.6.1 2014-11-13 14:51:37 +01:00
Peter Simons 5ebf99c211 haskell-hspec-meta: update to version 2.0.0 2014-11-13 14:51:37 +01:00
Peter Simons 414e982769 haskell-hsimport: update to version 0.6.3 2014-11-13 14:51:37 +01:00
Peter Simons 84f3b6f3f2 haskell-hoauth2: update to version 0.4.3 2014-11-13 14:51:37 +01:00
Peter Simons 602f0245fd haskell-highlighting-kate: update to version 0.5.11 2014-11-13 14:51:37 +01:00
Peter Simons 6799b12ecc haskell-github: update to version 0.13 2014-11-13 14:51:37 +01:00
Peter Simons e089fa0658 haskell-extra: update to version 0.8 2014-11-13 14:51:36 +01:00
Peter Simons f67004416f haskell-entropy: update to version 0.3.4.1 2014-11-13 14:51:36 +01:00
Peter Simons 42dfd0a65a haskell-either: update to version 4.3.2 2014-11-13 14:51:36 +01:00