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
Eelco Dolstra
a0f3faf34e
Merge remote-tracking branch 'origin/glibc-2.20' into staging
2014-11-16 22:17:36 +01: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