Commit graph

10772 commits

Author SHA1 Message Date
Marco Maggesi
ec1b40be87 Update OCaml Batteries to version 2.2.0 2014-01-31 12:01:32 +01:00
Marco Maggesi
841a02cabb Update OCaml Type_conv to version 109.60.01.
Also keep the old version 3.0.5 around for compatibility with OCaml 3.12.1.
2014-01-31 12:01:31 +01:00
Domen Kožar
287b22cc63 Merge pull request #1635 from linquize/libcangjie
Add libcangjie
2014-01-31 02:24:51 -08:00
Rob Vermaas
18af65c09b Merge pull request #1584 from monocell/hhvm
HipHopVM update
2014-01-31 01:46:03 -08:00
Rob Vermaas
6f88cad182 Merge pull request #1602 from ttuegel/arpack
add arpack-3.1.4
2014-01-31 01:45:09 -08:00
Domen Kožar
15f74d0769 Merge pull request #1639 from iyzsong/gimp
gimp: wraped with PYTHONPATH, fix #223
2014-01-31 00:12:03 -08:00
Domen Kožar
7c70ef4dee Merge pull request #1638 from wkennington/cache.mumble
Add more configurable options to mumble
2014-01-31 00:03:20 -08:00
Song Wenwu
1c83b079d2 gimp: wrap plugins with PYTHONPATH, fix #223 2014-01-31 14:05:53 +08:00
William A. Kennington III
9e8a6a24f0 murmur: Add ice support and small fixes
This patch adds optional ICE support to murmur which is enabled by
default. Additionally, it cleans up some of the expression similar to
the fixes added the mumble.
2014-01-30 22:34:21 -06:00
William A. Kennington III
18c718f043 zeroc-ice: Add package 2014-01-30 22:01:11 -06:00
William A. Kennington III
4dae2621e3 mcpp: Add package 2014-01-30 21:56:17 -06:00
William A. Kennington III
82f315cd7d db5: Add package 2014-01-30 21:56:17 -06:00
William A. Kennington III
2ec67167d9 mumble: Small Fixups and add support for disabling speechd
This patch adds a collection of changes to clean up the mumble
expression as well as add support for disabling the external speech
dispatcher from being compiled in.
2014-01-30 19:35:11 -06:00
Benno Fünfstück
e0b8a4cc5e Remove libsoup_2_44 2014-01-30 19:00:33 +01:00
Benno Fünfstück
9c4a58515d Add version numbers to name and remove comment 2014-01-30 18:58:59 +01:00
Benno Fünfstück
e5af7f79d5 gupnp-tools and releated packages: fix and update 2014-01-30 18:58:59 +01:00
Linquize
c27148d650 Add libcangjie 2014-01-30 17:33:34 +01:00
Shea Levy
cdd86c7875 Add annotated-wl-pprint haskellPackage
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-30 09:54:54 -05:00
Peter Simons
d2a2a2628e haskell-adjunctions: add version 4.0.1 2014-01-30 08:32:38 +01:00
Petr Rockai
8162222071 dictd: Update to latest upstream (0.12.1). 2014-01-29 22:13:32 +01:00
Edward Tjörnhammar
00765dccd8 bully, a wpa/wpa2 passphrase retriever from wps enabled devices 2014-01-29 20:56:54 +01:00
Peter Simons
9109c4650c haskell-yesod-platform: remove broken (and unused) package 2014-01-29 20:04:02 +01:00
Peter Simons
5375237ba9 haskell-tls-extra: remove obsolete package 2014-01-29 20:04:02 +01:00
Peter Simons
eae54a4b60 haskell-pqueue: add version 1.2.1 2014-01-29 20:04:02 +01:00
Petr Rockai
2062abfd4f Merge branch 'yubikey' of git://github.com/Calrama/nixpkgs 2014-01-29 18:54:07 +01:00
aszlig
a2a44f92ae
paramiko: Update to new upstream version 1.12.1.
This release contains only minor fixes, which are:

 * Fix AttributeError bugs in known_hosts file (re)loading.
 * Note ecdsa requirement in README.

Full changelog with credits and issue IDs can be found at:

https://github.com/paramiko/paramiko/blob/master/NEWS

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:30 +01:00
aszlig
e3cb9e5e5f
tkabber: Merge main package with site plugins.
The site plugins are released alongside the main Tkabber sources, so it
makes no sense to have them in a separate package (which also introduces
an impurity). In addition, both packages share the same makefile
structure, so it really makes sense to merge them.

Before people might get worried about my decision to enable those
plugins by default: Since version 1.0, Tkabber is no longer loading
_all_ available plugins, but gives you a menu (Plugins Management) to
selectively enable plugins (whereas all plugins are disabled by
default).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:29 +01:00
Petr Rockai
5383e07e40 lua5: Add the lua-sockets extension. 2014-01-28 21:48:47 +01:00
Eelco Dolstra
1a68ee7deb Disable FreeBSD builds 2014-01-28 16:13:16 +01:00
Peter Simons
cae97e9418 Add newly required Haskell packages.
- asn1-encoding: add version 0.8.1.2
 - asn1-parse: add version 0.8.1
 - x509-store: add version 1.4.3
 - x509-system: add version 1.4.2
 - x509-validation: add version 1.5.0
 - x509: add version 1.4.7
2014-01-28 14:59:46 +01:00
Vladimír Čunát
9739171cd4 Merge pull request #1567 from wizeman/u/grsec-upd-and-fix
grsecurity: Fix build and update patches
2014-01-28 03:41:05 -08:00
Cillian de Róiste
197de444df ipython: disable support for qtconsole, pylabQt and pylab on Darwin
Qt and CUPS are not supported on Darwin and are dependencies.

Note: this makes ipython the same as ipythonLight on Darwin, but
ipython is used as an input for other packages (ipdb and ipdplugin)
and it is reasonable to assume that users on other platforms may
choose ipythonLight.
2014-01-28 12:13:41 +01:00
Rob Vermaas
3f56d9f4b4 Add keepassx 2.0alpha5, contributed by Thomas Tuegel. 2014-01-27 21:55:04 +01:00
Ricardo M. Correia
e361d27eeb zfstools: Add new package
zfstools is an OpenSolaris-like and compatible auto snapshotting script
for ZFS, which also supports auto snapshotting mysql databases.
2014-01-27 21:48:24 +01:00
Peter Simons
4791ee9019 Merge pull request #1612 from ocharles/haskellPackages.fay
haskellPackages.fay: New expression
2014-01-27 12:32:39 -08:00
Peter Simons
8bc3ee449f Merge pull request #1614 from ocharles/haskellPackages.iCalendar
haskellPackages.iCalendar: New expression
2014-01-27 12:24:25 -08:00
Wojciech Danilo
c50314dc38 Added SublimeText3 support. SublimeText2 and SublimeText3 can be installed side by side.
They provide 'sublime', 'sublime2' and 'sublime3' commands. SublimeText3 has lower precedense than SublimeText2
because its in beta mode (for over a year now)
2014-01-27 20:50:08 +01:00
Oliver Charles
6af7e0e1cd haskellPackages.iCalendar: New expression 2014-01-27 17:01:10 +00:00
Oliver Charles
e9b02facfc haskellPackages.fayBase: New expression 2014-01-27 14:21:56 +00:00
Oliver Charles
cb3f3ad35b haskellPackages.fay: New expression 2014-01-27 14:19:22 +00:00
Rok Garbas
e6e2459f59 Merge pull request #1581 from offlinehacker/pkgs/docker/add
Add docker
2014-01-27 04:18:11 -08:00
Jaka Hudoklin
cc33c351b8 Add docker 2014-01-27 00:56:51 +01:00
Petr Rockai
81598537a7 Merge branch 'vlstill-llvm-multivers' 2014-01-26 23:48:54 +01:00
Vladimir Still
b5a560d76a llvm: Enable also building of LLVM 3.[12] & Clang 3.[123]. 2014-01-26 20:42:12 +01:00
Shea Levy
51a4bf7ae0 Fix haskellPackages.llvmGeneral build
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-26 13:20:37 -05:00
Thomas Tuegel
bcd9f04226 add arpack-3.1.4 2014-01-26 08:57:11 -06:00
Vladimír Čunát
7d5c6ab5f3 Merge #1388: update rabbitmq-server and add lib 2014-01-26 14:21:34 +01:00
Vladimír Čunát
0c2f09e992 gawk: signify interactivity in name
I forgot to commit this.
2014-01-26 13:44:34 +01:00
Kevin Quick
8f0511b0a0 gawk: add gawkInteractive with readline support
stdenv (on linux) depends on gawk, readline and similar are useless for non-interactive usage.
Close #1596. Original patch was almost completely rewritten by vcunat.

On darwin we always specify whether to use readline, so it isn't always picked as reported.
2014-01-26 10:53:22 +01:00
Peter Simons
2f51348f4d haskell-patience: add version 0.1.1 2014-01-26 00:05:35 +01:00