3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

24004 commits

Author SHA1 Message Date
Kamil Chmielewski e2e3d8802f go-sct: extracted from goPackages 2016-06-09 11:21:30 +02:00
Kamil Chmielewski 977f23ca37 go-pup: extracted from goPackages 2016-06-09 11:21:30 +02:00
Kamil Chmielewski ce81a8a65d go-mtpfs: extracted from goPackages 2016-06-09 11:21:30 +02:00
Kamil Chmielewski ece0626593 git-lfs: extracted from goPackages 2016-06-09 11:21:30 +02:00
Kamil Chmielewski e5b9d23de7 flannel: extracted from goPackages 2016-06-09 11:21:30 +02:00
Kamil Chmielewski 387246080b mongodb-tools: extracted from goPackages 2016-06-09 11:21:30 +02:00
Kamil Chmielewski 89a256e463 interlock: extracted from goPackages 2016-06-09 11:21:30 +02:00
Kamil Chmielewski dbf48cd10b fzf: application extracted from goPackages 2016-06-09 11:21:30 +02:00
Kamil Chmielewski dfe1064b4e asciinema: top level pkgs extracted from goPackages 2016-06-09 11:21:30 +02:00
Kamil Chmielewski bfa32800c3 First programs extracted from go-packages: deis and gawp 2016-06-09 11:21:30 +02:00
Rahul Gopinath 51a7260fba factor-lang: Init at 0.98
Factor is a concatenative, stack-based programming language.
2016-06-08 21:45:43 -07:00
Rushmore Mushambi 37ab0f3123 Merge pull request #16073 from rushmorem/package-nomad
nomad: add package
2016-06-09 01:44:47 +02:00
rushmorem a2612dc0f1 nomad: add package 2016-06-09 01:27:32 +02:00
obadz e3358c1951 pcmanfm-qt: init at 0.11.0 2016-06-08 23:08:15 +01:00
Luis Pedro Coelho bd617cb185 init bwa at 0.7.15
Closes #16064
2016-06-08 17:25:20 +01:00
obadz ab70ae2edf Merge pull request #15647 from layus/auctex
ktikz: init at 0.10
2016-06-08 17:17:50 +01:00
Christian Lask 093c42161f yabar: init at 0.4.0
Closes #15945
2016-06-08 16:59:29 +01:00
Peter Simons 55ac62c660 Add LTS Haskell 6.2. 2016-06-07 22:02:14 +02:00
Robert Helgesson b51ed9863b perl-Net-Statsd: fix license field 2016-06-07 21:21:42 +02:00
Robert Helgesson b57c63014d perl-Digest-CRC: 0.18 -> 0.21 2016-06-07 21:19:46 +02:00
Robert Helgesson dec493ad75 perl-Archive-Tar: 2.04 -> 2.08 2016-06-07 21:19:46 +02:00
Robert Helgesson a840e81d7a perlPackages: add a few meta sections 2016-06-07 21:19:46 +02:00
Robert Helgesson 71e2f281ac perl-Data-Validate-Domain: 0.11 -> 0.12 2016-06-07 20:58:18 +02:00
Robert Helgesson cd880379b2 perl-Test2-Suite: init at 0.000030 2016-06-07 20:58:18 +02:00
Robert Helgesson faf1d2fa44 perlPackages.TestSimple13: init at 1.302022 2016-06-07 20:58:18 +02:00
Robert Helgesson 242802d5d9 perl-Data-Validate-IP: 0.25 -> 0.26 2016-06-07 20:58:18 +02:00
Robert Helgesson 4b7ef383e3 perl-CryptX: 0.034 -> 0.035 2016-06-07 20:58:18 +02:00
Rushmore Mushambi e32190ba60 Merge pull request #16042 from rushmorem/use-go16
goPackages: use Go 1.6 by default
2016-06-07 20:41:27 +02:00
Rahul Gopinath 367ddbdcd5 icon: Init at 9.5.1
Icon is a very high level general-purpose programming language with
extensive features for processing strings (text) and data structures.

Closes #16036.
2016-06-07 19:09:54 +02:00
Nikolay Amiantov 423a36f990 opencv: add version with Python support to pythonPackages 2016-06-07 17:31:36 +03:00
Joachim Fasting 4e3f669548 Merge pull request #15998 from k0ral/dulwich
dulwich: 0.10.1a -> 0.12.0
2016-06-07 15:55:50 +02:00
Thomas Tuegel dc7d5231d6 Merge branch 'plasma-5' 2016-06-07 08:47:19 -05:00
obadz d39d085adf xgeometry-select: init at 7e7361e 2016-06-07 14:44:55 +01:00
rushmorem c9e315861e goPackages: use Go 1.6 by default 2016-06-07 15:08:03 +02:00
Joachim Fasting 3e8a8ca2f7 Merge pull request #16033 from Ralith/structured-haskell-mode
structured-haskell-mode: fix emacs package
2016-06-07 14:35:18 +02:00
Luca Bruno a72aba8c30 Merge pull request #14366 from NixOS/gnome-3.20
gnome3.20: init at 3.20.0
2016-06-07 14:23:08 +02:00
Thomas Tuegel 43a7d90e97 Revert "Revert "kde5.frameworks: 5.21 -> 5.22""
This reverts commit 9769952933.
2016-06-07 06:21:09 -05:00
Benjamin Saunders eecebcd058 structured-haskell-mode: fix emacs package
This emacs package requires the binary from the external package to be
in exec-path.
2016-06-06 20:23:39 -07:00
Nikolay Amiantov 74107a7867 buildFHSEnv: refactor and simplify, drop buildFHSChrootEnv
This takes another approach at binding FHS directory structure. We
now bind-mount all the root filesystem to directory "/host" in the target tree.
From that we symlink all the directories into the tree if they do not already
exist in FHS structure.

This probably makes `CHROOTENV_EXTRA_BINDS` unnecessary -- its main usecase was
to add bound directories from the host to the sandbox, and we not just symlink
all of them. I plan to get some feedback on its usage and maybe deprecate it.

This also drops old `buildFHSChrootEnv` infrastructure. The main problem with it
is it's very difficult to unmount a recursive-bound directory when mount is not
sandboxed. This problem is a bug even without these changes -- if
you have for example `/home/alice` mounted to somewhere, you wouldn't see
it in `buildFHSChrootEnv` now. With the new directory structure, it's
impossible to use regular bind at all. After some tackling with this I realized
that the fix would be brittle and dangerous (if you don't unmount everything
clearly and proceed to removing the temporary directory, bye-bye fs!). It also
probably doesn't worth it because I haven't heard that someone actually uses it
for a long time, and `buildFHSUserEnv` should cover most cases while being much
more maintainable and safe for the end-user.
2016-06-07 04:06:35 +03:00
Michael Raskin 32cbc5b794 glui: init at 2.36 2016-06-06 20:42:34 +02:00
Damien Cassou da62589d8e gnome3_20: Add GNOME 3.20 package set 2016-06-06 20:33:58 +02:00
rushmorem 21c83f294d kubernetes: v1.0.3 -> v1.2.4 2016-06-06 19:25:32 +02:00
Damien Cassou e148cf2bca uhttpmock: init at 0.5.0 2016-06-06 13:59:31 +02:00
Damien Cassou 1930545c06 clutter-gtk-1.8: init at 1.8.0 2016-06-06 13:59:31 +02:00
Damien Cassou 289aadc542 clutter_1_26: init at 1.26.0 2016-06-06 13:59:31 +02:00
Damien Cassou 366d98497f vala_0_32: init at 0.32.0 2016-06-06 13:59:31 +02:00
FlorentBecker d7de8bc6e9 patoline: remove (source is unavailable) (#15918) 2016-06-06 10:49:00 +02:00
Thomas Tuegel 9769952933 Revert "kde5.frameworks: 5.21 -> 5.22"
This reverts commit 112d4c71b2.

This upgrade causes a serious Plasma performance degradation and causes
incorrect font rendering. Reverting until the cause is known.
2016-06-05 14:56:27 -05:00
koral 4df9d21081 pythonPackages.dulwich: 0.10.1a -> 0.12.0 2016-06-05 19:34:39 +02:00
Frederik Rietdijk d9416bc99a Merge pull request #16009 from k0ral/restview
pythonPackages.restview: 2.5.0 -> 2.5.2
2016-06-05 19:04:27 +02:00
Frederik Rietdijk 895f83bea1 Merge pull request #16007 from k0ral/jellyfish
pythonPackages.jellyfish: 0.5.0 -> 0.5.2
2016-06-05 19:04:15 +02:00
Guillaume Maudoux 6035e80137 ktikz: init at 0.10 2016-06-05 18:46:42 +02:00
koral 4a61a0d2bb pythonPackages.restview: 2.5.0 -> 2.5.2 2016-06-05 18:30:13 +02:00
Frederik Rietdijk 21c897174a Merge pull request #16003 from k0ral/hg-git
hg-git: 0.8.2 -> 0.8.5
2016-06-05 18:17:00 +02:00
Frederik Rietdijk 6380a16a00 Merge pull request #16004 from k0ral/bottle
bottle: 0.12.8 -> 0.12.9
2016-06-05 18:16:44 +02:00
koral 3004539bb7 pythonPackages.hg-git: 0.8.2 -> 0.8.5 2016-06-05 17:52:39 +02:00
koral 42e2e92472 pythonPackages.bottle: 0.12.8 -> 0.12.9 2016-06-05 17:50:56 +02:00
koral ba792bf234 pythonPackages.jellyfish: 0.5.0 -> 0.5.2 2016-06-05 17:50:34 +02:00
artuuge 93a11d8b0f libgpuarray-cuda: init at -9998.0 2016-06-05 14:49:45 +02:00
artuuge 5b51f0bff9 clblas-cuda: init at git-20160505 2016-06-05 14:33:19 +02:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr 0b3e1f8f7c netcdf: added parallel i/o support 2016-06-05 10:56:14 +02:00
Vladimír Čunát a03ff26080 Merge #15639: xorg-server 1.17.4 -> 1.18.3
... and fglrxCompat to maintain compatibility.
2016-06-05 00:52:06 +02:00
Chris Martin e93262f077 serpent: init at 2016-03-05 2016-06-04 13:40:18 -04:00
Rok Garbas 66c73b3f36 xonsh: 0.2.7 -> 0.3.2
* pythonPackages.prompt_toolkit make it build for py35
2016-06-04 18:05:12 +02:00
Rok Garbas f878018ece neovim: 0.1.3 -> 0.1.4
* removing luaMessagePack (only used by neovim)
* using libmpack (updated to latest master since they fixed a lot of packaging
  issues)
* package libmpack lua bidnings
* neovim expression now excepts luaPackages as an input and not individual
  lua packages (to avoid depending on different lua version)
2016-06-04 17:58:01 +02:00
aszlig fa559de8af
pcsc-cyberjack: Init at 3.99.5_SP09
It's a driver module for PCSC-Lite, which allows to use the USB readers
from REINER SCT, a reader that is very commonly used in Germany for
online banking and for reading/writing data from/to the national
identity card.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-06-04 16:38:57 +02:00
aszlig efc2f70711
gwenhywfar: Remove constraint on gnutls33
As of 4.15.3, gwenhywfar works with the latest version of GNUTLS, so we
no longer need to reside to using an older version.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-06-04 16:38:57 +02:00
aszlig af3ea69a96
gwenhywfar, libchipcard: Move into aqbanking dir
This should make it easier to deduplicate things, such as fetching
upstream sources and the plugin paths, because after all these libraries
are aqbanking-related and maintained by the same author on the same
site.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig 9a4e6755ab
libchipcard: Init at 5.0.4
Another library that is part of aqbanking and needed in order to access
various chip cards. It's essentially useful for doing online banking via
FinTS/HBCI without PIN/TAN (or iTAN, mobileTAN, whatnot...).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-06-04 16:38:57 +02:00
Lluís Batlle i Rossell 268fedbda3 Updating goPackages go-fuse/mtpfs + libmtp to latest
libmtp to 1.1.11, and the go packages to latest master.
2016-06-04 15:38:49 +03:00
vbgl c3b791f15b Merge pull request #15833 from FlorentBecker/eliom5
Update the Eliom ecosystem to 2016-01
2016-06-04 14:08:19 +02:00
Martijn Vermaat 3c41baac9d Add haskellPackages.ShellCheck to all-packages.nix 2016-06-04 11:42:07 +02:00
James Earl Douglas 64e727138a avian: init at 1.2.0 2016-06-03 21:29:50 -06:00
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Moritz Ulrich a1b0ca639c gnuk: Fix hashes.
Fixes #15827.
2016-06-03 12:16:54 +02:00
Kevin Marsh cedfeda2a1 pythonPackages.pdfkit: init at 0.5.0 2016-06-03 10:43:47 +02:00
Tom Hunger 47122e18bd pythonPackages.distributed: Disable failing tests. 2016-06-03 10:40:59 +02:00
Tom Hunger c8f81c08c7 pythonPackages.dask: Add dependencies, closes #15901 2016-06-03 10:40:59 +02:00
Frederik Rietdijk 8fe8c2a7ec pythonPackages.partd: init at 0.3.3 2016-06-03 10:40:59 +02:00
Frederik Rietdijk 09a338c1c7 pythonPackages.pandas: add tables dependency 2016-06-03 10:27:47 +02:00
Moritz Ulrich b05f991f5f Rust infrastructure refactoring
Rust infrastructure updates & refactoring
2016-06-03 00:11:13 +02:00
Domen Kožar 55b8868baf Merge pull request #15919 from abuibrahim/master
dpdk: refactor to allow building extapps
2016-06-02 17:25:53 +01:00
Ricardo M. Correia d1be545331 ocamlPackages.sqlexpr: init at 0.5.5 2016-06-02 18:04:41 +02:00
Ricardo M. Correia 58fb33a08d ocamlPackages.estring: init at 1.3 2016-06-02 18:04:41 +02:00
David Craven c4eaa26cde Update rustcMaster
Now builds rustcBeta (1.10.0) and rustcMaster (1.11.0).
2016-06-02 17:15:52 +02:00
Bjørn Forsman fbde3a7452 sam-ba: init at 2.16
Programming tools for Atmel SAM3/7/9 ARM-based microcontrollers.

(I've only runtime tested the 64-bit binary, not the 32-bit one.)
2016-06-02 12:44:35 +02:00
Ruslan Babayev 6d3fcd33d7 pktgen: init at 3.0.00 2016-06-02 02:12:06 -07:00
Peter Simons c571a08ff1 Add LTS Haskell 6.1. 2016-06-02 09:30:38 +02:00
Domen Kožar 3e631800d1 Add hydra package and its NixOS module.
This was originally removed in d4d0e449d7.
The intent was not to maintain hydra expression at two places.

Nowadays we have enough devs to maintain this despite copy/pasta.

This should encourage more people to use Hydra, which is a really
great piece of software together with Nix.

Tested a deploy using https://github.com/peti/hydra-tutorial
2016-06-01 21:55:31 +01:00
Frederik Rietdijk 344225ce68 pythonPackages.pip: disable tests 2016-06-01 22:25:44 +02:00
Frederik Rietdijk 3e8e6695a0 pythonPackages.pytest: 2.7.3 -> 2.9.2 2016-06-01 22:25:44 +02:00
Frederik Rietdijk 7afc940da1 pythonPackages.pytest_29: init at 2.9.2 2016-06-01 22:25:44 +02:00
Frederik Rietdijk 5d4e360086 pythonPackages.numba: 0.23.1 -> 0.26.0 2016-06-01 19:53:35 +02:00
Frederik Rietdijk bc9be9425a pythonPackages.llvmlite: 0.8.0 -> 0.11.0 2016-06-01 19:53:35 +02:00
Nikolay Amiantov 164ead312e Merge pull request #15793 from abbradar/unity3d-pkg
Unity3D package
2016-06-01 12:59:12 +03:00
Nikolay Amiantov 32ff5bbc30 krita: init at 3.0 2016-06-01 12:35:28 +03:00
Frederik Rietdijk 0127ac877d pythonPackages.contextlib2: 0.4.0 -> 0.5.3 2016-06-01 10:53:52 +02:00
Frederik Rietdijk 9a71348039 pythonPackages.networkx: 1.10 -> 1.11 2016-06-01 10:53:52 +02:00
Frederik Rietdijk d450f046b6 pythonPackages.xarray: 0.7.1 -> 0.7.2 2016-06-01 10:53:52 +02:00
Frederik Rietdijk 489be0ad39 pythonPackages.seaborn: 0.6.0 -> 0.7.0 2016-06-01 10:53:52 +02:00
Frederik Rietdijk 7c22a9b3e3 pythonPackages.scipy: 0.17.0 -> 0.17.1 2016-06-01 10:53:52 +02:00
Frederik Rietdijk 98c26bf7e8 pythonPackages.qtconsole: 4.1.1 -> 4.2.1 2016-06-01 10:53:52 +02:00
Frederik Rietdijk 5b076ae048 pythonPackages.pyfftw: 0.9.2 -> 0.10.1 2016-06-01 10:53:52 +02:00
Frederik Rietdijk 4db1351bc1 pythonPackages.pandas: 0.18.0 -> 0.18.1 2016-06-01 10:53:52 +02:00
Frederik Rietdijk c280d9cb15 pythonPackages.openpyxl: 2.3.3 -> 2.3.5 2016-06-01 10:53:52 +02:00
Frederik Rietdijk bfbf37edec pythonPackages.odo: 0.4.2 -> 0.5.0 2016-06-01 10:53:52 +02:00
Frederik Rietdijk 0c9b00559e pythonPackages.numexpr: 2.5 -> 2.5.2 2016-06-01 10:53:52 +02:00
Frederik Rietdijk fb1b05f8c9 pythonPackages.blaze: 0.9.1 -> 0.10.1 2016-06-01 10:53:52 +02:00
Joachim Fasting 5134bfab0c Merge pull request #15872 from romildo/fix.mate
mate-themes and mate-icon-theme: move to pkgs/desktops/mate/
2016-06-01 02:49:26 +02:00
Peter Simons e343ec0822 Switch default Haskell compiler to GHC 8.0.1. 2016-05-31 22:09:54 +02:00
Peter Simons 577f2b0005 Add LTS Haskell 6.0. 2016-05-31 22:09:54 +02:00
Frederik Rietdijk 8851cf3048 Merge pull request #15770 from FRidh/pyparsing
pythonPackages.pyparsing: 2.0.1 -> 2.1.4
2016-05-31 21:57:24 +02:00
José Romildo Malaquias f67c878241 mate-icon-theme: move to pkgs/desktops/mate/ 2016-05-31 15:08:51 -03:00
José Romildo Malaquias e428c0346f mate-themes: move to pkgs/desktops/mate/ 2016-05-31 15:06:43 -03:00
Florent Becker 7395020b65 allow eliom with ocaml-4.01 2016-05-31 19:10:08 +02:00
Florent Becker 33a5a132e5 eliom 5.0 is only available with a ppx-enabled ocaml 2016-05-31 19:10:07 +02:00
Florent Becker 0120d2b898 ocaml-markup: init at 0.7.2 2016-05-31 19:10:06 +02:00
Eelco Dolstra a00e564e04 gummiboot: Remove 2016-05-31 17:02:56 +02:00
Robin Gloster 3ecd527af0 Merge pull request #15861 from romildo/new.runningx
runningx: init at 1.0
2016-05-31 16:55:42 +02:00
Robin Gloster e2cc56f98c Merge pull request #15865 from mpscholten/iterm
iterm2: init at 2.1.4
2016-05-31 16:35:45 +02:00
Robin Gloster 385aaa753d Merge pull request #15852 from dguibert/rclone
rclone: init at 1.29
2016-05-31 16:19:07 +02:00
Marc Scholten 624dcaec78
iterm2: init at 2.1.4 2016-05-31 15:51:30 +02:00
Lancelot SIX 2a97b337ba pythonPackages.pyparsing: 2.0.1 -> 2.1.4 2016-05-31 15:45:27 +02:00
Joachim Fasting 228331cc7d Merge pull request #15837 from romildo/new.mate-icon-theme-faenza
mate-icon-theme-faenza: init at 1.14.1
2016-05-31 15:41:31 +02:00
José Romildo Malaquias 93a371ede7 runningx: init at 1.0 2016-05-31 09:55:55 -03:00
vbgl 15c9a0054c Merge pull request #15859 from mbakke/feh-2.15.4
feh: 2.15.2 -> 2.15.4
2016-05-31 14:46:58 +02:00
Dan Peebles 1f73d89893 man: use man-old on non-Linux platforms
This is a stopgap "fix". See #15849 for more discussion.
2016-05-31 08:20:31 -04:00
Domen Kožar d47dca41ce try using nox from nixpkgs (#15857)
* try using nox from nixpkgs

* release.nix: block on nox since otherwise travis-ci will fail hard
2016-05-31 12:59:24 +01:00
Marius Bakke 5c439ac2c3 perlPackages.TestCommand: init at 0.11 2016-05-31 12:48:23 +01:00
Franz Pletz c64a3de27c Merge pull request #15475 from matthiasbeyer/update-pkgs
Update my pkgs
2016-05-31 13:41:38 +02:00
Matthias Beyer 3520895295 python35Packages.httpauth: 0.2 -> 0.3 2016-05-31 12:45:06 +02:00
Matthias Beyer 24afbd4c06 python35Packages.requests_toolbelt: 0.6.0 -> 0.6.2 2016-05-31 12:45:06 +02:00
Frederik Rietdijk cf32f82b8d Merge pull request #15764 from FRidh/wxpythoncleanup
Python: wxPython cleanup
2016-05-31 10:47:22 +02:00
David Guibert 0ef2a15979 rclone: init at 1.29 2016-05-31 08:39:14 +02:00
Nikolay Amiantov d16643c2dc wesnoth-dev: init at 1.13.4 2016-05-30 23:33:20 +03:00
Nikolay Amiantov 53dd68651a wesnoth: 1.12.5 -> 1.12.6 2016-05-30 23:33:20 +03:00
José Romildo Malaquias 5c221d0b00 mate-common: init at 1.14.1 2016-05-30 15:32:36 -03:00
Luca Bruno b34534cddf Merge pull request #15821 from jerith666/timetrap
timetrap: init at 1.10.0
2016-05-30 18:27:20 +02:00
Michael Raskin e8d9cc650a octave: do not use graphicsmagick when there is no ghostscript 2016-05-30 12:13:34 +02:00
Frederik Rietdijk d578c66641 pythonPackages.django_{...}: disable tests
Disable tests for bunch of Django packages because they don't come with
tests and will break the checkPhase with Python 3.5
2016-05-30 11:47:55 +02:00
yawnt fe1f3b70bc postscript-lexmark: add package 2016-05-30 11:42:10 +02:00
Frederik Rietdijk b01363b798 Merge pull request #15772 from NixOS/python-wip
pythonPackages.django: 1.7 -> 1.9
2016-05-30 11:38:27 +02:00
Frederik Rietdijk 74b5d2a802 Merge pull request #15782 from FRidh/pithos
pithos: use Python 3.5
2016-05-30 11:38:12 +02:00
Franz Pletz 57e4cd680a graphicsmagick137: remove, not referenced anymore 2016-05-30 10:48:42 +02:00
Paul Hendry 8ea1f2d36c syncthing: 0.12.25 -> 0.13.4 (#15730)
* Rename v0.12.25 package from 'syncthing' to 'syncthing012'
* Remove syncthing011
2016-05-30 10:15:58 +02:00
Matt McHenry 198dd9df82 timetrap: init at 1.10.0 2016-05-29 23:07:48 -04:00
obadz d18ba0f50d toxvpn: init at 20151111
(Authored by @cleverca22)
2016-05-30 00:21:22 +01:00
Frederik Rietdijk e645389834 Neovim: use Python 3.5 again (#15781)
neovim: use Python 3.5 again
2016-05-29 23:31:47 +02:00
Frederik Rietdijk fd9cabe3a3 Merge pull request #15813 from elasticdog/pywinrm
pythonPackages.pywinrm: old rev -> 0.1.1
2016-05-29 22:43:37 +02:00
Matt McHenry 7fe0c342a3 bins: init at 1.1.29 2016-05-29 21:48:28 +02:00
Matt McHenry e5ea52e1eb perl: XML::Handler::YAWriter: init at 0.23 2016-05-29 21:48:28 +02:00
Matt McHenry cb26fc0a12 perl: XML::Grove: init at 0.46alpha 2016-05-29 21:48:28 +02:00
Matt McHenry 282f080b2e perl: HTML::Clean: init at 0.8 2016-05-29 21:48:28 +02:00
Matt McHenry c479fb1d61 perl: Image::Info: init at 1.38 2016-05-29 21:48:28 +02:00
Aaron Bull Schaefer 97b231975f pythonPackages.pywinrm: old rev -> 0.1.1
This was previously tied to an older commit rev and not an actual release
version; and that old commit was causing connectivity issues due to improper
SSL support.
2016-05-29 11:25:34 -07:00
Nikolay Amiantov 846893aabb unity3d: 5.1.0f3 -> 5.3.5f1 2016-05-29 17:38:35 +03:00
Bjørn Forsman 586dd54199 pitivi: unbreak build
[Breakage introduced in commit 5c4e00b6b7
("gst_all_1: 1.6.1 -> 1.8.0 (#14628)").]

The build is failing due to a Wayland test/example program
(<gst-plugins-bad>/tests/examples/waylandsink) being built with a gtk3
input without Wayland support (or detection is failing):

  main.c:28:2: error: #error "Wayland is not supported in GTK+"

Fix it by explicitly disabling wayland; pass --enable-wayland=no to
configure.
2016-05-29 13:17:25 +02:00
Vladimír Čunát b7c38c7909 perlPackages.X11XCB: 0.14 -> 0.16
Fixes #15771.
2016-05-29 12:33:00 +02:00
Herwig Hochleitner 1c215828d5 wine: make features configurable 2016-05-29 10:45:16 +02:00
Herwig Hochleitner aea7158e79 opencl icd: init at 2.2.9 2016-05-29 10:44:42 +02:00
Frederik Rietdijk e7c9684217 pythonPackages.google_api_python_client: fix url 2016-05-29 09:06:13 +02:00
Bjørn Forsman bc31253c62 pythonPackages.pyusb: 1.0.0rc1 -> 1.0.0
Unbreaks build, because the (old) src URL doesn't exist anymore.
2016-05-29 00:50:48 +02:00
Bjørn Forsman 15072e8986 pencil: unbreak build by using 'firefox-unwrapped' as 'xulrunner'
The xulrunner build itself is broken at the moment.
2016-05-29 00:21:30 +02:00
William Casarin 788ee3bcc1 unity3d: wip at 5.1.0f3 2016-05-29 01:13:11 +03:00
Joachim Fasting ea5039e448 Merge pull request #15712 from rardiol/pcsxr94b
pcsxr: init at 1.9.94
2016-05-28 23:33:09 +02:00
Joachim Fasting 73e0c95288 Merge pull request #15778 from joachifm/bup-refactor
bup: refactorings
2016-05-28 23:03:46 +02:00
Jude Taylor b950dd4c4f add fondu-060102 2016-05-28 13:51:50 -07:00
Benjamin Staffin 5e53489cd6 Merge pull request #15789 from benley/kafka-0-9
apache-kafka: 0.8.2.1 -> 0.9.0.1 (keep both around temporarily)
2016-05-28 14:18:53 -04:00
Benjamin Staffin cf5af59468 apache-kafka: retain 0.8.x and 0.9.x
Should make it a little easier for users who need time to plan for the
major 0.9 update.
2016-05-28 13:46:46 -04:00
Redvers Davies 0af8c1f8b8
mt-st: init at 1.3
Closes #15787
2016-05-28 19:33:14 +02:00
Frederik Rietdijk 5b0a045d07 Merge pull request #15769 from redvers/mtx
mtx: init at 1.3.12
2016-05-28 16:47:36 +02:00
Redvers Davies 2745b5a652 mtx: init at 1.3.12 2016-05-28 10:43:03 -04:00
Frederik Rietdijk a65e049ca4 pithos: use Python 3.5 2016-05-28 16:10:06 +02:00
Frederik Rietdijk 5c6d7825b4 pythonPackages.msgpack: fix tests 2016-05-28 15:49:54 +02:00
Joachim Fasting 5e1bea1ec2
bup: refactorings
- Use `fetchFromGitHub`
- Apply patches standard patch phase
- Use `pythonPackages`
- Use `stdenv.is{Darwin,Linux}`
- meta fixups
- Enable support for the web front-end
2016-05-28 15:32:49 +02:00
Frederik Rietdijk 373455e237 Merge pull request #15613 from womfoo/facter
facter: 3.1.5 -> 3.1.6 (add ruby support) and dependency leatherman: 0.4.2 -> 0.7.0
2016-05-28 15:29:31 +02:00
Profpatsch c7d288fd56 mpv: add script infrastructure & convert script
mpv’s functionality can be modified with lua scripts, by specifying them
on the command line.
`scripts` is a list of lua files that are appended to the default mpv
invocation. We also provide a `mpvScripts` attrset with the available
scripts in the top namespace.

`convert` is one such script, that extends mpv with a simple but very
convenient on-the-fly cropping and converting feature.

Closes #14040.
2016-05-28 15:16:12 +02:00
Moritz Ulrich 303aac8381 cargo: 0.9.0 -> 0.10.0, rustRegistry: 2016-05-12 -> 2016-05-28. 2016-05-28 15:05:11 +02:00
Frederik Rietdijk fcbd211596 Merge pull request #15709 from vrthra/qnial
qnial: Init at 6.3
2016-05-28 15:02:51 +02:00
Frederik Rietdijk 516b00270a pythonPackages.django: 1.7 -> 1.9 2016-05-28 14:49:52 +02:00
Frederik Rietdijk 9f6fc25734 fix evaluation
Been writing too much Python lately :)
2016-05-28 14:48:36 +02:00
Frederik Rietdijk e7906e06a2 pythonPackages.oauth: disable tests 2016-05-28 14:41:16 +02:00
Frederik Rietdijk 865fec600b pythonPackages.pafy: disable tests 2016-05-28 14:39:24 +02:00
Frederik Rietdijk 67cd2eb861 pythonPackages.SPARQLWrapper: disable tests 2016-05-28 14:39:24 +02:00
Frederik Rietdijk bb302c6d7f pythonPackages.pelican: disable tests 2016-05-28 14:39:24 +02:00
Frederik Rietdijk 570b575d66 pythonPackages.google_api_python_client: 1.2 -> 1.5.1 2016-05-28 14:19:00 +02:00
Frederik Rietdijk fbb7378ad7 pythonPackages.uritemplate: init at 0.6 2016-05-28 14:19:00 +02:00
Matthias Beyer f48c8ddf0b
http-prompt: init at 0.2.0
Closes #15563
2016-05-28 14:04:20 +02:00
Matthias Beyer 6e0f7b5963
pythonPackages.parsimonious: 0.6.0 -> 0.6.2 2016-05-28 14:04:11 +02:00
Lancelot SIX 113895108c pythonPackages.django-colorful: init at 1.2 2016-05-28 13:20:02 +02:00
Lancelot SIX 05d9cf5f38 pythonPackages.anyjson: Enable for python3
Only the tests are unvalid for anyjson. The module itself is python3
valid.
2016-05-28 12:30:51 +02:00
= 78901322d8 pythonPackages.neuronpy: init at 0.1.6 2016-05-28 12:26:27 +02:00
Frederik Rietdijk d7568495b5 fix evaluation 2016-05-28 11:14:30 +02:00
NikolaMandic 2df4632004 pythonPackages.inflection: init at 0.3.1 2016-05-28 11:07:02 +02:00
NikolaMandic 31bcdeea80 pythonPackages.quandl: init at 3.0.0 2016-05-28 11:07:02 +02:00
Frederik Rietdijk de070bbe1c Merge pull request #15766 from elasticdog/ansible2
ansible2: 2.0.0.2 -> 2.1.0.0
2016-05-28 10:23:39 +02:00
Tuomas Tynkkynen 7eb99329ae Merge pull request #15716 from peterhoeg/linkchecker
linkchecker: init at 9.3
2016-05-28 05:46:53 +03:00
Joachim Fasting 89aab4f351 Merge pull request #15635 from steveeJ/bump-gotools
gotools: 2016-02-04 -> 2016-05-19
2016-05-28 01:03:21 +02:00
Joachim Fasting 5564ee4931 Merge pull request #15641 from steveeJ/bump-godep
godep: 60 -> 70
2016-05-28 01:03:05 +02:00
Joachim Fasting 579073eec7 Merge pull request #15678 from steveeJ/bump-goerrcheck
go/errcheck: bump version, remove postPatch
2016-05-28 01:02:44 +02:00
Aaron Bull Schaefer 980805c486 ansible2: add readline lib as dependency
This is required for the `ansible-console` command to work (which was added in
Ansible v2.1.0.0).
2016-05-27 15:47:10 -07:00
Aaron Bull Schaefer f669509e05 ansible: disable python 3 support
Python 3 is not supported by Ansible upstream, and trying to run
`nox-review` will not succeed if we don't explicitly disable it.
2016-05-27 15:28:43 -07:00
Aaron Bull Schaefer bda2d99e91 ansible2: 2.0.0.2 -> 2.1.0.0 2016-05-27 14:28:16 -07:00
Frederik Rietdijk 253634c4ac pythonPackages.wxPython28: remove package 2016-05-27 21:37:09 +02:00
Frederik Rietdijk 218869e695 pythonPackages.runsnakerun: use current wxPython 2016-05-27 21:28:12 +02:00
Frederik Rietdijk 650fe83eb0 pythonPackags.plover: mark as broken 2016-05-27 21:27:54 +02:00
Frederik Rietdijk d3714e3445 wxPython: remove from top-level 2016-05-27 21:27:29 +02:00
Frederik Rietdijk f1ff46231b pythonPackages.wxPython: 2.8 -> 3.0 2016-05-27 21:26:15 +02:00
Frederik Rietdijk 9597ca718b pythonPackages.wxPython{28,30} : use buildPythonPackage 2016-05-27 21:25:48 +02:00
Frederik Rietdijk 0f8842c648 Merge pull request #15740 from mayflower/pkg/searx
pythonPackages.searx: 0.8.1 -> 0.9.0
2016-05-27 21:12:56 +02:00
Franz Pletz ce266fa360 pythonPackages.searx: 0.8.1 -> 0.9.0 2016-05-27 20:54:34 +02:00
Joachim Fasting 9fff4b31fa Merge pull request #15731 from earldouglas/picat
picat: init at 1.9-4
2016-05-27 17:07:04 +02:00
Bjørn Forsman 5f6542de2a qtcreator: unbreak build by disabling docs
Not ideal, but at least it builds now :-)
2016-05-27 15:59:36 +02:00
Vladimír Čunát e4832c7541 Merge branch 'staging'
Includes a security update of libxml2.
2016-05-27 15:58:40 +02:00
Peter Hoeg c1ffbd8ee8 linkchecker: init at 9.3
A few changes from upstream:

 1) the executable is patched to support a --no-robots flag to ignore
    robots.txto

 2) the GUI doesn't work (for now), so this is CLI only
2016-05-27 15:07:05 +08:00
Joachim Fasting e746e1ffbc Merge pull request #15667 from joachifm/delete-box2d_2_0_1
box2d_2_0_1: delete expression
2016-05-27 00:34:27 +02:00
James Earl Douglas 292f9e5f23 picat: init at 1.9-4 2016-05-26 15:29:03 -06:00
David Tulig ddf264536c syncthing: 0.12.23 -> 0.12.25 (#15723)
fixes #15633
2016-05-26 21:03:18 +02:00
Ricardo Ardissone 38429f74b2 pcsxr: init at 1.9.94 2016-05-26 15:54:24 -03:00
Frederik Rietdijk 63b7323402 Remove bittornado
Package is broken. Won't work with wxPython30, and wheel produced with
buildPythonPackage cannot be installed either.
2016-05-26 18:51:25 +02:00
Vladimír Čunát 81039713fa Merge branch 'master' into staging
... to get the systemd update (rebuilding ~7k jobs).
2016-05-26 16:50:22 +02:00
Vladimír Čunát 058c71498e grsecurity_base_linux_4_5: get all patches
This in particular includes qat_common_Makefile to fix parallel make.
2016-05-26 16:35:43 +02:00
Stefan Junker 52ff8d3649 godep: 70 -> 71 2016-05-26 13:54:54 +02:00
Stefan Junker 9d525bb010 godep: 60 -> 70 2016-05-26 13:53:18 +02:00
Vladimír Čunát 6d16979d7a Merge #15622: remove fltk-2, improve fltk13 2016-05-26 10:55:25 +02:00
Vladimír Čunát 34e558274d fltk13: xftSupport = true by default
It seems often desired.
2016-05-26 10:38:17 +02:00
Vladimír Čunát e5c500475c fltk13: various fixups 2016-05-26 10:35:29 +02:00
Bjørn Forsman 0b3b45c5a7 shutter: init at 0.93.1
Screenshot and annotation tool.

The application may complain about missing GConf dbus service[1], but it
still works (and remembers its settings, AFAICT).

[1]: The error message is (line wrapped):
  GConf Error: Failed to contact configuration server; the most
  common cause is a missing or misconfigured D-Bus session bus daemon. See
  http://projects.gnome.org/gconf/ for information. (Details -  1: GetIOR
  failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
  org.gnome.GConf was not provided by any .service files)
2016-05-26 10:31:27 +02:00
Bjørn Forsman 444afc43ac perlPackages: add dependencies needed by 'shutter' application
shutter is a screenshot and annotation GUI tool, coming to Nix soon.
This commit adds its needed perl dependencies:

  Gnome2, Gnome2Canvas, Gnome2VFS, Gnome2Wnck, GooCanvas,
  Gtk2AppIndicator, Gtk2ImageView, Gtk2Unique, ProcSimple

All expressions are created with nix-generate-from-cpan and manual
tweaks to (propagated)buildInputs and meta.license.
2016-05-26 10:31:27 +02:00
Joachim Fasting 3e530012d0 Merge pull request #15695 from mbakke/oh-20160523
oh: 2016-03-28 -> 2016-05-23
2016-05-26 10:15:22 +02:00
Joachim Fasting 4da35b7c56 Merge pull request #15705 from vrthra/redo
redo: Init at 1.2
2016-05-26 10:14:34 +02:00
Arseniy Seroka c6b3aca4e2 Merge pull request #15654 from wavewave/magma
magma: init at 2.0.2
2016-05-26 01:02:14 +03:00
Arseniy Seroka 844d3fcb75 Merge pull request #15664 from wavewave/cudnn
cudnn: init at 4.0
2016-05-26 00:19:42 +03:00
Rahul Gopinath 9e8edc1389 qnial: Init at 6.3
Qnial is an implementation of the Nial (Nested Array) Language
2016-05-25 14:05:01 -07:00
Rahul Gopinath df40533f11 redo: Init at 1.2
Redo is an alternative for Make. This package is a C++ implementation
of redo.
2016-05-25 13:49:21 -07:00
Ian-Woo Kim e47070ad64 cudnn: init at 4.0 2016-05-25 18:26:57 +00:00
Ian-Woo Kim fd42fccd4c magma: init at 2.0.2 2016-05-25 18:14:41 +00:00
Bjørn Forsman 41fa133548 qscreenshot: init at 1.0
Create and edit screenshots.
2016-05-25 19:00:50 +02:00
Robert Helgesson 6eb7a499ef perl-Catalyst-Controller-HTML-FormFu: add meta 2016-05-25 16:31:23 +02:00
Robert Helgesson 47ea094895 perl-Catalyst-Component-InstancePerContext: add meta 2016-05-25 16:31:23 +02:00
Marius Bakke 334e8b5109 goPackages.oh: 2016-03-28 -> 2016-05-23 2016-05-25 14:18:36 +01:00
Marius Bakke 0f9440bd4b goPackages.adapted: 2015-06-03 -> 2016-04-10 2016-05-25 14:18:12 +01:00
Rok Garbas cfc1dbc755 pythonPackages.neovim: 0.1.7 -> 0.1.8 2016-05-25 15:02:41 +02:00
Peter Simons 2a83412f2a Add LTS Haskell 5.16, 5.17, and 5.18. 2016-05-25 12:27:56 +02:00
Frederik Rietdijk 63e09f8d47 Merge pull request #14854 from NikolaMandic/master
pybrain added to python packages
2016-05-25 07:52:28 +02:00
Nikolay Amiantov c79c99cede pegjs-0.8.0: fix sha256 checksum 2016-05-25 05:38:51 +03:00
Stefan Junker 9a41e8f91d go/errcheck: bump version, remove postPatch 2016-05-24 23:15:34 +02:00
NikolaMandic 39126f01d3 pybrain: init at 0.3.3 2016-05-24 20:02:59 +00:00
Eelco Dolstra 012313f253 Term::ReadLine::Gnu: Fix finding libncursesw
Fixes

  Cannot do `initialize' in Term::ReadLine::Gnu at /nix/store/8kld1l6cn75lh0csw8wq6zbccallkr73-nixos-test-driver/bin/.nixos-test-driver-wrapped line 115.

when running NixOS VM tests interactively.
2016-05-24 21:44:42 +02:00
Arseniy Seroka 8b79f1512a Merge pull request #15652 from juliendehos/exrdisplay
openexr-viewers: 1.0.1 -> 2.2.0
2016-05-24 22:05:28 +03:00