Commit graph

164282 commits

Author SHA1 Message Date
Erik Arvstedt 0289f4adf0
tesseract: add tesseract3 top-level attr 2018-12-19 18:10:43 +01:00
Erik Arvstedt 8d1ba999cb
tesseract: rename to tesseract4, add alias
This is more consistent with the naming of the most popular versioned pkgs.
2018-12-19 18:09:56 +01:00
Erik Arvstedt b818997807
tesseract: add separate language derivations
This frees users from downloading all languages when building
Tesseract with a custom set of languages.

`enableLanguagesHash` is now obsolete.
2018-12-19 18:08:21 +01:00
Erik Arvstedt aaaed13077
tesseract: add a wrapper to setup languages
Tesseract is now decoupled from the tessdata language corpus.

This avoids recompilation when building Tesseract with a custom set
of languages.

Update k2pdfopt to use the new wrapper interface.
2018-12-19 18:08:16 +01:00
Erik Arvstedt 45d2a2dd91
tesseract: change file layout
Rename default.nix -> tesseract3.nix
Rename 4.x.nix -> tesseract4.nix

This is needed for the following commits.
2018-12-19 18:07:39 +01:00
Matthew Bauer 8f9bd40d41
Merge pull request #51313 from Enzime/update/llpp
llpp: 2018-03-02 -> 30
2018-12-19 11:05:57 -06:00
Matthew Bauer e261fbe6c1
Merge pull request #51404 from fusion809/patch-7
openra: adding individual executables for each mod
2018-12-19 11:04:21 -06:00
Matthew Bauer 762c3d730f
Merge pull request #52011 from r-ryantm/auto-update/snes9x-gtk
snes9x-gtk: 1.56.2 -> 1.57
2018-12-19 11:00:02 -06:00
Renaud 6f5ec9d889
Merge pull request #52134 from r-ryantm/auto-update/picard-tools
picard-tools: 2.18.17 -> 2.18.20
2018-12-19 17:53:47 +01:00
R. RyanTM 0aa798c589 pulumi-bin: 0.16.2 -> 0.16.7
* pulumi-bin: 0.16.2 -> 0.16.7 (#52151)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulumi/versions

* pulumi-bin: fix Darwin hash for 0.16.7
2018-12-19 17:50:15 +01:00
Robert Schütz c5ef5c9137 python.pkgs.cherrypy: disable on python2 2018-12-19 17:10:20 +01:00
Renaud b7355e6f7a
Merge pull request #52179 from r-ryantm/auto-update/ocaml-cmdliner
ocamlPackages.cmdliner: 1.0.2 -> 1.0.3
2018-12-19 16:59:02 +01:00
Renaud c98754dd12
Merge pull request #52172 from r-ryantm/auto-update/ocaml-curses
ocamlPackages.curses: 1.0.3 -> 1.0.4
2018-12-19 16:42:25 +01:00
Robert Schütz 721f3b7abd abcm2ps: 8.14.1 -> 8.14.2 2018-12-19 16:31:20 +01:00
Renaud 42d37e45d3
Merge pull request #52522 from talyz/master
nomachine-client: Fix audio support and update 6.3.6_1 -> 6.4.6_1
2018-12-19 16:17:42 +01:00
Renaud 433b867b61
Merge pull request #52520 from romildo/upd.plano-theme
plano-theme: 3.28-3 -> 3.30-1
2018-12-19 15:55:44 +01:00
Robert Schütz 52b1973283 home-assistant-cli: init at 0.3.0 2018-12-19 15:54:28 +01:00
Renaud 7e5667926e
Merge pull request #52521 from romildo/upd.shades-of-gray
shades-of-gray-theme: 1.1.1 -> 1.1.3
2018-12-19 15:54:21 +01:00
Robert Schütz 407f9ba5c9 python.pkgs.objgraph: fix build
Fixes https://github.com/NixOS/nixpkgs/issues/52518.
2018-12-19 14:14:36 +01:00
talyz aaf353e7ad nomachine-client: Fix audio support
libnxcau.so needs libpulse.so.0 for audio to work, but doesn't
have a DT_NEEDED entry for it, so it's not automatically
detected. This adds the missing entry and libpulseaudio to
buildInputs, enabling autoPatchelfHook to fix the RPATH.
2018-12-19 14:14:09 +01:00
Benno Fünfstück 6972c433ab adoptopenjdk-bin: disable openj9 jre for mac due to missing upstream 2018-12-19 14:08:15 +01:00
Robert Schütz 682d1befd9 adoptopenjdk-bin: use python-withPackages for shebang
Co-Authored-By: bennofs <benno.fuenfstueck@gmail.com>
2018-12-19 14:08:12 +01:00
Benno Fünfstück 5bbfc0cc37 adoptopenjdk: autogenerate sources + add support for aarch64 2018-12-19 14:08:09 +01:00
José Romildo Malaquias 9f934e8efc shades-of-gray-theme: 1.1.1 -> 1.1.3 2018-12-19 10:48:29 -02:00
talyz 1fc12ef702 nomachine-client: 6.3.6_1 -> 6.4.6_1 2018-12-19 13:29:47 +01:00
José Romildo Malaquias 91e1e2fd92 plano-theme: 3.28-3 -> 3.30-1 2018-12-19 10:28:40 -02:00
Jörg Thalheim da093022a4
Merge pull request #52413 from mat8913/vagrant-libvirt
vagrant: build and install vagrant-libvirt plugin
2018-12-19 12:18:44 +01:00
Jose San Leandro 857853d5f1 pharo: Simple fix for Iceberg (#52466)
* Simple fix for Iceberg
* Avoiding explicit libgit2 version assumption and removed libgit2 from buildInputs
2018-12-19 12:16:06 +01:00
Florian Klink e5db0df0b5
Merge pull request #52115 from r-ryantm/auto-update/python3.7-Django
python37Packages.django_2_1: 2.1.3 -> 2.1.4
2018-12-19 11:18:53 +01:00
Florian Klink 959ac46e99
Merge pull request #52113 from r-ryantm/auto-update/python3.7-dropbox
python37Packages.dropbox: 9.1.0 -> 9.2.0
2018-12-19 11:18:30 +01:00
Florian Klink f6ab103cf1 Revert "brlaser: fix $out"
This reverts commit 04405f65f9.

This was already fixed in https://github.com/NixOS/nixpkgs/pull/49180,
but never got backported to 18.09.
2018-12-19 10:58:53 +01:00
Robert Schütz 5fda32e6f1 python.pkgs.mt-940: 4.10.0 -> 4.12.2 2018-12-19 10:24:26 +01:00
Frederik Rietdijk a9e654e1bd Revert "adoptopenjdk: autogenerate sources + add support for aarch64 (#52454)"
This reverts commit f2dfe8b9e6, reversing
changes made to e116aa1d4b.

The `openj9` attribute is missing for `jre` in case of `mac`. This missing
attribute is now blocking the channels from updating.

cc @bennofs
2018-12-19 10:11:17 +01:00
Frederik Rietdijk a06b90a7dc lapp: change postgresql version, fixes metrics 2018-12-19 10:04:00 +01:00
Florian Klink 15ecc67c21
Merge pull request #52502 from flokli/brlaser-fix-out
brlaser: fix $out
2018-12-19 09:58:20 +01:00
Anders Kaseorg 85379a29ec pypy3: init at 6.0.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-12-19 09:53:31 +01:00
Frederik Rietdijk 3504cfea6b
Merge pull request #52125 from r-ryantm/auto-update/python3.7-folium
python37Packages.folium: 0.6.0 -> 0.7.0
2018-12-19 09:28:11 +01:00
R. RyanTM 4b06edd148 python37Packages.aioconsole: 0.1.10 -> 0.1.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-aioconsole/versions
2018-12-19 09:26:48 +01:00
R. RyanTM 28fdb4eb11 pipenv: 2018.11.14 -> 2018.11.26
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pipenv/versions
2018-12-19 09:26:28 +01:00
R. RyanTM 58f1f9f0fc freetds: 1.00.104 -> 1.00.109
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freetds/versions
2018-12-19 09:25:29 +01:00
R. RyanTM 8577370367 flrig: 1.3.40 -> 1.3.41
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flrig/versions
2018-12-19 09:25:08 +01:00
markuskowa 1490094fff
Merge pull request #52509 from tkonolige/mpich_on_macos
mpich2: Add darwin support
2018-12-19 09:24:38 +01:00
R. RyanTM 6e87da96c3 fdk_aac: 0.1.6 -> 2.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fdk-aac/versions
2018-12-19 09:24:13 +01:00
Eamonn Coughlan 7c2d638802 ipykernel: fix permissions when installing kernels 2018-12-19 09:18:28 +01:00
Frederik Rietdijk f10a7a216c
Merge pull request #51960 from Twey/libc++abi.a
libcxxabi: also install libc++abi.a
2018-12-19 09:17:09 +01:00
Frederik Rietdijk 1a51abe9c1
Merge staging-next into master 2018-12-19 09:08:04 +01:00
Frederik Rietdijk 911d1853ca Merge master into staging-next 2018-12-19 08:57:41 +01:00
Tor Hedin Brønner b9307eddd6 zeroad: fix build with spidermonkey-38.8.0 2018-12-19 08:08:06 +01:00
Jörg Thalheim 0abfaf86b6
Merge pull request #52505 from volth/patch-295
mirrors.nix: remove bad cpan mirrors
2018-12-19 07:44:49 +01:00
worldofpeace e3a931c41e brave: add at-spi2-core
Also correct the style.
2018-12-18 22:14:47 -05:00