Commit graph

13733 commits

Author SHA1 Message Date
Ian-Woo Kim 3523d484a6 haskell-pdf-toolbox-core: added 2014-09-15 01:15:59 +02:00
Domen Kožar 9daaa16341 add python2nix 2014-09-14 23:12:22 +02:00
Aristid Breitkreuz 8059a25ba9 Merge pull request #4047 from waywardmonkeys/remove-gwdyion-dylan
dylan: Remove old gwydion-dylan package.
2014-09-14 22:28:35 +02:00
Pascal Wittmann 6b75431f2d Merge pull request #4051 from wyvie/master
Added quazip-0.7
2014-09-14 19:56:02 +02:00
Domen Kožar 5198f9bc29 mailpile: dev -> 0.4.0 (beta release) 2014-09-14 18:28:23 +02:00
Damien Cassou bb97890cf3 Add weboob 0.j 2014-09-14 10:39:48 +02:00
William A. Kennington III cd83ae0ad7 gyp: 1944 -> 1977 2014-09-13 22:07:11 -07:00
koral f98eea30bf Upgraded python-psutil to v2.1.1 2014-09-14 00:58:57 +02:00
Peter Simons 8b897a49aa haskell-async: update to version 2.0.1.6 2014-09-14 00:06:44 +02:00
Peter Simons 16a027cd5a haskell-haxr: compile with latest version of network 2014-09-14 00:06:43 +02:00
Peter Simons dac81d6ac9 haskell-time: update to version 1.5 2014-09-14 00:06:43 +02:00
Peter Simons 8b3d5417e4 haskell-packages.nix: drop optparse-applicative override 2014-09-14 00:06:43 +02:00
Peter Simons dd9a432a7d haskell-cake3: requires optparse-Applicative < 0.10 2014-09-14 00:06:43 +02:00
Peter Simons d2b284436d haskell-implicit: build is broken by optparse-applicative 0.10.x
https://github.com/colah/ImplicitCAD/issues/115
2014-09-14 00:06:43 +02:00
Peter Simons ab3ddfad93 haskell-sloane: cannot compile with optparse-applicative 0.10.x
https://github.com/akc/sloane/issues/1
2014-09-14 00:06:43 +02:00
Peter Simons 1f2f1a81dc haskell-checkers: build with latest quickcheck 2014-09-14 00:06:40 +02:00
Peter Simons 9a96591db1 haskell-optparse-applicative: try what happens when we update to 0.10.x 2014-09-14 00:06:40 +02:00
Peter Simons 6b1ba06bac haskell-attoparsec: update to version 0.12.1.2 2014-09-14 00:06:40 +02:00
Peter Simons 47d02a94e5 haskell-scientific: update to version 0.3.3.1 2014-09-14 00:06:40 +02:00
Peter Simons caf56dd59d haskell-boundingboxes: update to version 0.2.1 2014-09-14 00:06:40 +02:00
Peter Simons 74d42b548a haskell-parsec: update to version 3.1.6 2014-09-14 00:06:40 +02:00
Peter Simons 78442b00b1 haskell-case-insensitive: update to version 1.2.0.1 2014-09-14 00:06:39 +02:00
Domen Kožar 18e4197f87 pythonPackages: replace import with callPackage 2014-09-13 20:43:16 +02:00
cillianderoiste 3bb60dbefe Merge pull request #4060 from rycee/stix-font
Add package for the STIX OTF fonts.
2014-09-13 15:56:56 +02:00
Joachim Schiele cf8549da2f dcfldd: added advanced dd replacement 2014-09-13 14:23:09 +02:00
Cillian de Róiste f6b3de97bf python34Packages.zope_schema: update from 4.4.1 to 4.4.2 2014-09-13 14:05:53 +02:00
Luca Bruno f5c43d9f62 vanubi: new package
Programming editor for GTK+ inspired by Emacs

http://vanubi.github.io/vanubi
2014-09-13 12:39:18 +02:00
Vincent Laporte 829c49a686 Adds mezzo
Mezzo is a programming language in the ML tradition, which places strong
emphasis on the control of aliasing and access to mutable memory.

Homepage: http://protz.github.io/mezzo/
2014-09-13 12:26:07 +02:00
Vincent Laporte cc387fa886 Adds ocaml-functory
Functory is a distributed computing library for Objective Caml which facilitates distributed execution of parallelizable computations in a seamless fashion. Further, it is
polymorphic, incorporates a robust fault-tolerant mechanism and is already being deployed in real-world applications.

Homepage: https://www.lri.fr/~filliatr/functory/
2014-09-13 12:26:07 +02:00
Vincent Laporte ed72590004 Adds ocaml-pprint
Pprint is an OCaml adaptation of Wadler’s and Leijen’s prettier printer.

Homepage: http://gallium.inria.fr/~fpottier/pprint/
2014-09-13 12:26:07 +02:00
Vincent Laporte 2f0994010a Adds ocaml-fix
Fix is a simple OCaml module for computing the least solution of a system of monotone equations.

Homepage: http://gallium.inria.fr/~fpottier/fix/
2014-09-13 12:26:07 +02:00
Robert Helgesson e68d97aa43 Add package for the STIX fonts. 2014-09-13 12:07:13 +02:00
Jaka Hudoklin a23e4997d3 Merge pull request #4034 from offlinehacker/graphiteApi
nixos: add graphite api to graphite functionality
2014-09-13 00:05:36 +00:00
Pascal Wittmann e377128003 Merge pull request #4038 from bobvanderlinden/volumeicon
added volumeicon
2014-09-12 23:48:04 +02:00
Thomas Tuegel 8c3f749eda Rewrite hoogleLocal expression
The old expression was broken. This began as an attempt to fix it, but
the new expression is substantially different. It takes advantage of new
features that obviate the need to patch Hoogle. It comes with several
limitations. The new expression does not build the database in parallel,
although it does not take long. The new expression also does not support
downloading databases from the Hoogle instance at haskell.org; those
databases link to Hackage for documentation, defying the meaning of local.
2014-09-12 15:29:02 -05:00
Pascal Wittmann 3c6eceb5fb Merge pull request #4008 from dbohdan/master
Add Jim Tcl interpreter
2014-09-12 21:36:58 +02:00
cillianderoiste 56f6952f0d Merge pull request #4049 from vandenoever/musescore
Add MuseScore 1.3.
2014-09-12 18:53:14 +02:00
Peter Simons 5b28aebc08 sbt: drop unconditionally set $SBT_OPTS variable from script
... and rename simple-build-tool to just "sbt", which is the name
everybody uses these days.
2014-09-12 17:11:38 +02:00
Jos van den Oever 8a4ce8cf34 Add MuseScore 1.3. 2014-09-12 16:52:44 +02:00
wyvie 8746d4b6bc Added quazip-0.7 2014-09-12 17:06:36 +04:00
Matej Cotman 7f76092ffc new package: cmst - qt gui for connman 2014-09-12 14:10:26 +02:00
Eelco Dolstra 135142780b readline: Name Nix expressions consistently 2014-09-12 11:15:13 +02:00
Bruce Mitchener 5e367ec9d7 dylan: Remove old gwydion-dylan package.
The Gywdion Dylan compiler that was packaged here is old and this
package no longer builds. The Gwydion Dylan compiler is no longer
maintained, and has been replaced by the Open Dylan compiler which
is already packaged in Nix (opendylan).
2014-09-12 12:27:58 +07:00
Hoang Xuan Phu b5c219d5dc add functor-infix 2014-09-12 11:24:06 +07:00
Nathaniel Baxter 2fec214933 dbus_python: Add missing isPyPy argument. 2014-09-12 10:24:13 +10:00
William A. Kennington III 65f103175e consul: 0.3.0 -> 0.4.0 2014-09-11 15:40:41 -07:00
Domen Kožar aa162b388d package gim-nix and document it 2014-09-12 00:26:51 +02:00
Domen Kožar 2632afa131 pypy: handle unsupported packages 2014-09-12 00:26:50 +02:00
Eelco Dolstra 9a6484b255 smem: Add package
This is a memory reporting tool that accounts for shared memory.
2014-09-11 22:20:02 +02:00
Nick Sauce 759cc041ed smartgithg: new package
@vcunat added meta.platforms.
2014-09-11 21:51:01 +02:00
Mateusz Kowalczyk 37900c35c3 agda: add bitvector 2014-09-11 20:35:56 +01:00
Mateusz Kowalczyk ee31679bad agda-stdlib: make expression nicer, fix license 2014-09-11 20:35:56 +01:00
Nick Sauce e5c7115d6d gtkspellmm: new package
@vcunat added platforms.
2014-09-11 21:24:56 +02:00
Bob van der Linden 9b4fc42606 added volumeicon 2014-09-11 20:13:43 +02:00
Mateusz Kowalczyk d084f40c01 agda: add Agda-Sheaves 2014-09-11 18:49:28 +01:00
Jaka Hudoklin 19ea435cf8 nixos: add graphite api to graphite functionality 2014-09-11 18:09:40 +02:00
Jaka Hudoklin 602d84e66b nodePackages: add statsd-influxdb-backend, influxdb backend for statsd 2014-09-11 14:31:39 +02:00
aszlig 415c31372c
python-hetzner: Update to bugfix version 0.7.2.
From version 0.7.1 this fixes encoding problems with some DELL servers
while running the CLI.

And more importantly in version 0.7.2, it fixes the SSL certificate
error (Hetzner changed CA) which renders the library pretty much
useless.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-09-11 14:11:33 +02:00
Sander van der Burg 703d709544 Updated nodejs packages 2014-09-11 12:24:56 +02:00
cillianderoiste 15e134f127 Merge pull request #3829 from ruediger/add/oxygen-gtk3
Add oxygen-gtk3.
2014-09-11 11:02:12 +02:00
Peter Simons ff1b7aa332 Merge pull request #4028 from madjar/master
sshpass: Added expression
2014-09-10 20:52:22 +02:00
Jaka Hudoklin bac231481a pythonPackages: add graphite_influxdb, backend plugin for graphite-web and graphite-api 2014-09-10 19:22:46 +02:00
Jaka Hudoklin 453b377992 pythonPackages: add graphite_api and its dependencies 2014-09-10 18:46:50 +02:00
Domen Kožar 33ce850b82 fix a bunch of packages with lua5_1 2014-09-10 17:24:56 +02:00
Pascal Wittmann 427363c45a Merge pull request #4026 from manveru/gecode
gecode: add package
2014-09-10 16:19:03 +02:00
Georges Dubus f7fe08ec4e sshpass: Added expression 2014-09-10 16:01:39 +02:00
Luca Bruno d8924a4e7f Remove some obsolete platform override in release.nix 2014-09-10 15:33:51 +02:00
Domen Kožar 3ef16c8965 pythonPackages.livestream: use requests2 2014-09-10 14:36:06 +02:00
Domen Kožar 6c6f93c458 pythonPackages.gcutil: fix build 2014-09-10 14:36:06 +02:00
Michael Fellinger 4aed828dd0 gecode: add package 2014-09-10 14:14:58 +02:00
Jaka Hudoklin 00f9015b34 pythonPackages: add dotfiles, dotfile manager 2014-09-10 12:23:10 +02:00
Mateusz Kowalczyk 7e5d0ee0c3 s/dependancy/dependency/ 2014-09-10 00:28:49 +01:00
Vladimír Čunát a73196517e lua: migrate some pkgs, 5.1 -> 5.2 2014-09-09 21:49:40 +02:00
Vladimír Čunát d09736b7c1 lua5 sockets: our version only works with lua 5.1 2014-09-09 21:49:35 +02:00
Shea Levy 70c27cfc3d Merge branch 'add-haskell-managed' of git://github.com/alpmestan/nixpkgs 2014-09-09 14:14:57 -04:00
Bjørn Forsman c888b97e19 linssid: new package
LinSSID is a graphical wireless scanning application for Linux.

http://sourceforge.net/projects/linssid/
2014-09-09 19:42:49 +02:00
Alp Mestanogullari ed5349952a add a nix expression for the (haskell) 'managed' package 2014-09-09 19:25:13 +02:00
Luca Bruno ac724e7bbc Added TORQUE package and nixos module
Resource management system for submitting and controlling
jobs on supercomputers, clusters, and grids

http://www.adaptivecomputing.com/products/open-source/torque
2014-09-09 18:24:46 +02:00
Danyil Bohdan 03df715281 Add Jim Tcl interpreter 2014-09-09 14:19:49 +03:00
Pascal Wittmann 95b4d2af94 Merge pull request #3934 from MP2E/chocolate-doom
chocolateDoom and chocolateDoomMaster added
2014-09-09 12:16:18 +02:00
Ricardo M. Correia 48105a0aa1 pythonPackages.beautifulsoup4: Fix hash
The src tarball was modified in the PyPI repository.

I have compared the old tarball against the new one, the only difference
being that the new one is missing the following files/directories:

AUTHORS.txt
COPYING.txt
doc/
NEWS.txt
scripts/
TODO.txt
2014-09-08 15:20:30 +02:00
Ricardo M. Correia ae453d1a0e perlPackages.Plack: update from 1.0030 to 1.0031 2014-09-08 15:19:39 +02:00
Eelco Dolstra 585983bc95 Merge remote-tracking branch 'origin/staging'
Conflicts:
	pkgs/applications/version-management/subversion/default.nix
2014-09-08 11:42:09 +02:00
Peter Simons 073cd3cfb9 Update version of 'lua' and 'lua5' attributes to lua 5.2.
@vcunat kindly pointed out that earlier versions are vulnerable to
CVE-2014-5461. There remain a whole lot of packages that have hard-coded
use of version 5.1, unfortunately.
2014-09-07 19:55:30 +02:00
Aristid Breitkreuz 476b94a34d Merge pull request #3998 from bobvanderlinden/libfreefare
added libfreefare
2014-09-07 18:08:56 +02:00
Bob van der Linden c839205a69 added libfreefare
A library on top of libnfc for MIFARE support.
2014-09-07 16:23:23 +02:00
Pascal Wittmann 4537c1ab25 Merge pull request #3935 from MP2E/eternity-engine
Add eternity and eternityMaster, a Doom port by James Haley
2014-09-07 15:26:11 +02:00
Domen Kožar dce3e9261b pypy: disable some more packages 2014-09-07 14:51:11 +02:00
Bjørn Forsman af26d5e25b jquery: new package
jQuery is a JavaScript library designed to simplify the client-side
scripting of HTML.

I'm adding version 1.x instead of 2.x because 1.x supports IE 6, 7, 8
browsers and both versions are API compatible.

http://jquery.com/
2014-09-07 14:39:34 +02:00
Bjørn Forsman 218c28934e jquery-ui: align attrname with pkgname (jquery_ui => jquery-ui) 2014-09-07 13:10:14 +02:00
Aristid Breitkreuz c3361f9414 perlPackages.FinanceQuote: update from 1.29 to 1.35 2014-09-07 11:34:15 +02:00
William A. Kennington III cc5d2cf55a bitlbee: 3.2 -> 3.2.2 2014-09-06 18:47:47 -07:00
Cray Elliott eb7dbf9067 Remove eternityMaster 2014-09-06 16:18:35 -07:00
Cray Elliott b61d98728c Add notice for chocolateDoomMaster 2014-09-06 16:16:01 -07:00
Domen Kožar 301fe9360e pypyPackages.skype4py: disable 2014-09-07 00:13:34 +02:00
Domen Kožar 7668e3dafe sip: use package from pythonPackages attrset 2014-09-07 00:13:34 +02:00
Domen Kožar 0418d8299d disable a bunch of python packages on pypy 2014-09-06 22:25:00 +02:00
Nixpkgs Monitor db0076b659 python34Packages.httplib2: update from 0.8 to 0.9, potentially fixes CVE-2013-2037 2014-09-06 18:32:11 +02:00
Domen Kožar 46acec64c2 pythonPackages.sqlalchemy{,8}: disable on py34 2014-09-06 18:13:14 +02:00
Domen Kožar 17f1043eb0 buildPythonPackage: support .override {} 2014-09-06 18:13:14 +02:00
Nixpkgs Monitor 424669e7b0 ack: update from 2.12 to 2.14 2014-09-06 18:10:06 +02:00
Domen Kožar 8d85bfefcf pypyPackages.pycurl: disable 2014-09-06 17:16:44 +02:00
Domen Kožar e69dd3b9aa pypyPackages.psycopg2: disable 2014-09-06 17:12:11 +02:00
Domen Kožar a9d25eae98 pypyPackages.lxml: 3.0.2 -> 3.3.6 (fixes pypy build) 2014-09-06 17:10:29 +02:00
Domen Kožar 7cc77a12e4 pypyPackages.numpy: disable and upgrade 2014-09-06 16:54:14 +02:00
Vladimír Čunát 06fea81c6e Merge recent master into staging
Hydra: ?compare=1150594
2014-09-06 16:52:45 +02:00
Domen Kožar ee27bd1d99 pypyPackages.pil: fix build 2014-09-06 16:35:58 +02:00
Aristid Breitkreuz e8a38b7822 add more convenient adapter for making debug builds 2014-09-06 16:19:27 +02:00
Domen Kožar 2eed178fe7 pypyPackages.fabric: disable tests 2014-09-06 16:15:40 +02:00
Domen Kožar 2c7290c58f pythonPackages.sure: use upstream package, next release should have tests 2014-09-06 16:08:01 +02:00
Domen Kožar b08be36879 pythonPackages.zope_testrunner: enable tests 2014-09-06 15:56:48 +02:00
Domen Kožar 0fc621e666 pypyPackages.greenlet: disable 2014-09-06 15:21:44 +02:00
Aristid Breitkreuz 538195e088 disable guile by default and add attribute for gdb-with-guile 2014-09-06 13:40:16 +02:00
Peter Simons 1e92a86240 emacs-rainbow-delimiters: add version 1.3.8 2014-09-06 13:30:44 +02:00
Peter Simons 4c5d12d3f0 all-packages.nix: re-arrange Emacs packages into a semi-alphabetical order 2014-09-06 13:30:44 +02:00
Nathaniel Baxter f7ce66985a bittorrent: Remove reference to deleted package. 2014-09-06 20:32:01 +10:00
Florent Becker 2709d32274 Add a derivation for eliom (ocaml web framework) 2014-09-06 12:44:33 +04:00
Florent Becker e8250dd94a Add a derivation for the ocsigen server (ocaml webserver) 2014-09-06 12:44:33 +04:00
Florent Becker da6859722d Add tyxml (XML library for ocaml) 2014-09-06 12:44:33 +04:00
Florent Becker 3245b97000 Add a derivation for js_of_ocaml 2014-09-06 12:44:32 +04:00
Florent Becker b5c621062d add ocaml-ipaddr 2014-09-06 12:44:32 +04:00
Florent Becker ffe02360dc Add a derivation for deriving (ocaml instance derivation à la Haskell) 2014-09-06 12:44:32 +04:00
Florent Becker 6863dfeccc Add a derivation for ocaml-optcomp 2014-09-06 12:44:32 +04:00
Florent Becker 2ca3c23ddc Add a derivation for ocaml-calendar 2014-09-06 12:44:32 +04:00
Christoph Hrdinka 2d912e29d5 build-fhs-chrootenv: fix gcc_multi paths 2014-09-06 00:25:49 +02:00
Christoph Hrdinka c5f51039f4 steam: fix steam on x86_64 2014-09-06 00:25:48 +02:00
Domen Kožar b420eeba44 remove bittorrent package since it's obsolete 2014-09-05 22:49:31 +02:00
Peter Simons 7f5bc10186 emacs-ensime: add current git snapshot 2014-09-05 16:06:16 +02:00
Peter Simons e8bff6f838 emacs-s: add version 1.9.0 2014-09-05 16:06:16 +02:00
Peter Simons a4ec7a6316 emacs-dash: add version 1.5.0 2014-09-05 16:06:16 +02:00
Eelco Dolstra 002b067750 Merge pull request #3953 from lethalman/combined
release: don't build broken packages, don't build tested on unsupported systems
2014-09-05 10:46:42 +02:00
aszlig fd9c8fa3dc
pkgs/nsd: Allow to easily override the package.
Allowing to use nixpkgs config to provide different defaults is not
going to help us here, so we would like to use nsd.override {} in order
to supply the correct options in the module.

Eventually removing the nixpkgs config option would make sense here as
well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-09-05 02:54:39 +02:00
Mateusz Kowalczyk 19335acb0c haskell-rope: add 0.6.4 2014-09-05 00:32:25 +01:00
Dmitry Malikov 498aef7766 haskell-regex-pcre-builtin: add 0.94.4.8.8.35
Closes #3972.

Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
2014-09-04 23:00:30 +01:00
Shea Levy 20113e5d8b buildLocalCabal: Use host-native nixpkgs for the call to cabal2nix by default 2014-09-04 15:22:31 -04:00
Aristid Breitkreuz 73e569bf01 add postgresql 9.4beta2 2014-09-04 20:36:43 +02:00
Edward Tjörnhammar 6fcab9baca libretro-cores:
- adding: 4do, desmume, fceumm, mame, mupen64plus, scummvm,
            snes9x, stella, picodrive, ppsspp and vba

retroarch:
  - added retroarch wrapper for configured cores
  - changed attributes, old retroarch is now retroarchBare*
2014-09-04 20:03:13 +02:00
Jaka Hudoklin 4d104542e9 Add keylogs, a GNU/Linux keylogger that works 2014-09-04 19:10:56 +02:00
Michael Raskin 3bc8f9ad02 Merge pull request #3938 from aherrmann/pr_mpi
Python wrappers for mpi and hdf5 (with mpi support for hdf5)
2014-09-04 20:54:00 +04:00
Thomas Tuegel ad83a961ae zotero: update to 4.0.22
Drop firefox-30.0, which we were only keeping around for
xulrunner-30.0. New Zotero version is compatible up to firefox-32.0.
2014-09-04 11:52:24 -05:00
Bjørn Forsman 53732eac2a python-robotframework-tools: new package
This package provides "Python Tools for Robot Framework and Test
Libraries".

In particular, I'm interested in the 'robotshell' extension for IPython.
2014-09-04 18:48:06 +02:00
Bjørn Forsman c1614ab180 python-moretools: new package
It provides "Many more basic tools for python 2/3 extending itertools,
functools, operator and collections".

It's a dependency of robotframework-tools, which I want to package.
2014-09-04 18:48:06 +02:00
Bjørn Forsman f41e336cc0 python-path: new package
path is a module wrapper for os.path.

It's a dependency of moretools (which is a dependency of
robotframework-tools, which is what I want to package).
2014-09-04 18:48:06 +02:00
AndersonTorres 40b13e798b CImg and WxCam - New Packages #3519
In this commit, I'm including two new softwares
* CImg: A small, simple image toolkit library
* WxCam: a small, simple, wxGTK-based webcam application
2014-09-04 20:44:05 +04:00
Michel Kuhlmann 83683c4140 haskell-ghc-server: initial expression 2014-09-04 16:20:57 +02:00
Moritz Heidkamp 6f682f9afb Add Chibi-Scheme expression 2014-09-04 16:06:42 +02:00
Peter Simons c8e50e28cd Merge pull request #3956 from ip1981/master
Fixed buildLocalCabal by defining temporary $HOME
2014-09-04 15:03:02 +02:00
Igor Pashev 3d8a3e97bd Fixed buildLocalCabal by defining temporary $HOME
This fixes build error:

building path(s) ‘/nix/store/c8i7gm134aij9330h77l4sdna635yj0a-foo.nix’
building /nix/store/c8i7gm134aij9330h77l4sdna635yj0a-foo.nix
cabal2nix: /homeless-shelter/.cache: createDirectory: does not exist (No such file or directory)
error: syntax error, unexpected $end, at /nix/store/c8i7gm134aij9330h77l4sdna635yj0a-foo.nix:1:1
(use ‘--show-trace’ to show detailed location information)…
2014-09-04 14:54:13 +02:00
Peter Simons 0a6ad14395 haskell-idris: update to version 0.9.14.3 2014-09-04 14:41:09 +02:00
Peter Simons 381ce7ef94 haskell-optparse-applicative: add version 0.10.0 2014-09-04 14:41:08 +02:00
Peter Simons f82bf82465 haskell-tls: update to version 1.2.9 (and drop obsolete tls-extra) 2014-09-04 14:41:08 +02:00
Peter Simons 064c3d3e54 haskell-ghc-mod: update to version 5.0.1.2 2014-09-04 14:41:08 +02:00
Peter Simons a6bb945730 haskell-network: update to version 2.6.0.2 2014-09-04 14:41:08 +02:00
Michael Raskin a517dfcf71 Fix ACL2 2014-09-04 14:41:35 +04:00
Jaka Hudoklin 3ccd8af29d Add curl-unix-socket, Run HTTP requests over UNIX socket 2014-09-04 12:08:59 +02:00
Peter Simons ca931e0e1e Merge pull request #3915 from Fuuzetsu/agda-builder
RFC: Agda builder
2014-09-04 11:28:47 +02:00
Jaka Hudoklin 98778c4c27 Add JohnTheRipper, a fast password cracker 2014-09-04 01:30:04 +02:00
Michael Raskin 50cf685019 Merge pull request #3841 from monocell/wkhtml-update
updated wkhtmltopdf and use patched qt
2014-09-04 01:43:02 +04:00
Domen Kožar 1568dcd4dc move ike to applications/networking folder 2014-09-03 22:31:26 +02:00
Michael Raskin 068d1696df Add radare2 2014-09-03 23:02:02 +04:00
Michael Raskin d45c1db2db Merge pull request #3942 from joshcartwright/proggyfonts
Add proggyfonts collection
2014-09-03 22:04:00 +04:00
Michael Raskin 7a7a034f30 Merge pull request #3865 from edwtjo/dogecoin-1.8.0-refactor
dogecoin: autotools build factored out
2014-09-03 21:33:54 +04:00
Michael Raskin d81303813a Merge pull request #3465 from joelteon/picky-binutils
Stop binutils from trying to build on Darwin
2014-09-03 19:57:09 +04:00
Luca Bruno 83c968fa2c Add new kgraphviewer and massif-visualizer packages
I chose the unstable versions because the stable versions
seemed too outdated to me. They work with kde 4.12 anyway.
2014-09-03 17:04:22 +02:00
Michael Raskin 9cf910cd51 Merge pull request #3932 from MP2E/retroarch_git_master
add retroarchMaster package
2014-09-03 18:59:13 +04:00
Josh Cartwright a224d1f9ba Add proggyfonts collection
The Proggy Fonts are a font collection intended for fixed-width uses
like programming languages.

Signed-off-by: Josh Cartwright <joshc@eso.teric.us>
2014-09-03 09:03:15 -05:00
Domen Kožar 24fed22cff pypyPackages.jsonwatch: comment why it's disabled 2014-09-03 13:41:36 +02:00
Danyil Bohdan 8c0b08d705 add python package 'jsonwatch' 2014-09-03 13:41:36 +02:00
Strahinja Popovic fe3f7716f0 Enabled access to binaries of needed tools, and worker daemons can be enabled for phabricator #3306 2014-09-03 15:46:59 +04:00
Nomen Nescio ef5b30428f baekmuk-ttf: new package
baekmuk-ttf: new package
2014-09-03 15:12:03 +04:00
Luca Bruno 46b78bdef4 release: do not process broken packages, we induce they don't have platforms at all 2014-09-03 13:02:45 +02:00
Michael Raskin 53c9a17959 Merge pull request #3712 from vbgl/ocaml-sqlite3EZ
Adds ocaml-sqlite3EZ and its dependency ocaml+twt
2014-09-03 15:00:55 +04:00
Rüdiger Sonderfeld 698170005f Add QScintilla. 2014-09-03 12:12:00 +04:00
Michael Raskin 4fa0a59753 Merge pull request #3807 from iyzsong/fcitx
fcitx: update and add anthy addon
2014-09-03 11:45:58 +04:00
AndersonTorres 4dac1990d7 FME: New Package #3695 2014-09-03 11:47:58 +04:00
Nathan Bijnens 33a3f76ee4 Copy.com: client #3617 2014-09-03 11:31:51 +04:00
Michael Raskin 07e9016f35 Merge pull request #3195 from ederoyd46/add-sphinx-search
Added Sphinx Search package
2014-09-03 11:22:47 +04:00
Michael Raskin 9976dd3c4f Merge pull request #3644 from AndersonTorres/xiphos
Xiphos: New Package
2014-09-03 11:19:02 +04:00
Michael Raskin 2b7e30b674 Merge pull request #3741 from wkennington/master.tinc
tinc_pre: Add derivation
2014-09-03 11:18:25 +04:00
Michael Raskin 3ee4ba46cd Merge pull request #3733 from bjornfor/qt-full-names
qt: make package names of "full" variants appear as such
2014-09-03 11:16:40 +04:00
William A. Kennington III ac502d28ff tinc_pre: Add derivation
The tinc developer has made significant developments to the next version
of tinc including many protocol security fixes. This patch adds the
prerelease of the next major tinc release.
2014-09-02 09:16:15 -07:00
William A. Kennington III 36614ff3e2 Revert "Revert "Merge pull request #2449 from wkennington/master.grub""
This reverts commit 94205f5f21.

Conflicts:
	nixos/modules/system/boot/loader/grub/install-grub.pl
2014-09-02 09:16:13 -07:00
Michel Kuhlmann 6a0b39b0af haskell-hindent: initial expression 2014-09-02 16:02:00 +01:00
Jaka Hudoklin 217cda9c54 pythonPackages: add websocket_client, fix pythonPackages.docker 2014-09-02 16:37:13 +02:00
Sander van der Burg ef8220d1bf Expose Android NDK in the top level expression 2014-09-02 14:11:09 +02:00
Andreas Herrmann 728793ef0b h5py: New package, version 2.3.1 2014-09-02 13:56:54 +02:00
Andreas Herrmann 1e786087e4 mpi4py: New package, version 1.3.1 2014-09-02 13:56:47 +02:00
Vincent Laporte 7d3706c788 Merge remote-tracking branch 'upstream/master' into ocaml-sqlite3EZ
Conflicts:
	pkgs/top-level/all-packages.nix
2014-09-02 13:32:43 +02:00
Peter Simons 1c0d15b90e Merge branch 'origin/master' into staging.
Conflicts:
	pkgs/development/libraries/ffmpeg/2.x.nix
	pkgs/development/libraries/serf/default.nix
2014-09-02 12:31:03 +02:00
Jaka Hudoklin 44b58f4e74 pythonPackages: add docker-py 2014-09-02 12:07:36 +02:00
Peter Simons 49c7b7040b haskell-haddock: add version 2.15.0 2014-09-02 11:48:19 +02:00
Eelco Dolstra aa8a728b04 Cache::Cache: Disable tests 2014-09-02 11:44:09 +02:00
Cray Elliott db64ebe167 Add eternity engine, a Doom port by James Haley
Eternity Engine is a limit removing port descended from BOOM
2014-09-02 02:04:37 -07:00
Cray Elliott f933ccd309 chocolateDoom and chocolateDoomMaster added
chocolate doom is a port that aims to recreate the experience of Doom in the 1990s
as accurately as possible
2014-09-02 01:37:34 -07:00
Cray Elliott 73439c6053 add dolphinEmu and dolphinEmuMaster
Dolphin is a high quality, open source Gamecube/Wii/Triforce emulator for
Windows, Mac OS X and Linux
2014-09-02 01:20:38 -07:00
Cray Elliott b56a348af7 add retroarchMaster package 2014-09-02 00:56:47 -07:00
Michael Raskin d33a20ef4a Merge pull request #3869 from pmahoney/skarnet
skarnet.org UNIX utilities
2014-09-02 02:15:22 +04:00
Michael Raskin f927e860f2 Merge pull request #3849 from vbgl/cmdliner
Adds ocaml-cmdliner
2014-09-02 02:14:19 +04:00
Michael Raskin bbcf58b217 Merge pull request #3599 from RumataEstor/erlang-odbc
Support odbc in erlang R16 and R17
2014-09-02 02:09:46 +04:00
Michael Raskin 3ad91106f1 Merge pull request #3704 from sfultong/upstream-master
tomcat: update to upstream master
2014-09-02 02:09:18 +04:00