3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

12509 commits

Author SHA1 Message Date
John Wiegley 8cf92b530a Merge pull request #3060 from cstrahan/packer
Add gox and packer packages
2014-06-24 15:19:42 -07:00
Florian Friesdorf 70548a6ac2 disable szip for hdf5 because of its unfree nature 2014-06-23 23:13:50 +02:00
Florian Friesdorf ba654b9368 Merge pull request #3056 from aherrmann/pr_tables
Python module tables
2014-06-23 22:58:04 +02:00
Florian Friesdorf 622ef52b34 python: zc.recipe.egg for buildout171 and 2 2014-06-23 16:59:02 +02:00
Charles Strahan 79e805e281 add camlistore package 2014-06-23 06:26:56 -04:00
Charles Strahan f76fbe03e0 add gocode package 2014-06-23 05:50:48 -04:00
Charles Strahan 1091dde5bb add nsq package 2014-06-23 05:43:17 -04:00
Charles Strahan 693bc7d44e add fleet package 2014-06-23 05:20:41 -04:00
Charles Strahan 70ce3ee861 add etcdctl package 2014-06-23 05:03:03 -04:00
Charles Strahan b6df637e86 add etcd package 2014-06-23 04:55:46 -04:00
Charles Strahan 06a07684aa Add gox and packer packages 2014-06-23 03:56:31 -04:00
John Wiegley 667986eafc Merge pull request #3059 from cstrahan/go-darwin
go 1.3 and darwin support
2014-06-23 00:13:28 -07:00
Charles Strahan 984bb6b923 go 1.3 and darwin support 2014-06-23 01:10:20 -04:00
Austin Seipp 0399c5ee24 grsecurity: update stable/testing kernels, refactoring
This updates the new stable kernel to 3.14, and the new testing kernel
to 3.15.

This also removes the vserver kernel, since it's probably not nearly as
used.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-22 22:29:10 -05:00
Bjørn Forsman 215754f4fa asciidoc-full: rename attribute from asciidocFull
But keep asciidocFull attribute for backwards compatibility (with a
timestamp so we can later decide when to finally remove the old
attribute).
2014-06-22 22:27:34 +02:00
Bjørn Forsman 76672dd9e3 accountsservice: be consistent in naming (always two 's')
The package is (correctly) named 'accountsservice' (with two 's'), but
the attribute and expression path lacked one 's'. Fix it.
2014-06-22 21:32:16 +02:00
Andreas Herrmann 5a32b6b4ef pandas: Update to 0.14.0 2014-06-22 20:05:21 +02:00
Andreas Herrmann 52762ed416 tables: add new package, version 3.1.1
From the project page [1]:
> PyTables is a package for managing hierarchical datasets and designed to
> efficiently and easily cope with extremely large amounts of data.

It offers read/write access to hdf5 archives through a hierarchical interface.

I am adding it, because pandas depends on tables for hdf5 read/write
functionality.

Note: The name is a bit of an issue. The project is called pytables, whereas
the python module is simply called tables. I chose to name the nix-expression
tables for consistency with the source-tarball and the module name.

[1]: http://www.pytables.org/moin
2014-06-22 20:05:21 +02:00
Andreas Herrmann 9ae6cc5967 numexpr: new package, version 2.4
Description from the numexpr project page [1]:
> Numexpr is a fast numerical expression evaluator for NumPy. With it,
> expressions that operate on arrays (like "3*a+4*b") are accelerated and use
> less memory than doing the same calculation in Python.

I am adding it, because it is a dependency of the pytables package.

[1]: https://github.com/pydata/numexpr
2014-06-22 20:05:20 +02:00
Aycan iRiCAN ce64f0681a Added haskellPackages.hweblib 0.6.3 2014-06-22 17:23:33 +03:00
Peter Simons d4e1604c1e Merge pull request #3048 from chrisfarms/sqsh
New package: sqsh. An SQL query tool/shell for Sybase/MSSQL
2014-06-22 15:31:33 +02:00
taku0 a056940066 add oraclejdk8 2014-06-22 21:39:37 +09:00
Chris Farmiloe 0669981ba0 New package: sqsh. An SQL query tool/shell for Sybase/MSSQL 2014-06-22 14:32:02 +02:00
Bjørn Forsman 9883b5806a chrpath: new package
chrpath is a command line tool to adjust the RPATH or RUNPATH of ELF
binaries.

(Yes, it is similar to our patchelf tool.)

gpsd and Yocto/OpenEmbedded depend on chrpath (although we have
currently patched that dependency out of gpsd).
2014-06-22 14:21:55 +02:00
Peter Simons db42ae4916 Merge pull request #3042 from ip1981/master
Added simple-sql-parser 0.4.0
2014-06-22 11:14:58 +02:00
Cillian de Róiste 15166ca5c2 Add KDE Connect: A tool to connect and sync your devices with KDE 2014-06-22 10:56:43 +02:00
Peter Simons 9801800563 haskell: fix spelling of 'hmatrixSpecial' attribute 2014-06-22 10:33:20 +02:00
Peter Simons 0c5a8a4b46 Merge pull request #3035 from aycanirican/master
Added distributed-process 0.5.
2014-06-22 10:29:05 +02:00
Austin Seipp 2b9fed52fd pyrax: 1.7.4 -> 1.8.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-22 02:48:14 -05:00
John Wiegley 640d09f8c7 gdk_pixbuf: tests crash on Darwin with gcc 4.8.3 2014-06-21 23:53:49 -07:00
John Wiegley e07c7e773c python2.7-gyp: No longer use no-xcode.patch on Darwin 2014-06-21 23:53:49 -07:00
Igor Pashev ff860fa21f Added simple-sql-parser 0.4.0 2014-06-22 07:49:31 +02:00
Austin Seipp 6cfa38ce7d nagios: significant upgrades
- Upgrade Nagios Core to 4.x
 - Expose mainConfigFile and cgiConfigFile in module for finer
   configuration control.
 - Upgrade Plugins to 2.x
 - Remove default objectDefs, which users probably want to customize.
 - Systemd-ify Nagios module and simplify directory structure
 - Upgrade Nagios package with more modern patch, and ensure the
   statedir is set to /var/lib/nagios

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-22 00:22:10 -05:00
Aycan iRiCAN a60e9fb33c Merge remote-tracking branch 'upstream/master' 2014-06-21 19:55:26 +03:00
John Wiegley 3b267d77a8 Merge pull request #3031 from jwiegley/proofgeneral
proofgeneral_4_3_pre: Add expression needed for current prooftree
2014-06-21 09:22:29 -07:00
Aycan iRiCAN 8fe08c34a4 Add binary to networkTransport again. 2014-06-21 18:06:24 +03:00
Aycan iRiCAN 719d0b64e0 Removed binary argument from networkTransport and networkTransportTcp 2014-06-21 18:01:51 +03:00
Aycan iRiCAN 88050e4a41 Moved package overrides from haskell-packages.nix to haskell-defaults.nix. 2014-06-21 17:44:29 +03:00
Aycan iRiCAN e9385023d7 Added distributed-process 0.5.
Bump binary version dependency of rank1dynamic, distributed-static, network-transport-* to 0.7.2.1.
2014-06-21 16:37:02 +03:00
John Wiegley 9d36361931 haskell-free-operational: Remove expression 2014-06-20 22:33:36 -07:00
John Wiegley 0cf6e55a70 proofgeneral_4_3_pre: Add expression needed for current prooftree 2014-06-20 22:31:55 -07:00
Shea Levy a87301092b Merge branch 'php-zmq' of git://github.com/proger/nixpkgs
php-packages: add zmq
2014-06-20 17:27:11 -04:00
Florian Friesdorf 333b6bdfee python nose-1.3.3 2014-06-20 20:43:24 +02:00
Vladimir Kirillov e3734c96df php-packages: add zmq 2014-06-20 15:37:09 +03:00
Florian Friesdorf bc75a33988 release-python: heavily reduce list of built packages 2014-06-20 14:17:50 +02:00
Domen Kožar ad666c56ff pypy: correctly bump the version 2014-06-19 18:16:43 +02:00
Rob Vermaas a975f6d8c5 Merge pull request #3016 from danielzinn/add_cuda_6
Added cuda6 compiler as package cudatoolkit6.
2014-06-19 14:10:36 +02:00
Daniel Zinn 01bbc61364 tweak 2014-06-19 04:53:03 -07:00
Mathijs Kwik 0a8455800c idris: fix dependency on older 'parsers' 2014-06-19 13:38:54 +02:00
Mathijs Kwik 46d6fc0c32 agda: fix dependency on more recent 'binary' 2014-06-19 13:38:54 +02:00
Daniel Zinn ca0de0f1f7 Added cuda6 compiler as package cudatoolkit6. 2014-06-19 04:24:21 -07:00
Oliver Charles f67cf3e18d Jailbreak haskellPackages.websockets
This is needed until https://github.com/jaspervdj/websockets/issues/71
is resolved.
2014-06-19 11:17:01 +01:00
aszlig 1580688490
gyp: Update to new upstream revision 1944.
This is mainly needed in order to build the new Chromium version 37.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-06-19 01:51:33 +02:00
Austin Seipp b9fc9bd760 Merge pull request #2992 from bluescreen303/agda
Agda: upgrade stdlib to 0.8, change defaults to latest version
2014-06-18 16:22:33 -05:00
Austin Seipp 85c70f642f Merge pull request #2977 from bluescreen303/emacs-org2blog
Emacs org2blog - bring up to date - now works with org-8.* again
2014-06-18 16:21:02 -05:00
Austin Seipp 1e3a53e44e Merge pull request #3001 from deepfire/aurulent-sans
aurulent-sans:  new expression
2014-06-18 16:20:18 -05:00
Austin Seipp 3a86ce32e4 Merge pull request #2937 from cpages/oxc
openxcom: add version 1.0.0
2014-06-18 16:16:07 -05:00
Austin Seipp 4eb7fdcc13 Merge pull request #2966 from wkennington/master.sudo
Update and fix sudo
2014-06-18 16:13:53 -05:00
Austin Seipp fb24267670 Merge pull request #3002 from tomberek/haskell_tcacheAWS
Adds tcache-AWS
2014-06-18 16:09:35 -05:00
Thomas Bereknyei 8a16a950ba Adds tcache-AWS 2014-06-18 01:01:45 -04:00
William A. Kennington III ef4ea24420 sudo: Always keepVisudo in order to simplify sudo build 2014-06-17 22:41:32 -05:00
Kosyrev Serge 4bbabdc8b9 aurulent-sans: new expression 2014-06-18 04:12:10 +04:00
Austin Seipp 7f800e8155 jd-gui: version 0.3.5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-17 14:44:49 -05:00
Ricardo M. Correia f8e108c865 nixos.tests.installer: Fix test failures due to network being disabled 2014-06-17 18:41:26 +02:00
Shea Levy fec288f404 Merge branch 's3cmd-git' of git://github.com/fmapfmapfmap/nixpkgs 2014-06-17 09:56:01 -04:00
Mathijs Kwik 2d92adcc1a agda: change defaults to latest version 2014-06-17 08:25:45 +02:00
Mathijs Kwik 3fd519822f agda-stdlib: upgrade to 0.8 (they keep changing the version scheme)
Conflicts:
	pkgs/development/compilers/agda/stdlib-0.8.nix
	pkgs/top-level/haskell-packages.nix
2014-06-17 08:25:44 +02:00
John Wiegley 61e8fe50c2 Agda: add 2.4.0.1, 2.3.2.2 is still the default for now 2014-06-16 14:03:17 -07:00
John Wiegley 39dfef4af0 haskell-boxes: new expression 2014-06-16 14:03:17 -07:00
John Wiegley 20f31b66a2 haskell-free-operational: new expression 2014-06-16 14:03:17 -07:00
John Wiegley 7a45ef7e25 haskell-equivalence: new expression 2014-06-16 14:03:17 -07:00
John Wiegley cd3798c266 haskell-STMonadTrans: new expression 2014-06-16 14:03:17 -07:00
Mathijs Kwik ab8337e4fc add emacs-metaweblog 2014-06-16 22:43:10 +02:00
Shea Levy 52aa2afdcd nixUnstable: bump 2014-06-16 10:44:02 -04:00
Peter Simons 0f9b3ef24a hscolour-bootstrap: GHC 6.10.x and earlier don't support the -rtsopts option 2014-06-16 16:28:39 +02:00
Peter Simons fa8f2ca300 hscolour-bootstrap: allow setting RTS options for the hscolour binary we use to generate our documentation
Other tools like hsc2hs or haddock allows this, too, and some tools explicitly
set memory limits on these tools during the build (i.e. llvm-general-pure) by
exposing a GHCRTS environment variable. See [1] for a concrete example of this
issue.

[1] https://github.com/NixOS/nixpkgs/issues/2939
2014-06-16 15:38:38 +02:00
Vladimír Čunát 1b78ca58bc Merge #2798: stdenv and a few other big updates
Stdenv-changing things:
    - gcc 4.8.2 -> 4.8.3
    - long-running grsecurity branch
Others:
    - pkgconfig update
    - CVE for libtasn1, dbus

Conflicts (simple):
    pkgs/development/compilers/ghc/7.6.3.nix
2014-06-16 10:23:36 +02:00
vi fd08da1116 New derivation: hxt-tagsoup #haskell 2014-06-16 13:32:24 +08:00
vi 82cbbb1759 Added CPAN's Crypt::OpenSSL::Bignum. 2014-06-15 23:23:26 +02:00
vi 174f1dac9e Added CPAN's Crypt::DH, and its dependencies. 2014-06-15 23:23:26 +02:00
vi f6b2155ef4 Added CPAN's Crypt::Blowfish. 2014-06-15 23:23:25 +02:00
Vladimír Čunát 9757785295 Merge recent master 2014-06-15 17:55:35 +02:00
Shea Levy 7a0c66c829 Merge branch 'master' of git://github.com/soenkehahn/nixpkgs
packaging hp2any-manager and dependencies
2014-06-15 11:00:40 -04:00
Edward Tjörnhammar 97f45b1e11 Adding SweetHome3D, TexturesLibraryEditor, FurnitureLibraryEditor 2014-06-15 13:04:59 +02:00
Bjørn Forsman 06af50ff42 liboping: new package
liboping is a C library to generate ICMP echo requests, better known as
"ping packets". It is intended for use in network monitoring
applications or applications that would otherwise need to fork ping(1)
frequently.

http://verplant.org/liboping/
2014-06-15 00:42:40 +02:00
Bjørn Forsman cb64b3d758 libmodbus: new package
libmodbus is a library to send/receive data according to the Modbus
protocol.

http://libmodbus.org/
2014-06-14 21:50:57 +02:00
Shea Levy 564c4515b1 Merge pull request #2936 from sol/master
Add haskell-hspec-wai
2014-06-14 11:43:26 -04:00
Bjørn Forsman dcfdab62c9 pyrtlsdr: new package
pyrtlsdr is a python wrapper for librtlsdr (a driver for Realtek
RTL2832U based SDR's).
2014-06-14 14:15:32 +02:00
Carles Pagès d9ed7c5a9c openxcom: add version 1.0.0 2014-06-14 11:58:00 +02:00
Simon Hengel 8a396ee56a Add haskell-hspec-wai 2014-06-14 15:13:40 +08:00
Jonathan Glines 2784866ffd Merge branch 'master' into nitrogen. Added maintainer and license.
Conflicts:
	pkgs/tools/X11/nitrogen/default.nix
2014-06-13 11:54:19 -06:00
Jonathan Glines c55be95e6e Nitrogen build working. Missing custom icons in GUI. 2014-06-13 11:37:05 -06:00
Peter Simons cc326495c4 haskell-attoparsec: update to version 0.12.1.0 2014-06-13 15:41:25 +02:00
Peter Simons c4d3a0acab haskell-wai-conduit: add version 3.0.0 2014-06-13 15:41:22 +02:00
Sönke Hahn aaf8b264d7 hp2any-manager: tool for haskell heap profile visualization 2014-06-13 16:22:46 +08:00
Sönke Hahn e9e6e1ceb9 haskellPackages.gtkglext: new expression 2014-06-13 16:20:54 +08:00
Austin Seipp d99c7a7444 Merge pull request #2921 from CodeBlock/shellcheck
add ShellCheck
2014-06-12 20:41:22 -05:00
Ricky Elrod 4a2dd52b54 add ShellCheck
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-06-12 21:27:32 -04:00
Bjørn Forsman 0e9741df81 libvirt-python: update to to 1.2.5 (must be kept in sync with libvirt!)
libvirt was recently updated to 1.2.5, breaking libvirt-python. This
unbreaks it.
2014-06-13 00:07:02 +02:00
Oliver Charles 6cc799b24c haskellPackages.snapletRedis: New expression
This needs to be jailbroken until a new version reaches Hackage.
2014-06-12 15:07:04 +01:00