Commit graph

21336 commits

Author SHA1 Message Date
Frederik Rietdijk 694c2c149a pythonPackages.traitlets: 4.0.0 -> 4.1.0 2016-01-24 14:33:55 +01:00
Frederik Rietdijk bb16c26538 pythonPackages.xarray: 0.6.1 -> 0.7.0
Note that xray has been renamed to xarray.
2016-01-24 14:33:55 +01:00
Frederik Rietdijk 569acd33e5 pythonPackages.isodate: 0.5.0 -> 0.5.4 2016-01-24 14:33:55 +01:00
Frederik Rietdijk 84155c4fdb pythonPackages.recommonmark: 0.2.0 -> 0.4.0 2016-01-24 14:33:54 +01:00
Frederik Rietdijk 881dbe42d5 pythonPackages.qtconsole: 4.1.0 -> 4.1.1 2016-01-24 14:33:54 +01:00
Frederik Rietdijk 494e6be6bb pythonPackages.numba: 0.22.1 -> 0.23.1
Update numba.
Even when executing the correct file, the tests still fail; cannot
import an extension module.
2016-01-24 14:33:54 +01:00
Frederik Rietdijk bfb414d5c6 pythonPackages.nose: 1.3.4 -> 1.3.7 2016-01-24 14:33:54 +01:00
Frederik Rietdijk 4d9bdce5c4 pythonPackages.iso8601: 0.1.10 -> 0.1.11 2016-01-24 14:33:53 +01:00
Frederik Rietdijk 2b708d43f0 pythonPackages.ipython: 4.0.0 -> 4.0.3 2016-01-24 14:33:53 +01:00
Frederik Rietdijk 390d6016fe pythonPackages.ipykernel: 4.2.0 -> 4.2.2 2016-01-24 14:33:53 +01:00
Frederik Rietdijk 9302637819 pythonPackages.jupyter_console: 4.0.3 -> 4.1.0 2016-01-24 14:33:53 +01:00
Frederik Rietdijk 7df3009522 pythonPackages.dask: 0.7.5 -> 0.7.6 2016-01-24 14:33:53 +01:00
Frederik Rietdijk 4537bbf8b9 pythonPackages.CommonMark: 0.5.4 -> 0.6.3 2016-01-24 14:33:52 +01:00
Patrick Mahoney 9790094f23 libgdiplus: build on darwin 2016-01-23 21:49:50 -06:00
Tomasz Czyż 2bdd64d6dc solaar: init at 0.9.2 2016-01-24 02:26:19 +00:00
Domen Kožar c445ec36cb add ipmiview: supermicro ikvm and remote control 2016-01-23 22:14:51 +01:00
Dan Peebles 8f9aea9ccc grsecurity: fix kernel config and uncomment grsecurity kernels 2016-01-23 16:58:44 +00:00
Dan Peebles bffc446394 paxtest: init at 0.9.14 2016-01-23 14:36:08 +00:00
Svein Ove Aas ef582b2805 factorio: init at 0.12.20 2016-01-23 13:15:18 +00:00
Nikolay Amiantov 29785c5b7a Merge pull request #12309 from zohl/chromiumos-kernel
Add ChromiumOS kernels
2016-01-23 13:13:59 +03:00
Nikolay Amiantov bf208745ab Merge pull request #12290 from abbradar/dovecot-updates
Rework dovecot module, add and update plugins, default Dovecot to 2.2
2016-01-23 12:02:23 +03:00
Rodney Lorrimar a8aecdcc20 xcftools: init at 1.0.7 2016-01-22 19:45:48 +00:00
Graham Christensen 4a6602c3cd awscli: Install less to fix help docs
Without less, we get:

```
2016-01-22 10:31:59,098 - MainThread - awscli.help - DEBUG - Running command: ['groff', '-man', '-T', 'ascii']
2016-01-22 10:31:59,109 - MainThread - awscli.help - DEBUG - Running command: ['less', '-R']
2016-01-22 10:31:59,111 - MainThread - awscli.clidriver - DEBUG - Exception caught in main()
Traceback (most recent call last):
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/clidriver.py", line 183, in main
    return command_table[parsed_args.command](remaining, parsed_args)
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 245, in __call__
    self.renderer.render(self.doc.getvalue())
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 81, in render
    self._send_output_to_pager(converted_content)
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 86, in _send_output_to_pager
    p = self._popen(cmdline, stdin=PIPE)
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 90, in _popen
    return Popen(*args, **kwargs)
  File "/nix/store/6a1x9r9wywa27v9gvp0yqgq0mmkfa3ww-python-2.7.11/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/nix/store/6a1x9r9wywa27v9gvp0yqgq0mmkfa3ww-python-2.7.11/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
2016-01-22 10:31:59,112 - MainThread - awscli.clidriver - DEBUG - Exiting with rc 255

[Errno 2] No such file or directory
```

Import less along with groff

Fixes #12549.
2016-01-22 18:31:49 +01:00
Franz Pletz 85675ebcaf Merge pull request #12512 from vandenoever/odpdown
Odpdown
2016-01-22 18:09:39 +01:00
Jos van den Oever 6e586a32fd odpdown: init at 0.4.1 2016-01-22 17:59:48 +01:00
Frederik Rietdijk b076c78005 Merge pull request #12485 from mogorman/sopel_6.2.1
sopel: 6.1.1 -> 6.2.1
2016-01-22 17:17:44 +01:00
Matthew O'Gorman 984409db68
sopel: 6.1.1 -> 6.2.1
test commit
2016-01-22 11:11:40 -05:00
Lluís Batlle i Rossell 77f8f35d57 goPackages: comment on kagome about no parallel build 2016-01-22 14:51:24 +01:00
Lluís Batlle i Rossell 4d68077528 goPackages: adding restic
I make it use its supplied dependencies. Easier.
2016-01-22 14:50:16 +01:00
Vladimír Čunát 0957359568 Merge branch 'staging' 2016-01-22 13:48:35 +01:00
Domen Kožar 542bf5bf41 elm: recurseIntroAtrs and use GHC 7.10.3 2016-01-22 13:39:18 +01:00
Thomas Tuegel 52c0b3f33c Merge pull request #12471 from FRidh/konversation
kde5.konversation: init at 1.6
2016-01-22 06:21:24 -06:00
Domen Kožar fb2675c5cf scim -> sc-im 2016-01-22 13:07:51 +01:00
Frederik Rietdijk 721a091fb1 kde5.konversation: init at 1.6
Currently we have `kde4.konversation` which is version 1.5 of
Konversation.
This adds `kde5.konversation` which is version 1.6 and builds
against the latest KDE Frameworks 5.
2016-01-22 11:23:24 +01:00
Domen Kožar c21f9365b8 release.nix: remove troubling glib-tested, add python 2016-01-21 20:07:17 +01:00
Lluís Batlle i Rossell 23b76d3100 gozim: fix gozimhttpd with rice
Otherwise it does not run.
2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell 99077ff648 go packages: add gozim and dependencies. 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell 5133f63257 go packages: adding bleve 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell 7880317da2 go packages: add kagome 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell 6349f50bde Add gtreap gopackage. 2016-01-21 17:11:28 +01:00
aszlig c92d7481a5
multipath_tools: Rename to multipath-tools
See http://nixos.org/nixpkgs/manual/#sec-package-naming

I've added an alias for multipath_tools to make sure that we don't break
existing configurations referencing the old name.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21 16:18:38 +01:00
Tobias Geerinckx-Rice 1bd1aea84e Merge pull request #12113 from bnikolic/wcslib
wcslib: init at 4.25
2016-01-21 15:59:08 +01:00
Vladimír Čunát 3317eef084 Merge #12414: qutebrowser: fix various things 2016-01-21 11:56:50 +01:00
Nikolay Amiantov ec15cea84f dovecot_antispam: init at 20130429 2016-01-21 12:53:24 +03:00
Nikolay Amiantov c956bc774b dovecot_pigeonhole: 0.4.3 -> 0.4.10 2016-01-21 12:53:21 +03:00
Nikolay Amiantov cf1883f106 dovecot: default to 2.2 2016-01-21 12:50:03 +03:00
Frederik Rietdijk 33eccdc776 Merge pull request #12510 from vandenoever/lpod
lpod-python: 1.1.5 -> 1.1.7
2016-01-21 09:26:56 +01:00
Tobias Geerinckx-Rice d561179789 pythonPackages.sphinx_1_2: disable checks
They would require keeping a pygments_2_0_2 branch around, just for
this outdated package. Doesn't seem worth it.
2016-01-21 04:11:59 +01:00
Tobias Geerinckx-Rice 9f6ca0fe15 pythonPackages.sphinx: fix tests with Pygments 2.1
Close #12511.
2016-01-21 04:11:57 +01:00
Tobias Geerinckx-Rice 67c487f243 pythonPackages.sphinx: 1.3.1 -> 1.3.4
Mainly bugfixes. Far too many to summarise here:
http://www.sphinx-doc.org/en/stable/changes.html#release-1-3-4-released-jan-12-2016
2016-01-21 04:11:05 +01:00
Jos van den Oever 9ecc06dca5 lpod-python: 1.1.5 -> 1.1.7 2016-01-20 23:56:02 +01:00
Vladimír Čunát 313faf07ba brotli: init at 0.3.0 2016-01-20 22:50:26 +01:00
Bojan Nikolic 6271300819 wcslib: init at 5.12 2016-01-20 21:35:58 +00:00
Vladimír Čunát 34fe26d7c2 grsecurity: disable stuff depending on 4.2 kernel
... to avoid evaluation problems (4.2 was unmaintained and removed).
2016-01-20 21:22:59 +01:00
Vladimír Čunát 4824f73cb3 linux-4.2: remove as it's no longer maintained upstream
grsecurity still holds a reference to it,
but I prefer it to fail than to use a version
that is most likely not secure anymore.
2016-01-20 20:15:07 +01:00
Matthijs Steen 7f58e162bc guake: init at 0.8.3 (close #11027)
There's a catch noted at the top of the expression.
(vcunat moved it there from the commit message)
2016-01-20 19:33:48 +01:00
Pascal Wittmann 0c816a56f6 Merge pull request #12237 from Denommus/python-eve
python-eve framework
2016-01-20 15:28:37 +01:00
Peter Simons 203579fb25 Add LTS Haskell 4.2. 2016-01-20 14:33:37 +01:00
Reno Reckling 2f6ef9aa6a python-setproctitle: init at 1.1.9 2016-01-20 13:01:04 +01:00
Rok Garbas 95db340fd0 ib-tws, ib-controller: init at 9542 and 2.14.0, fixes #8142 2016-01-20 04:42:30 +01:00
Wei-Ming Yang 9d9cb9f087 softether: move package in SERVERS section, fixes #11576 2016-01-20 03:47:52 +01:00
Guillaume Maudoux f8ff4691ed linux-mptcp: init at 0.90 (kernel 3.18.20), fixes #11149 2016-01-20 02:11:09 +01:00
Tuomas Tynkkynen 69ba6c1d30 mmc-utils: init at 2015-11-18, fixes #12489 2016-01-20 01:50:34 +01:00
Rok Garbas 077f7ceaab pythonPackages.turses: disabled pypy and py3k builds 2016-01-20 00:28:41 +01:00
Rok Garbas f75a122d24 pythonPackages: turses 0.2.23->0.3.1, tweepy 2.3.0->3.5.0, closes #12286 2016-01-20 00:20:36 +01:00
Eric Seidel 322a691377 emacs-packages: update diminish 0.44 -> 0.45 2016-01-19 14:16:35 -08:00
Peter Simons 82b464820e Merge pull request #12473 from gleber/update-erlang-hex-packages
Erlang: update tooling and hex packages
2016-01-19 22:18:32 +01:00
Tobias Geerinckx-Rice 8871de95f5 fuze: remove dead package
Last maintained in 2013. Building fails due to vanished sources.
Upstream has the following to say:

  “As of February 11th 2015, Fuze will no longer support a native
   Linux-based client. This means that any customers attempting to
   install or use our previous Linux client will be unable to do
   so. There are currently no plans to create an updated version
   of the Linux client for Fuze. For Linux based customers that
   still wish to use Fuze, we recommend that you try our browser
   client.” -- https://support.fuze.com/hc/en-us/articles/201527877-Does-Fuze-Support-Linux-

Never marked as broken, but has been so for quite some time.
2016-01-19 21:36:23 +01:00
Tobias Geerinckx-Rice 38c83e2916 pythonPackages.pygments: 2.0.2 -> 2.1
- Added lexers, styles, formatters.
- New "filename" option for HTML formatter (PR#527).
- Improved performance of the HTML formatter for long lines (PR#504).
- Updated autopygmentize script (PR#445).
- Fixed style inheritance for non-standard token types in HTML
  output.
- Added support for async/await to Python 3 lexer.
- Rewrote linenos option for TerminalFormatter (it's better, but
  slightly different output than before) (#1147).
- Javascript lexer now supports most of ES6 (#1100).
- Cocoa builtins updated for iOS 8.1 (PR#433).
- Combined BashSessionLexer and ShellSessionLexer, new version
  should support the prompt styles of either.
- Added option to pygmentize to show a full traceback on exceptions.
- Fixed incomplete output on Windows and Python 3 (e.g. when using
  iPython Notebook) (#1153).
- Allowed more traceback styles in Python console lexer (PR#253).
- Added decorators to TypeScript (PR#509).
- Fix highlighting of certain IRC logs formats (#1076).

More: https://bitbucket.org/birkenfeld/pygments-main/src/tip/CHANGES
2016-01-19 21:36:23 +01:00
Eelco Dolstra ac0c49970b make-tarball.nix: Allow passing in a different Nix
Used by the Nix tests (9fff492561).
2016-01-19 21:28:53 +01:00
Arseniy Seroka 5f767b2580 Merge pull request #12462 from wizeman/u/add-fstar
fstar: init at 2016-01-12
2016-01-19 16:41:44 +03:00
Ricardo M. Correia 097c82f6c5 fstar: init at 2016-01-12 2016-01-19 01:46:30 +01:00
Eric Sagnes 9f38c9a675 albert: init at 0.8.0 2016-01-19 09:41:21 +09:00
Thomas Tuegel b81c8b9013 emacsPackagesNg: add note about elpaBuild 2016-01-18 15:29:18 -06:00
Thomas Tuegel 001341f8c9 emacs-org-plus-contrib: use elpaBuild 2016-01-18 15:29:18 -06:00
Thomas Tuegel e01a41aee1 emacs-auctex: 11.87.7 -> 11.89
Uses generated package from ELPA.
2016-01-18 15:29:18 -06:00
Thomas Tuegel d40e9bed15 emacs-let-alist: use generated package 2016-01-18 15:29:17 -06:00
Thomas Tuegel 61436c90e2 emacsPackagesNg: prefer melpaStablePackages to elpaPackages
Both package sets are stable, but elpaPackages is an ad hoc set, so we
should prefer melpaStablePackages.
2016-01-18 15:29:16 -06:00
Arseniy Seroka 05fe3faced Merge pull request #12455 from mogorman/paho-mqtt
paho-mqtt: init at 1.1
2016-01-18 22:21:45 +03:00
Matthew O'Gorman 34c1f87750
paho-mqtt: init at 1.1 2016-01-18 13:35:07 -05:00
Michael Raskin c983078735 Merge pull request #12454 from otwieracz/pioneer
pioneer: nixpkg added
2016-01-18 18:20:09 +00:00
Slawomir Gonet 2ad985f3ed pioneer: nixpkg added 2016-01-18 19:03:35 +01:00
Eric Merritt 8021b5241c rebar3: refactor to make hermetic
This adds changes to the rebar3 expression that patch rebar3 to force it
to be hermetic. Now, by default, rebar3 literally can't download
anything. A 'rebar3-open' expression was added for those folks whe want
the normal rebar3.
2016-01-18 08:19:15 -08:00
Vladimír Čunát 45bf78373e termite: fix up the business with vte patching
I didn't see nice patches to apply,
so I exchanged the whole source (-> autoreconf).

/cc maintainer: k0ral. BTW, it's practical to have the maintainers attribute
match the github name exactly so that people know how to /cc you.
2016-01-18 15:57:41 +01:00
Franz Pletz 501f9166b1 Merge pull request #12407 from jgillich/chats
xmpp-client, ricochet
2016-01-18 15:15:59 +01:00
Franz Pletz ca3af3ce88 pythonPackages.frozendict: Remove duplicate declaration 2016-01-18 14:19:56 +01:00
Franz Pletz 55fc3acfcb Merge pull request #12159 from rasendubi/ycmd
ycmd: Init at 2016-01-12
2016-01-18 14:11:22 +01:00
Robin Gloster 53b389327e refactor to use autoreconfHook where possible
Close #12446.
2016-01-18 10:45:31 +01:00
taku0 fba7544812 firefox-bin: wrap firefox-bin (close #12416) 2016-01-18 10:42:57 +01:00
Vladimír Čunát 620c147cce Merge branch 'master' into staging 2016-01-18 09:48:49 +01:00
William Casarin e66965fdee terra: init at git-2016-01-06 2016-01-17 17:30:01 -08:00
Tobias Geerinckx-Rice f0cc8f9ec5 4suite: remove dead package
Project abandoned in 2006. Broken since June 2014.
2016-01-18 01:41:57 +01:00
Franz Pletz 0f107fcb67 3dfsb: Remove package
Package is broken, old and not easily fixable.

See #12397.
2016-01-17 23:57:23 +01:00
Robin Gloster a80a07865d rustRegistry: 2015-12-23 -> 2016-01-17 2016-01-17 22:05:20 +00:00
tv ceaec1a108 minidb: init at 2.0.1 2016-01-17 21:59:22 +01:00
Nikolay Amiantov 49363a40ba python-axolotl: init at 0.1.7 2016-01-17 22:24:10 +03:00
Nikolay Amiantov 4d43687fc1 python-axolotl-curve25519: init at 0.1 2016-01-17 22:24:05 +03:00
Matthias Beyer ae5ef2b009 pygraphviz: init at 1.3
changes by @globin:
1.2 -> 1.3
correct license information

Signed-off-by: Robin Gloster <mail@glob.in>
2016-01-17 18:11:37 +00:00
Robin Gloster 656acf3719 mates: remove package
see #11926 for context

closes #11926
2016-01-17 18:11:08 +00:00
Robin Gloster 1dfdd01ec9 Merge pull request #11589 from kragniz/cookiecutter
Add cookiecutter
2016-01-17 17:57:55 +01:00
Louis Taylor fb9052c098 cookiecutter: init at 1.3.0 2016-01-17 16:53:31 +00:00
Louis Taylor b0ca115059 pythonPackages.chardet: update homepage 2016-01-17 16:31:28 +00:00
Louis Taylor 9fa25759cc pythonPackages.chardet: 2.1.1 -> 2.3.0 2016-01-17 16:31:22 +00:00
Louis Taylor ff5c859460 pythonPackages.ruamel_base: init at 1.0.0 2016-01-17 16:31:17 +00:00
Louis Taylor 96bb93a5a1 pythonPackages.ruamel_ordereddict: init at 0.4.9 2016-01-17 16:31:10 +00:00
Louis Taylor a5846c6c51 pythonPackages.ruamel_yaml: init at 0.10.13 2016-01-17 16:31:05 +00:00
Louis Taylor d0db3c2d52 pythonPackages.future: 0.14.3 -> 0.15.2 2016-01-17 16:30:57 +00:00
Louis Taylor 84c8763a17 pythonPackages.whichcraft: init at 0.1.1 2016-01-17 16:30:52 +00:00
Louis Taylor 6f94a131e8 pythonPackages.binaryornot: init at 0.4.0 2016-01-17 16:30:42 +00:00
Frederik Rietdijk 19c1c5dd78 Merge pull request #12434 from mogorman/sopel
sopel: init at 6.1.1
2016-01-17 16:20:44 +01:00
Matthew O'Gorman 3a14a5b375
sopel: init at 6.1.1 2016-01-17 10:13:06 -05:00
Pascal Wittmann a0c40bfcff python-radicale: 1.0.1 -> 1.1.1 2016-01-17 14:56:12 +01:00
Domen Kožar f69743b4b4 Merge pull request #11401 from zagy/add/shortuuid
pythonPackage shortuuid: init at 0.4.2
2016-01-17 13:01:16 +01:00
Domen Kožar 07dcea52e6 Merge pull request #12419 from avnik/rmilter+rspamd
Rmilter+rspamd packages and NixOS modules
2016-01-17 12:57:51 +01:00
Domen Kožar 64d305245d Merge pull request #12424 from k0ral/lemonbar
lemonbar: 1.1 -> 1.2pre
2016-01-17 12:46:29 +01:00
Vladimír Čunát 4a097fdc3f ffmpeg-2.2: remove this vulnerable branch
Upstream doesn't maintain it anymore and it's unused in nixpkgs.
/cc #12437.
2016-01-17 11:45:10 +01:00
Vladimír Čunát 0b7e17e5a5 audacity: apply Arch patch to avoid vulnerable ffmpeg
Now it builds with the latest branch. /cc #12437.
2016-01-17 10:25:46 +01:00
Frederik Rietdijk 83ff34d08c Merge pull request #12369 from leenaars/lpod
lpod-python: init -> 1.1.5
2016-01-17 10:24:23 +01:00
Domen Kožar ec71535c81 Merge pull request #12432 from kragniz/12405
pythonPackages.mezzanine: disable pypy
2016-01-17 10:10:02 +01:00
Michiel Leenaars 889936791d lpod: init -> 1.1.5 2016-01-16 23:45:40 +01:00
Louis Taylor 5be28250cb pythonPackages.mezzanine: disable pypy
Closes #12405.
2016-01-16 21:17:38 +00:00
koral 9ed9457846 lemonbar: 1.1 -> 1.2pre
'bar' has been officially renamed 'lemonbar'.
Last release (1.1) is almost a year old, but some bugfixes and new features are available in the repository, let's include them in the derivation.
2016-01-16 16:03:18 +01:00
Frederik Rietdijk b8a59b10c1 Merge pull request #12355 from FRidh/pyaudio
pythonPackages.pyaudio: 0.2.4 -> 0.2.9
2016-01-16 15:39:07 +01:00
Peter Simons 7824b8c330 Merge pull request #12409 from erlang-nix/master
Improvements for Erlang support in Nix
2016-01-16 15:25:06 +01:00
Alexander V. Nikolaev 480083922c rspamd: init at git-2016-01-11 2016-01-16 15:10:36 +02:00
Alexander V. Nikolaev 59f0090ded rmilter: init at 1.6.7 2016-01-16 15:10:36 +02:00
Mate Kovacs 60dcdac5c2 pythonPackages.pyshp: init at 1.2.3 2016-01-16 00:37:19 -08:00
Jakob Gillich 6a24c20744 ricochet: add desktop file, cleanups
closes #11979, #11974
2016-01-16 08:23:59 +01:00
Gabriel Ebner dbd3a5ff20 qutebrowser: use correct plugin versions
Since PyQt uses Qt 5.5, we need to use the Qt plugins from 5.5 as well,
and gstreamer plugins from 1.0.
2016-01-16 07:23:44 +01:00
Shea Levy d9fa9b1a45 Add rt and perl packages it needs 2016-01-15 12:05:43 -05:00
Frederik Rietdijk e99005382e Merge pull request #12214 from FRidh/numpy
pythonPackages.numpy: 1.10.2 -> 1.10.4
2016-01-15 17:23:03 +01:00
roblabla 7e10bf4327 matrix-synapse: init at 0.12.0 2016-01-15 15:17:14 +01:00
Vladimír Čunát 2d0893088f Merge branch 'master' into staging 2016-01-15 13:43:57 +01:00
Domen Kožar 514a7f9e2e Merge pull request #12381 from FRidh/dyn
pythonPackages.dyn: init at 1.5.0
2016-01-15 12:21:06 +01:00
Frederik Rietdijk cdb38d5fdf Merge pull request #12367 from nlewo/master
ledger-autosync: init at 0.2.3
2016-01-15 12:04:57 +01:00
Eelco Dolstra 126d3e1449 Fix evaluation of "unstable" job
Commit 19f6edbfb8 made "unstable" depend
on some Darwin jobs, but these didn't exist because of the "= linux"
overrides in release.nix.
2016-01-15 11:46:49 +01:00
Antoine Eiche 9319129e58 ledger-autosync: init at 0.2.3 2016-01-15 11:19:34 +01:00
Svein Ove Aas a28032ed58 iozone: init at 3.434 (close #12387)
vcunat amended some $out/share/ install paths.
2016-01-15 09:47:57 +01:00
Damien Cassou 0b4c7d42a8 pharo-vm: Refactor to introduce new VMs (close #12388)
The Pharo community now has a Spur VM: this VM is the only one to
open Pharo50 images.
2016-01-15 09:29:11 +01:00
Vladimír Čunát 98218971c2 Merge #12299: make firefox-like browsers wrapped by default 2016-01-15 08:53:58 +01:00
Vladimír Čunát a8f1d40c1f all-packages: browserWrapper -> browser
- I chose to keep `browser-unwrapped` attributes so that it's much
  easier to override parameters for the browser (through `packageOverrides`).
- Aliases `browserWrapper` are retained for now, as usual.
2016-01-15 08:36:08 +01:00
Evgeny Egorochkin dcd428db08 azure-cli: init at 0.9.13 2016-01-15 03:11:20 +02:00
Tobias Geerinckx-Rice a52b238bab Merge pull request #12120 from benley/cdparanoia-darwin
cdparanoia: fix Darwin build
2016-01-15 00:56:06 +01:00
Alexey Shmalko c37c8e1c00 ycmd: Init at 2016-01-12 2016-01-15 01:39:21 +02:00
Tobias Geerinckx-Rice d1232049fb tkgate 2.x: remove dead package
Broken since April 2014. Homepage leads to an expired domain.
2016-01-14 23:55:47 +01:00
Tobias Geerinckx-Rice ad80ae008a cinnamon: remove dead packages
Broken since April 2014. Never more than a handful of basic
framework packages, had most of its work ahead of it.
Almost immediately abandoned, and the maintainer vanished.

Close #2132.
2016-01-14 23:55:47 +01:00
Eric Merritt 4ed5836dd3 hex2nix: init at 0.0.2 2016-01-14 14:38:10 -08:00
Eric Merritt 99bf9bf07a rebar3-nix-boostrap: init at 0.0.1 2016-01-14 14:34:47 -08:00
codsl 79cc97c637 ricochet: init at 1.1.1 2016-01-14 16:55:25 +01:00
codsl 7ff4973d79 xmpp-client: init at dc9d6be 2016-01-14 16:55:05 +01:00
Arseniy Seroka d432b4d70f Merge pull request #12377 from kragniz/ipfs-0.3.11
ipfs: 0.3.10 ->  0.3.11
2016-01-14 15:21:25 +03:00
Nikolay Amiantov 5981fc4b6f quake3wrapper: split from quake3demo, make a function and fix multiple paks 2016-01-14 14:41:33 +03:00
Nikolay Amiantov 6b447a3c9b quake3demodata: split from point release, cleanup 2016-01-14 14:41:33 +03:00
Nikolay Amiantov 2852696c2e quake3pointrelease: init at 1.32b-3 2016-01-14 14:41:33 +03:00
Nikolay Amiantov 7fc7502db5 ioquake3: 1.36 -> 20151228
Renamed from `quake3game`
2016-01-14 14:41:33 +03:00
Rob Vermaas 4e9575c314 Actually use openjdk8 binary build for x86_64-darwin.
(cherry picked from commit 73359a3cbe)
2016-01-14 10:32:17 +00:00
Rob Vermaas 73359a3cbe Actually use openjdk8 binary build for x86_64-darwin. 2016-01-14 10:31:02 +00:00
Frederik Rietdijk 0ca4424471 Merge pull request #12366 from mogorman/platformio_2.7.1
platformio: 2.7 -> 2.7.1
2016-01-14 11:07:40 +01:00
Frederik Rietdijk 31c3d97fff pythonPackages.dyn: init at 1.5.0 2016-01-14 10:42:47 +01:00
lethalman 23d1012932 Merge pull request #12341 from drvink/gale-package
gale: init at 1.1happy
2016-01-14 09:56:00 +01:00
Louis Taylor 16782b7fc1 ipfs: 0.3.10 -> 0.3.11 2016-01-14 06:08:41 +00:00
Tobias Geerinckx-Rice a1be498630 aircrack-ng: use canonical package name 2016-01-14 03:09:51 +01:00
Jude Taylor c6ad4841fd clean up GHC expressions 2016-01-13 12:04:18 -08:00
Jude Taylor 552207f5ef package GHC-8.0.1-rc1 2016-01-13 12:04:18 -08:00
Mark Laws e7ba7fba01 gale: init at 1.1happy 2016-01-13 12:00:50 -08:00
Al Zohali 860d8c3a55 rt5677-firmware: init at 20160110 2016-01-13 22:43:19 +03:00
Al Zohali a3a5bc6095 linux_chromiumos_3_14: init at 3.14.0
Co-authored-by: Nikolay Amiantov <ab@fmap.me>
2016-01-13 22:43:19 +03:00
Al Zohali ee9e7b7224 linux_chromiumos_3_18: init at 3.18.0
Co-authored-by: Nikolay Amiantov <ab@fmap.me>
2016-01-13 22:43:19 +03:00
Matthew O'Gorman 007d1b41fc
platformio: 2.7 -> 2.7.1 2016-01-13 12:48:15 -05:00
Thomas Tuegel 3a03a6dd60 build emacs24PackagesNg on Hydra
This is required now because we do not recurseIntoAttrs for
emacsPackagesNg. This has the side-effect of removing duplicate jobs.
2016-01-13 11:05:45 -06:00
Thomas Tuegel f3b7101bbb emacs24PackagesNg: do not recurseIntoAttrs
Fixes #12353. The "emacs-" prefix on the package names interfered with
"nix-env -i" because package names starting with numerals were
interpreted as versions of the "emacs" package.
2016-01-13 11:03:07 -06:00
Eelco Dolstra f9d166350d Remove previous CryptX version 2016-01-13 17:36:28 +01:00
Eelco Dolstra 3d3dec9acf Add Crypt::JWT 2016-01-13 16:17:00 +01:00
lethalman 091c74b1c8 Merge pull request #12062 from mogorman/platformio
platformio: init at 2.7.0
2016-01-13 15:47:25 +01:00
lethalman 0140424918 Merge pull request #12013 from ctheune/submit/pkg-syncthing-update-0.12.10
syncthing: 0.12.9 -> 0.12.10
2016-01-13 15:11:05 +01:00
Edward Tjörnhammar cee61fd115 kodiPlugins.t0mm0-common: init at 0.0.1 2016-01-13 14:29:06 +01:00
Edward Tjörnhammar 32cd7228f6 kodiPlugins.urlresolver: init at 2.10.0 2016-01-13 14:29:06 +01:00
Edward Tjörnhammar 15821e1b69 kodiPlugins.salts: init at 1.0.98 2016-01-13 14:29:06 +01:00
lethalman 1046a57f79 Merge pull request #12340 from dezgeg/pr-xfstests
xfstests: init at 2016-01-11
2016-01-13 14:01:11 +01:00
Luca Bruno 27928a020a gnome3: default to gnome 3.18 2016-01-13 12:13:27 +00:00
Frederik Rietdijk e45bd511f7 pythonPackages.pyaudio: 0.2.4 -> 0.2.9
Update python-pyaudio to the latest version.
buildPythonPackage is now used instead of mkDerivation.

pyaudio does not have an automated test suite but there are some
examples.
2016-01-13 12:08:33 +01:00
Nikolay Amiantov d1ed30ac0d cargoUnstable: init at 2016-01-10 2016-01-13 13:48:24 +03:00
Nikolay Amiantov 893f376587 rustRegistry: 2015-12-23 -> 2016-01-10 2016-01-13 13:48:24 +03:00
Nikolay Amiantov f5835ce77f dspam: init at 3.10.2 2016-01-13 13:08:38 +03:00
Nikolay Amiantov 2053b3a32a postsrsd: init at 1.3 2016-01-13 13:03:07 +03:00
Arseniy Seroka 92a28dd4bb Merge pull request #12252 from svend/emacs-pdf-tools-fix-deps
emacs-pdf-tools: Move packages to packageRequires
2016-01-13 12:49:05 +03:00
lethalman 5b1d1a384a Merge pull request #11156 from lethalman/docker-image
Composable docker images with Nix
2016-01-13 10:48:36 +01:00
Arseniy Seroka ac480aee45 Merge pull request #12342 from DavidCalvo/gtklick
gtklick: init at 0.6.4
2016-01-13 12:43:59 +03:00
Luca Bruno 4a4561ce24 dockerTools: nix functions for manipulating docker images 2016-01-13 10:27:37 +01:00
Peter Simons 7f21df9001 all-packages.nix: strip trailing white-space 2016-01-13 10:11:31 +01:00
Peter Simons d83a10bc6c emacs-25: mark the pre-release as low-priority
This ensures that users running "nix-env -i emacs" will get the
release version.
2016-01-13 10:10:33 +01:00
Tobias Geerinckx-Rice f85b5c4c07 ntop: remove dead package
Broken since 2013. Discontinued. Use ntopng.
2016-01-13 03:30:56 +01:00
Shea Levy 44274f62f5 linux: Add 4.4 2016-01-12 19:39:00 -05:00
David Calvo Ruiz 5c3a84fc89 gtklick: init at 0.6.4 2016-01-12 22:45:41 +01:00
David Calvo Ruiz d445ee9f37 klick: init at 0.12.2 2016-01-12 22:45:40 +01:00
David Calvo Ruiz d3dbedac50 pyliblo: init at 0.9.2 2016-01-12 22:45:39 +01:00
Moritz Ulrich acf0952458 git-appraise: Init at 0.3. 2016-01-12 22:37:54 +01:00
Tuomas Tynkkynen 7a81d47023 xfstests: init at 2016-01-11 2016-01-12 21:57:22 +02:00
goibhniu 022a05b07b Merge pull request #12169 from jgillich/pybitmessage
pybitmessage: init at 0.4.4
2016-01-12 19:07:01 +01:00
Oliver Charles c311b228fc Merge pull request #12275 from mogorman/notmuch-addrlookup
notmuch-addrlookup: init at 7
2016-01-12 15:39:29 +00:00
Nikolay Amiantov 7bedf42435 pythonPackages.future: fix version 2016-01-12 15:07:49 +03:00
Vladimír Čunát ab346fd1bb mesa drivers: revert back to llvm-3.6 for now
/cc #11367, #11467.
Only the drivers are overridden for now to avoid a mass rebuild.
2016-01-12 11:21:28 +01:00
Tobias Geerinckx-Rice b021d9aacf metaEnvironment: remove dead packages
Broken since 2013. Upstream is dead.
2016-01-12 03:08:10 +01:00
Jakob Gillich a8f526432c pybitmessage: init at 0.4.4 2016-01-12 02:43:00 +01:00
John Wiegley 14c8a6f32d emacs24Macport: Further cleanups, remove old code 2016-01-11 14:31:03 -08:00
Edward Tjörnhammar b444fe98a5 python33Packages.acd_cli: restrict package to python33 2016-01-11 21:23:01 +01:00
Tobias Geerinckx-Rice 6aa786d1d6 xdeltaUnstable: init at 3.1.0
This will eventually become the new stable branch (as unstable ones
are wont to do), but is worth having if you want to patch yesterday's
‘large’ files today, or need to apply patches already created with it.

“First release of the 3.1.x series. This is taken from the
"64bithash" branch.

- Adds support for -B values greater than 2GB, enabled by
  -DXD3_USE_LARGESIZET=1 variable. [Enabled in nixpkgs.]
- Adds new performance and speed regression test, written in #Golang.
  [Not enabled in nixpkgs.]

When compiled for large sizes, xdelta3 uses a 64bit checksum function.
This impacts both compression and speed.

Relative to 3.0.11, the new branch is currently 3-5% slower and
has 1-2% worse compression. Performance will be addressed in
future 3.1.x releases.”
2016-01-11 20:34:36 +01:00
Thomas Tuegel 49aa382f87 emacsPackagesNg.undo-tree: 0.6.4 -> 0.6.5
This removes the hand-written expression.
2016-01-11 09:45:50 -06:00
Jascha Geerds 95d6a61f18 tox: 1.8.1 -> 2.3.1 2016-01-11 15:03:02 +01:00
Jascha Geerds c2224b8c0e pluggy: init at 0.3.1 2016-01-11 15:03:02 +01:00
Tobias Geerinckx-Rice c9a64aa94c Merge pull request #12316 from mkovacs/bump-pyglet
pythonPackages.pyglet: 1.1.2 -> 1.2.4
2016-01-11 12:09:36 +01:00
Asko Soukka cf184179bd xkcdpass: init at 1.4.2 2016-01-11 09:37:12 +02:00
Mate Kovacs 074d1f2ffd pythonPackages.pyglet: 1.1.2 -> 1.2.4 2016-01-10 21:44:55 -08:00
Nikolay Amiantov 038241a761 ltunify: init at 20140331 2016-01-11 05:21:59 +03:00
Tobias Geerinckx-Rice 9e44faab97 latex2html: remove dead package
Broken since Aug 2015, but upstream has been dead for donkey's
years. Only dependent was systemtap. No reasonable way (or indeed
reason) to artificially keep this alive.

Aim for the head.
2016-01-11 01:41:54 +01:00
Tobias Geerinckx-Rice fcb913b3a7 systemtap: remove dead package
Broken since 2013. Depends on equally broken latex2html.
Our version 1.2 is almost six years old; latest is 2.9.
And it's (still) no dtrace.
2016-01-11 01:41:54 +01:00
goibhniu d0f12c6b0f Merge pull request #12204 from odi/master
bump up version for pafy and mps-youtube
2016-01-11 00:40:52 +01:00
Tobias Geerinckx-Rice 228774aaf5 wis_go7007: remove dead package & module
Broken since 2014, but basically a package from 2008 with no
upstream.
2016-01-11 00:16:01 +01:00
Tobias Geerinckx-Rice 521f903b80 xorgVideoUnichrome: remove dead package
Broken since 2013, upstream very dead.
2016-01-11 00:16:01 +01:00
goibhniu 8b8f864e48 Merge pull request #12103 from rick68/ostinato
Ostinato
2016-01-11 00:09:32 +01:00
goibhniu 3136bd49d8 Merge pull request #12110 from mogorman/inspectrum
inspectrum: init at 20160103
2016-01-11 00:06:47 +01:00
Aristid Breitkreuz 01eea878ad Merge pull request #12291 from abbradar/ejabberd
Update ejabberd, new NixOS module for it
2016-01-10 21:15:33 +01:00
Thomas Tuegel 521817fd76 Merge branch 'kde-frameworks-5.18' 2016-01-10 14:10:59 -06:00
Thomas Tuegel f807f15942 kde5: remove kde-frameworks-5.17 2016-01-10 14:10:03 -06:00
Aristid Breitkreuz 9c92faf370 Merge pull request #12133 from dwe11er/new-package/irqbalance
irqbalance: init at 1.1.0
2016-01-10 21:06:50 +01:00
Aristid Breitkreuz bca9ecdd05 Merge pull request #12238 from bfrog/postgresql95
postgresql: 9.4 -> 9.5
2016-01-10 21:01:19 +01:00
Aristid Breitkreuz 71de39c6a6 Merge pull request #12278 from lihop/init-dopy
dopy: init at 2016-01-04
2016-01-10 20:42:50 +01:00
Domen Kožar 28cb46e991 Merge pull request #12297 from FRidh/tqdm
pythonPackages.tqdm: disable tests due to transient failures
2016-01-10 20:30:22 +01:00
Leroy Hopson c6a209403e dopy: init at 2016-01-04 2016-01-11 07:47:39 +13:00
Peter Simons 9c0fccc724 Add LTS Haskell 4.1. 2016-01-10 19:47:38 +01:00
Nikolay Amiantov 757857613a ejabberd: 2.1.13 -> 15.11 2016-01-10 21:28:27 +03:00
Tobias Geerinckx-Rice 4e66300411 radius: remove dead package
Broken since 2013. Untouched since its addition in 2010 (final
release was in 2008). Mailing list abandoned by upstream.
2016-01-10 19:14:31 +01:00
Tobias Geerinckx-Rice 7f885c82c3 go-ipfs: add a minimum of metadata
From go-packages.nix, one would think descriptions frowned-upon :-(
Licences should be mandatory as well.
2016-01-10 19:14:31 +01:00
Mate Kovacs 7dba3bafba pythonPackages.pyopengl: 3.0.2 -> 3.1.0 (close #12124) 2016-01-10 16:14:21 +01:00
Thomas Tuegel aaaf23f1e8 kde5_latest.frameworks: 5.17.0 -> 5.18.0 2016-01-10 09:09:40 -06:00
Vladimír Čunát 95c1429e62 wrapFirefox: move out of all-packages.nix, change defaults
- I don't think that amount of code belonged into all-packages.nix.
- Now the default name of the wrapped package is identical
  with the command that runs the browser.
- Other defaults were changed according to how the wrapper is
  (almost always) used.
- `meta` is improved: mostly inherited with priority above
  the unwrapped package.
2016-01-10 15:08:00 +01:00
Arseniy Seroka 4a5bf88fde Merge pull request #12296 from hrdinka/add/communi
Add communi IRC client
2016-01-10 16:02:00 +03:00
Frederik Rietdijk 1237b165d8 pythonPackages.tqdm: disable tests because of to transient failures
Many transient failures in performance tests and due to use of sleep.
2016-01-10 13:51:58 +01:00
Christoph Hrdinka 5e38018959 communi: init at 2016-01-03 2016-01-10 13:31:36 +01:00
Christoph Hrdinka 4ad12e038a libcommuni: init at 2016-01-02 2016-01-10 13:31:31 +01:00
Arseniy Seroka 9ff5057b3e Merge pull request #12276 from Beauhurst/acmetiny
acme_tiny: init at f61f72c212cea27f388eb4a26ede0d65035bdb53
2016-01-10 14:49:56 +03:00
Robert Scott 258b3322af acme_tiny: init at 20151229 2016-01-10 11:35:19 +00:00
Vladimír Čunát 521ed1802f gst_all: add dashed-named aliases 2016-01-10 12:16:15 +01:00
Arseniy Seroka 9237faadbe Merge pull request #12282 from kragniz/ipfs-0.3.10
ipfs: 0.3.9 -> 0.3.10
2016-01-10 13:53:18 +03:00
Evgeny Egorochkin c6340022ba pythonPackages.azure-*: package the 1.* branch 2016-01-10 11:31:38 +02:00
Evgeny Egorochkin 3ea6982859 python.adal: init at 0.1.0 2016-01-10 11:31:38 +02:00
Louis Taylor b38db9c18d ipfs: 0.3.9 -> 0.3.10 2016-01-10 04:03:27 +00:00
Nikolay Amiantov 828a7f99fd pamtester: init at 0.1.2 2016-01-10 06:03:21 +03:00
Nikolay Amiantov ba56bbf08d pythonPackages.requests_oauthlib: fix version 2016-01-10 06:03:04 +03:00
Nikolay Amiantov 16308a0cb3 all-packages: sort several packages 2016-01-10 06:02:10 +03:00