Commit Graph
100 Commits
Author SHA1 Message Date
Maximilian Bosch 642f778fb6 pythonPackages.pycassa: fix build
Use `thrift` 0.9.3 to build.

See also https://github.com/pycassa/pycassa/issues/245
2019-01-10 23:44:53 +01:00
Maximilian Bosch ada7cf0c66 bonfire: fix build
The build could be fixed by loosening the constraint for `click` (which
is currently at 7.0 in master). The CLI interface remains functional
with v7.

See also https://hydra.nixos.org/build/86455177
2019-01-10 17:29:35 -05:00
Maximilian Bosch fc24e4237d python3Packages.pika-pool: fix build
Loosen version constraint to allow current `pika` as well (currently
0.12). See also https://hydra.nixos.org/build/86116480
2019-01-10 17:26:43 -05:00
Maximilian Bosch 338a5c3ca7 pythonPackages.xml2rfc: fix build
Adds the missing dependencies `google-i18n-address`, `pycountry` and
`html5lib` from the `pythonPackages` subtree.

See also https://hydra.nixos.org/build/86535305
2019-01-10 17:25:39 -05:00
Maximilian Bosch b58e41ebad pythonPackages.google-i18n-address: init at 2.3.4 2019-01-10 17:25:39 -05:00
Maximilian Bosch 44a80294f7 Merge pull request #53746 from zaninime/patch-1
nexus: 3.12.1 -> 3.14.0-04
2019-01-10 23:01:26 +01:00
Maximilian Bosch edcd1494f7 nixos/nexus: increase disk size of VM test to 8GB
Nexus increased their default minimum disk space requirement to 4GB:

```
com.orientechnologies.orient.core.exception.OLowDiskSpaceException: Error occurred while executing a
write operation to database 'OSystem' due to limited free space on the disk (1823 MB). The database
is now working in read-only mode. Please close the database (or stop OrientDB), make room on your hard
drive and then reopen the database. The minimal required space is 4096 MB. Required space is now
set to 4096MB (you can change it by setting parameter storage.diskCache.diskFreeSpaceLimit) .
server# [   72.560866] zqnav3mg7m6ixvdcacgj7p5ibijpibx5-unit-script-nexus-start[627]:   DB name="OSystem"
```

Including the rest on the VM 8GB should be the most suitable solution.
As the installer test also takes 8GB of disk size this should still be
in an acceptable range.
2019-01-10 22:44:26 +01:00
Maximilian Bosch b936b2ddac Merge pull request #53733 from nalbyuites/pgsanity
pgsanity: init at 0.2.9
2019-01-10 14:12:15 +01:00
Maximilian Bosch d50dacbf80 termbox: fix build
Applies a patch which fixes the `waf` build on Python 3.7.
See also https://hydra.nixos.org/build/86295267
2019-01-10 09:18:28 +01:00
Maximilian Bosch 53380970e7 pythonPackages.thrift: fix build
Adds missing `six` dependency to the build inputs.

See also https://hydra.nixos.org/build/86094652
2019-01-10 02:42:21 +01:00
Maximilian Bosch 6e3eee833d Merge pull request #53608 from dywedir/alacritty
alacritty: 0.2.4 -> 0.2.5
2019-01-08 12:22:40 +01:00
Maximilian Bosch 06b02b027d Merge pull request #53630 from r-ryantm/auto-update/cutelyst
cutelyst: 2.5.1 -> 2.6.0
2019-01-08 12:00:45 +01:00
Maximilian Bosch f2ba764e4d Merge pull request #53476 from marsam/init-clair
clair: init at 2.0.7
2019-01-08 11:35:47 +01:00
Maximilian Bosch da4c73045b Merge pull request #53402 from geistesk/py-cbor-init
cbor: init at 1.0.0
2019-01-04 21:31:20 +01:00
Maximilian Bosch 46adbcde48 cutelyst: fix build
Cutelyst misses `pcre.h` to compile, adding `pkgs.pcre` as build input
fixes the compilation.

This unbreaks `virtlyst` and the corresponding module as well.

See also https://hydra.nixos.org/build/86293236
2019-01-04 14:16:45 +01:00
Maximilian Bosch 0f6cf5fefe python{2,3}Packages.pytest-repeat: fix build
Test suite and build environment had several issues with Pytest >3.6
which can be fixed by applying the (yet unreleased) upstream patch from
https://github.com/pytest-dev/pytest-repeat/commit/f94b6940e3651b7593aca5a7a987eb56abe04cb1.patch
2019-01-03 23:01:17 -05:00
Maximilian Bosch ba1a181a88 Merge pull request #53367 from r-ryantm/auto-update/checkstyle
checkstyle: 8.15 -> 8.16
2019-01-04 03:19:16 +01:00
Maximilian Bosch eb84501ef9 python{2,3}Packages.Pweave: fix build
Version 0.30 was missing the Python dependencies `nbconvert` and `markdown`.

Also Python 2 isn't supported any more since 0.30
(https://github.com/mpastell/Pweave/blob/master/CHANGELOG.txt) and can
therefore be dropped.
2019-01-04 01:28:35 +01:00
Maximilian Bosch e753bc125f Merge pull request #53335 from r-ryantm/auto-update/ibus-typing-booster
ibus-engines.typing-booster-unwrapped: 2.3.3 -> 2.4.1
2019-01-04 00:40:00 +01:00
Maximilian Bosch 693aee0218 Merge pull request #53042 from exi/wireguard
wireguard-tools Add proper dependencies
2018-12-29 22:57:25 +01:00
Maximilian Bosch 8ae753e283 Merge pull request #52744 from Ma27/fix-osquery
osquery: fix build
2018-12-24 15:33:51 +01:00
Maximilian Bosch 8934dae2c3 osquery: fix build
As discussed in #51756, recently packaged versions of `lvm2` miss the
`lvm2app.h` header which breaks the osquery build.

Please note that this simply fixes the build and is not an upgrade. The
CMake patches are fairly diverged in constrast to the current upstream
packaging which requires a lot more effort I can't provide ATM.

cc @markuskowa @hedning
2018-12-24 15:16:26 +01:00
Maximilian Bosch 0e19695013 Merge pull request #52759 from Izorkin/pythonPackages.pg8000
pythonPackages.pg8000: fix build
2018-12-24 10:31:40 +01:00
Maximilian Bosch 71491d0afd Merge pull request #52737 from etu/init-fsarchiver
fsarchiver: init at 0.8.5
2018-12-24 10:26:46 +01:00
Maximilian Bosch 30c6234e15 python3Packages.pyaxmlparser: fix build
The build is currently broken on master[1] due to a major bump of
`click` in fe0af1ce77.

Manually patching `setup.py` temporarily fixes the issue. To ensure that
succeeding builds don't deliver packages breaking at runtime due to
dependency issues I switched to the GitHub archive as source since it
contains tests as well.

Additionally, Python 2.7 support has been dropped. It seems as it
was never intended to support Python3 here, I simply forgot to disable
the Python2 build.

```
TypeError: AXMLParser object is not an iterator
```

[1] https://hydra.nixos.org/build/86108813
2018-12-23 23:15:36 +01:00
Maximilian Bosch db5399b188 Merge pull request #52719 from marsam/fix-scrapy-python37
pythonPackages.scrapy: fix build on Python 3.7
2018-12-23 14:53:25 +01:00
Maximilian Bosch a2389cc318 Merge pull request #52587 from plapadoo/liquibase-temporary-fix-jars
liquibase: fix missing dependencies
2018-12-21 02:19:26 +01:00
Maximilian Bosch 3376dbda24 Merge pull request #52585 from ilikeavocadoes/update/syncthing
syncthing: 0.14.52 -> 0.14.54
2018-12-21 00:23:01 +01:00
Maximilian Bosch db996dd7f8 Merge pull request #52149 from r-ryantm/auto-update/playonlinux
playonlinux: 4.2.12 -> 4.3.3
2018-12-20 21:15:45 +01:00
Maximilian Bosch 6ad7f4d4d1 Merge pull request #52194 from r-ryantm/auto-update/manuskript
manuskript: 0.3.0 -> 0.8.0
2018-12-20 20:20:49 +01:00
Maximilian Bosch f7daa8ec48 Merge pull request #52214 from marsam/update-mruby
mruby: 1.4.1 -> 2.0.0
2018-12-20 20:14:34 +01:00
Maximilian Bosch 539679ff35 Merge pull request #52222 from r-ryantm/auto-update/librealsense
librealsense: 2.16.4 -> 2.17.0
2018-12-20 20:04:33 +01:00
Maximilian Bosch 66bea3d206 Merge pull request #52538 from dtzWill/update/fwts-18.12.00
fwts: 18.11.00 -> 18.12.00
2018-12-20 19:35:58 +01:00
Maximilian Bosch 87ebc2ad0b Merge pull request #52345 from r-ryantm/auto-update/clickhouse
clickhouse: 18.14.9 -> 18.14.18
2018-12-20 18:48:37 +01:00
Maximilian Bosch 87e637df10 Merge pull request #52483 from marsam/init-vimplugins-recover-vim
vimPlugins.Recover-vim: init at 2018-10-22
2018-12-20 13:09:53 +01:00
Maximilian Bosch 64d05bbdd2 clickhouse: fix module and package runtime
Although the package itself builds fine, the module fails because it
tries to log into a non-existant file in `/var/log` which breaks the
service. Patching to default config to log to stdout by default fixes
the issue. Additionally this is the better solution as NixOS heavily
relies on systemd (and thus journald) for logging.

Also, the runtime relies on `/etc/localtime` to start, as it's not
required by the module system we set UTC as sensitive default when using
the module.

To ensure that the service's basic functionality is available, a simple
NixOS test has been added.
2018-12-20 13:03:41 +01:00
Maximilian Bosch 5e16e65dcf Merge pull request #52175 from r-ryantm/auto-update/neovim-qt
neovim-qt: 0.2.10 -> 0.2.11
2018-12-18 23:54:57 +01:00
Maximilian Bosch 6c6341335b nixos/test-driver: fix wording in error message about invalid node names
Since 113a6b9325 the test driver
explicitly ensures if the node names won't break the resulting Perl
script at runtime. This slightly improves the correctness of the error
message.
2018-12-18 23:46:54 +01:00
Maximilian Bosch acd4340731 Merge pull request #52241 from r-ryantm/auto-update/jruby
jruby: 9.2.4.0 -> 9.2.5.0
2018-12-18 23:36:27 +01:00
Maximilian Bosch 83fe20e57f Merge pull request #52485 from pablode/master
nixos/oh-my-zsh: fix wrong manual information
2018-12-18 23:18:27 +01:00
Maximilian Bosch 113a6b9325 nixos/testing: disallow special chars in machine names in network expressions
These names are referenced by Perl variables inside the testing
frameworks which don't allow chars like `-` as character inside. An exemplary
expression may look like this:

```
{
  x11-vm = {
    services.xserver.enable = true;
  };
}
```

This expression evaluates, e.g. when running `nixos-build-vms`, but when
trying to run `./result/bin/nixos-run-vms`, an error like this occurs:

```
starting VDE switch for network 1
running the VM test script
error: Can't modify subtraction (-) in scalar assignment at (eval 17) line 1, at EOF
Bareword "test" not allowed while "strict subs" in use at (eval 17) line 1.
Can't modify subtraction (-) in scalar assignment at (eval 17) line 1, at EOF
Bareword "test" not allowed while "strict subs" in use at (eval 17) line 1.
vde_switch: EOF on stdin, cleaning up and exiting
cleaning up
```

This can be very confusing for beginners, this change breaks evaluation
if such names are used for machines.
2018-12-18 01:58:56 +01:00
Maximilian Bosch b72dc8c2f2 Merge pull request #52189 from r-ryantm/auto-update/apache-maven
maven: 3.5.4 -> 3.6.0
2018-12-18 00:59:30 +01:00
Maximilian Bosch bba4283571 Merge pull request #52299 from r-ryantm/auto-update/insomnia
insomnia: 6.2.0 -> 6.2.3
2018-12-18 00:57:54 +01:00
Maximilian Bosch d80f7a498e Merge pull request #52208 from r-ryantm/auto-update/logrotate
logrotate: 3.14.0 -> 3.15.0
2018-12-16 23:15:40 +01:00
Maximilian Bosch 56f25ba526 Merge pull request #52295 from r-ryantm/auto-update/img2pdf
img2pdf: 0.3.1 -> 0.3.2
2018-12-16 22:41:32 +01:00
Maximilian Bosch b647c6c03d Merge pull request #52196 from r-ryantm/auto-update/nxproxy
nxproxy: 3.5.99.16 -> 3.5.99.17-1
2018-12-16 22:39:20 +01:00
Maximilian Bosch fd04029d0e Merge pull request #52195 from r-ryantm/auto-update/now-cli
now-cli: 12.1.3 -> 12.1.12
2018-12-16 22:37:35 +01:00
Maximilian Bosch 713561aed9 Merge pull request #52309 from r-ryantm/auto-update/python3.7-eyeD3
python37Packages.eyeD3: 0.8.7 -> 0.8.8
2018-12-16 22:34:37 +01:00
Maximilian Bosch 8c35b88dc1 Merge pull request #52292 from r-ryantm/auto-update/gthumb
gthumb: 3.6.1 -> 3.6.2
2018-12-16 22:31:09 +01:00
Maximilian Bosch 36d18a4826 Merge pull request #52305 from r-ryantm/auto-update/goffice
goffice: 0.10.43 -> 0.10.44
2018-12-16 21:42:16 +01:00
Maximilian Bosch 57d9c3d296 Merge pull request #52306 from r-ryantm/auto-update/httpie
httpie: 1.0.0 -> 1.0.2
2018-12-16 20:51:56 +01:00
Maximilian Bosch 75a476db0a Merge pull request #52405 from r-ryantm/auto-update/cfr
cfr: 0_134 -> 0.137
2018-12-16 20:47:10 +01:00
Maximilian Bosch 37d49d33aa Merge pull request #52315 from r-ryantm/auto-update/FeedReader
feedreader: 2.4.1 -> 2.6.1
2018-12-16 15:01:32 +01:00
Maximilian Bosch b370ccec5a Merge pull request #52330 from r-ryantm/auto-update/deja-dup
deja-dup: 38.0 -> 38.1
2018-12-16 14:55:53 +01:00
Maximilian Bosch 561654d8bb Merge pull request #52338 from r-ryantm/auto-update/dialog
dialog: 1.3-20180621 -> 1.3-20181107
2018-12-16 14:49:18 +01:00
Maximilian Bosch 35786a3e28 Merge pull request #52351 from r-ryantm/auto-update/dde-calendar
deepin.dde-calendar: 1.2.5 -> 1.2.6
2018-12-16 14:35:06 +01:00
Maximilian Bosch 18e26e5372 Merge pull request #52354 from flokli/nextcloud-client-2.5.1
nextcloud-client: 2.5.0 -> 2.5.1
2018-12-16 13:21:24 +01:00
Maximilian Bosch b94a62b24e Merge pull request #52304 from r-ryantm/auto-update/ibus-typing-booster
ibus-engines.typing-booster-unwrapped: 2.1.3 -> 2.3.3
2018-12-16 12:46:59 +01:00
Maximilian Bosch 3df0a40374 Merge pull request #52013 from r-ryantm/auto-update/termtosvg
termtosvg: 0.6.0 -> 0.7.0
2018-12-16 12:43:12 +01:00
Maximilian Bosch f64f8a312f Merge pull request #51613 from the-kenny/regenerate-node-packages
nodePackages: Regenerate
2018-12-10 13:31:53 +01:00
Maximilian Bosch de02111a51 Merge pull request #51534 from jbedo/bowtie2
bowtie2: fix missing dependencies
2018-12-10 00:58:51 +01:00
Maximilian Bosch 10fa7c5707 Merge pull request #51391 from mt-caret/dpt-rp1-py
dpt-rp1-py: init at 2018-10-16
2018-12-09 17:09:24 +01:00
Maximilian Bosch bb962eb2a2 Merge pull request #51747 from timstott/update/tmuxinator
tmuxinator: 0.11.3 -> 0.13.0
2018-12-08 21:05:29 +01:00
Maximilian Bosch 65b33722db Merge pull request #51608 from tylermauthe/patch-1
plex: 1.13.9.5456 -> 1.14.0.5470
2018-12-08 19:55:33 +01:00
Maximilian Bosch 05882c0a74 weechatScripts.weechat-autosort: init at unstable-2018-01-11 (#51729)
Helpful weechat script to automatically keep buffers sorted.

Can be activated like this:

``` nix
weechat.override {
  configure = { ... }: {
    scripts = [
      weechatScripts.weechat-autosort
    ];
  };
}
```
2018-12-08 16:45:18 +00:00
Maximilian Bosch d21e281c95 dpt-rp1-py: add unstable infix to version 2018-12-08 15:30:09 +01:00
Maximilian Bosch 59b6fe36f5 Merge pull request #51657 from marsam/fix-python-rednose-build
python2Packages.rednose: fix build on darwin
2018-12-08 14:49:43 +01:00
Maximilian Bosch 99d96df65c Merge pull request #51642 from marsam/add-git-test
gitAndTools.git-test: init at 1.0.4
2018-12-08 13:43:46 +01:00
Maximilian Bosch 0afa5cd443 Merge pull request #51577 from mayflower/nextcloud-update
nextcloud: 14.0.3 -> 14.0.4
2018-12-06 02:24:56 +01:00
Maximilian Bosch 42356feed0 Merge pull request #51571 from alyssais/weechat-merge
weechat: fix bad merge
2018-12-06 01:40:24 +01:00
Maximilian Bosch 37f0a4f199 Merge pull request #51497 from hedning/nix-completions-bump
nix-{zsh,bash}-completions version bump
2018-12-04 11:18:25 +01:00
Maximilian Bosch 45c6794573 Merge pull request #36424 from jfrankenau/i18n-extra-locale
nixos/i18n: add option for extra locale settings
2018-11-29 16:22:34 +01:00
Maximilian Bosch a9ffe7f8ec Merge pull request #49409 from jluttine/enable-thumbor-tests
piexif: 1.0.13 -> 1.1.2 (and bunch of other packages)
2018-11-29 14:21:17 +01:00
Maximilian Bosch e2a6e8b8ff pythonPackages.pyres: ensure that redis 2.10.6 is used
Upstream's requirements.txt wrongly suggests that redis==3.x is support
(missing upper-bound constraint), but the tests break due to API
incompatibilities.
2018-11-29 12:38:30 +01:00
Maximilian Bosch 216a954540 nixos/nextcloud: add basic module documentation and warn about current upgrading issues
Part of #49783. NextCloud tracks in its `config.php` the application's
state which makes it hard for the module to modify configurations during
upgrades.

It will take time until the issue is properly fixed, therefore we
decided to warn about this in the manual.

This PR addresses two things:

* Adding a basic example for nextcloud. I figured it to be helpful to
  add some basic usage instructions when adding a new manual entry.
  Advanced documentation may follow later.

  For now this document actively links to the service options, so users
  are guided to the remaining options that can be helpful in certain
  cases.

* Add a warning about upgrades and manual changes in
  `/var/lib/nextcloud`. This will be fixed in the future, but it's
  definetely helpful to document the current issues in the manual (as
  proposed in https://github.com/NixOS/nixpkgs/issues/49783#issuecomment-439691127).
2018-11-29 11:59:54 +01:00
Maximilian Bosch f211bad8c4 Merge pull request #51000 from ryantm/tesseract
tesseract_4: 4.00.00alpha-git-20170410 -> 4.0.0
2018-11-29 03:34:29 +01:00
Maximilian Bosch 41d8b21181 Merge pull request #51188 from freepotion/boohu-0.10-to-0.11
boohu: 0.10 -> 0.11
2018-11-29 02:40:55 +01:00
Maximilian Bosch f38d805dbe Merge pull request #51186 from danielfullmer/rclone-1.45
rclone: 1.44 -> 1.45
2018-11-29 02:31:06 +01:00
Maximilian Bosch 9d2160e73b pythonPackages.pyftpdlib: skip tests
Although the tests are passing locally, it seems as the excessive
filesystem usage causes several build failures and timeouts in the Hydra
and OfBorg infrastructure:

* https://hydra.nixos.org/build/84374861 (python3 on linux.x86_64)
* https://hydra.nixos.org/build/84368459 (python2 on linux.x86_64)

Some of these tests are failing after several seconds though, but I
couldn't identify a pattern and I'm not overly surprised that a FTP
library has impure tests. However the API seems to be usable in a Python
{2,3} environment, so it should be safe to use even with disabled tests.
2018-11-29 02:01:22 +01:00
Maximilian Bosch fd08b98da9 pythonPackages.fs-s3fs: init at 1.0.0
`fs` is a python-based file system abstraction layer. The new package
`fs-s3fs` is an implementation of it which stores files inside an S3
bucket.
2018-11-29 02:01:22 +01:00
Maximilian Bosch ab88ed6df6 Merge pull request #51045 from marsam/feature/update-python-nvchecker
pythonPackages.nvchecker: 1.1 -> 1.2.7
2018-11-26 03:34:26 +01:00
Maximilian Bosch 4faa3c7ef2 Merge pull request #51054 from worldofpeace/pandas-aarch
pythonPackages.pandas: don't run tests on aarch64
2018-11-26 03:20:08 +01:00
Maximilian Bosch 2a17b5b7d5 Merge pull request #51055 from Ma27/bump-nix-zsh-completions
nix-zsh-completions: 0.4.0 -> 0.4.1
2018-11-26 03:11:41 +01:00
Maximilian Bosch 991d4bf68c mutt/neomutt: work around S/MIME issues with application/pgp-encrypted
The original issue can be reproduced when sending with an unpatched
`mutt` or `neomutt` an email with an attachement which as han `.asc`
extension. This will be interpreted as `application/pgp-encrypted` which
experiences special logic, in the end the attachement will contain
"Version: 1"[1][2][3]

Right now, there are the following issues in the {,neo}mutt packages:

* `mutt.override { smimeSupport = true }` fails to build since the
  Debian patch results in a 404. Debian moved their packages to
  `salsa.debian.org`.

  However we can't use a versioned URL for this as Debian only tracks
  the Mutt versions that are available in their releases. The patch
  doesn't touch Mutt's core and is therefore simple to rebase, so
  sticking to the 1.10.2 patch for now should be sufficient.

* The original issue was never fixed in NeoMutt, currently we use the
  S/MIME database from `pkgs.mime-types` which contains the issue with
  `application/pgp-encrypted` as well.

  After some discussion[4] it seems to be the best decision to use the
  `mailcap` database distributed by Fedora[5] which fixes the issue
  rather than `mime-types` v9 from 2012.

[1] https://bugs.archlinux.org/task/43319
[2] https://bugs.gentoo.org/534658
[3] https://github.com/neomutt/neomutt/blob/neomutt-20180716/sendlib.c#L490-L496
[4] https://github.com/NixOS/nixpkgs/pull/50927#issuecomment-441383260
[5] https://pagure.io/mailcap
2018-11-26 01:51:41 +01:00
Maximilian Bosch e446261e51 nix-zsh-completions: 0.4.0 -> 0.4.1
Contains several bugfixes that improve the ZSH completion for nix*
commands.

For further reference: https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.1
2018-11-26 01:13:14 +01:00
Maximilian Bosch c6913213eb nextcloud-client: switch to libsecret and use it by default
This change makes it easier for users to setup the nextcloud client with
GNOME keyring support as discussed in the IRC[1][2].

Additionaly we now use `libsecret` instead of `libgnome-keyring` which
integrates better in a GNOME setup (libgnome-keyring defaults to the
Gnome2 library)[3].

[1] https://logs.nix.samueldr.com/nixos/2018-11-24#1745871;
[2] https://logs.nix.samueldr.com/nixos/2018-11-24#1746033;
[3] #38266
2018-11-25 21:47:32 +01:00
Maximilian Bosch 80e9f77ed5 Merge pull request #50475 from Pneumaticat/ibus-table-chinese-init
ibus-table-chinese: init at 1.8.2
2018-11-23 14:11:58 +01:00
Maximilian Bosch b36fa8ef91 nixos-build-vms: fix eval
Previously I got the following error message:

```
error: opening file '/home/ma27/Projects/nixpkgs/nixos/modules/installer/default.nix': No such file or directory
```

Probably related to 6c68fbd4e1.
2018-11-23 13:43:47 +01:00
Maximilian Bosch e75f922e91 nextcloud-client: 2.3.3 -> 2.5.0 (#50463)
Updates to the latest version of the desktop client available. Tested
the config migration from `nextcloud-client` 2.3.3 with a Nextcloud
14.0.3 instance (hosted using `services.nextcloud`).

Additionally the derivation required the following changes:

* Dropped `Qt5Sql` patch: this has been fixed upstream and isn't needed
  anymore (furthermore their CMake structure has changed and the patch
  wouldn't apply anymore on 2.5.0).

* Moved to a new upstream repository (nextcloud/desktop), kept
  `fetchgit` to properly fetch submodules.

* Added OpenSSL 1.1 integration: `libsync` (the syncing provided by this
  package) requires 1.1, furthermore the linking flags had to be fixed
  manually by passing `NIX_LDFLAGS` to the derivation.

Furthermore I moved the support for a Gnome3 keyring into its own
wrapper to avoid a full rebuild of the package whenever you alter
`withGnomeKeyring` in an override expressions.

It's still possible to enable keyring (now without recompile) like this:

```
nextcloud-client.override { withGnomeKeyring = true; }
```

To override the derivation itself you now have to use
`nextcloud-client-unwrapped`:

```
nextcloud-client-unwrapped.overrideAttrs (old: {
   src = yoursrc;
})
```
2018-11-23 02:31:31 -05:00
Maximilian Bosch 76ad975840 pythonPackages.pytesseract: init at 0.2.5
Simple python wrapper for Tesseract, an OCR engine to detect and read
text from images.

See https://pypi.org/project/pytesseract/
2018-11-22 12:22:08 +01:00
Maximilian Bosch 1151c6af4b Merge pull request #50420 from Ma27/cleanup-php-pkgs
phpPackages: drop all packages and package versions for PHP5
2018-11-21 13:49:18 +01:00
Maximilian Bosch 24b7bdb1c2 phpPackages: drop all packages and package versions for PHP5
PHP5 will be EOLed by the end of the year: https://secure.php.net/supported-versions.php

In fact we don't support PHP5 anymore since 7e6b76fc6b.

The following packages had older versions packaged as well to retain
PHP5 support:

* APCu (4.0.11)
* Memcached (2.2.0), Memcache (3.0.8)
* XDebug (2.3.1)
* YAML (1.3.1)
* pthreads (2.0.10)
* redis (2.2.7)

The following packages were removed entirely due to missing support for
PHP7:

* spidermonkey
* zendopcache (part of PHP itself since 5.5)
* xcache
* geoip

Furthermore I declared `phpPackages.pthreads` as broken for now as it
supports PHP7, but the last release was 2016 and therefore PHP 7.0 is
supported, but the build fails with PHP 7.1 and PHP 7.2 (https://pecl.php.net/package/pthreads).
2018-11-18 13:08:50 +01:00
Maximilian Bosch c59c9a3737 pythonPackages.nose-cov: init at 1.6
Module for coverage reports with Python using nosetests.
2018-11-16 21:41:06 +01:00
Maximilian Bosch 3c4f70996e s/propogatedBuildInputs/propagatedBuildInputs 2018-11-11 08:39:19 +01:00
Maximilian Bosch 32d8215a58 fix eval 2018-11-11 08:39:19 +01:00
Maximilian Bosch fbc02d6ce4 Merge pull request #49853 from marsam/feature/update-pgcli
pythonPackages.prompt_toolkit: init at 2.0.7
pgcli: 1.11.0 -> 2.0.0
xonsh: 0.6.8 -> 0.8.3
pythonPackages.ptpython: 0.41 -> 2.0.4
2018-11-11 00:39:38 +01:00
Maximilian Bosch 16c75025d6 Merge pull request #50090 from r-ryantm/auto-update/ibus-typing-booster
ibus-engines.typing-booster-unwrapped: 2.1.2 -> 2.1.3
2018-11-10 03:50:55 +01:00
Maximilian Bosch 65cd61c06e Merge pull request #49972 from r-ryantm/auto-update/python3.6-pyaxmlparser
python36Packages.pyaxmlparser: 0.3.11 -> 0.3.13
2018-11-09 14:32:41 +01:00
Maximilian Bosch 0045ea5b10 up: init at 0.3.1
With this tool you can interactively write shell pipes with a previewed
intermediate result.

See https://github.com/akavel/up
2018-11-09 14:14:39 +01:00
Maximilian Bosch 57cb766386 Merge pull request #49907 from Ma27/remove-obsolete-weechat-patch
weechat: remove obsolete `aggregate-commands` patch
2018-11-08 16:06:38 +01:00