Commit graph

133152 commits

Author SHA1 Message Date
Gabriel Ebner edb0d09480
Merge pull request #36723 from ryantm/auto-update/xpra
xpra: 2.1.3 -> 2.2.4
2018-03-18 12:09:19 +01:00
Gabriel Ebner eec4c12561
Merge pull request #36722 from ryantm/auto-update/xfe
xfe: 1.37 -> 1.42
2018-03-18 12:07:59 +01:00
Gabriel Ebner 640d0784f0
Merge pull request #37007 from ryantm/auto-update/hwdata
hwdata: 0.309 -> 0.310
2018-03-18 12:05:01 +01:00
Gabriel Ebner 7072d11391
Merge pull request #37194 from ryantm/auto-update/gp2c
gp2c: 0.0.10 -> 0.0.10pl1
2018-03-18 12:04:08 +01:00
Gabriel Ebner 9538a1179b
Merge pull request #37081 from ryantm/auto-update/poco
poco: 1.8.1 -> 1.9.0
2018-03-18 11:57:12 +01:00
Jörg Thalheim bba3cfc516
Merge pull request #37127 from thefloweringash/update-vboot-refrence
vboot_reference: 20171023 -> 20180311
2018-03-18 10:57:07 +00:00
Jörg Thalheim da3447644c
Merge pull request #37223 from ryantm/auto-update/mkdocs
mkdocs: 0.17.2 -> 0.17.3
2018-03-18 10:55:15 +00:00
Gabriel Ebner d49caee27b
Merge pull request #36997 from ryantm/auto-update/grib-api
grib-api: 1.24.0 -> 1.26.0
2018-03-18 11:53:51 +01:00
Sébastien Maccagnoni c0866e1990 calaos_installer: init at 3.1 2018-03-18 11:53:41 +01:00
Jörg Thalheim fc0a5f4cb7
Merge pull request #37209 from enolan/upgrade-workrave
workrave: 1.10.7 -> 1.10.20
2018-03-18 10:50:22 +00:00
Jörg Thalheim 87ddeaa1b0
Merge pull request #37255 from ryantm/auto-update/ace
ace: 6.4.6 -> 6.4.7
2018-03-18 10:47:02 +00:00
Gabriel Ebner 83d9283b87
Merge pull request #37277 from ryantm/auto-update/cifs-utils
cifs-utils: 6.7 -> 6.8
2018-03-18 11:46:42 +01:00
Robert Schütz bd3280fbae pythonPackages.python-ctags3: init at 1.2.4 2018-03-18 11:46:37 +01:00
Gabriel Ebner 9bb679aa63
Merge pull request #37286 from ryantm/auto-update/exempi
exempi: 2.4.4 -> 2.4.5
2018-03-18 11:43:09 +01:00
Matthew Bauer 84f3c068df languagetool: 3.9 -> 4.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/q7ycrljxhd7pbkgvbhsh8fz4496x798n-LanguageTool-4.0/bin/languagetool-commandline --version` and found version 4.0
- found 4.0 with grep in /nix/store/q7ycrljxhd7pbkgvbhsh8fz4496x798n-LanguageTool-4.0
2018-03-18 10:32:03 +00:00
volth 10be0615c8
xnbd: do not build html docs 2018-03-18 10:30:13 +00:00
Jörg Thalheim 4d7c1cd8c8
Merge pull request #37200 from ryantm/mattermost
mattermost: 4.7.2 -> 4.8.0
2018-03-18 10:28:20 +00:00
Jörg Thalheim ac9818fa70
Merge pull request #37216 from teto/qemu_comma_fix
qemu-vm: passing QEMU_NET_OPTS would fail
2018-03-18 10:17:50 +00:00
Jörg Thalheim c3535901c3 python.pkgs.pushover: tests exists, but require network 2018-03-18 10:05:24 +00:00
Yurii Rashkovskii c99a2da0bf
mmark: init at 1.3.6 2018-03-18 17:02:20 +07:00
Vladimír Čunát 214016c118
Merge #37264: archiveopteryx: fix build w/gcc7 2018-03-18 11:01:41 +01:00
Andreas Rammhold 2bbd1d9eb5
Merge pull request #37208 from taku0/firefox-bin-59.0.1
firefox, firefox-bin: 59.0 -> 59.0.1,  firefox-esr: 52.7.1esr -> 52.7.2esr  [Critical security fixes]
2018-03-18 10:47:17 +01:00
Jörg Thalheim de4d861d6d
Merge pull request #37270 from xeji/p/heapster
heapster: fix build
2018-03-18 09:43:11 +00:00
Jörg Thalheim a8b81d1c13
Merge pull request #37308 from etu/gitea-working-git-over-ssh
gitea: fix usage over ssh
2018-03-18 09:41:44 +00:00
Jörg Thalheim 5ca797c72c
Merge pull request #37306 from svsdep/gnome-3-timepp
gnomeExtensions.timepp: init at 2018.03.17
2018-03-18 09:35:59 +00:00
Maximilian Bosch 23e6689578
pythonPackages.thumbor: 6.3.2 -> 6.4.2; fix build
Origianlly the package was broken as bumping `pythonPackages.pillow` to
5.x broke `thumbor`. The latest upstream version `6.4.2` solved this
issue, so a simple package bump was sufficient.

Furthermore the following changes were made:

- moved the expression into its own file
- added myself as maintainer in case of any further breackage
- re-enabled python3 build: 6.4.2 is fine with python3, however the
  `futures` dependency can't be satisfied anymore as it's part of
  Python3. Therefore a patch for `setup.py` will be applied for Python3
  buildsto drop the dependency

Note: the testsuite is disabled for now as several impure tests are done
and our testing environment seems to be unable to work the with the
natively compiled python modules properly.

Therefore I tested the module using the following expression:

``` nix
with import ./. {};

stdenv.mkDerivation {
  name = "thumbor-test";
  src = null;
  buildInputs = [ python pythonPackages.thumbor ];
}
```

Inside this nix shell `thumbor` works fine and the native modules can be
imported.

See https://hydra.nixos.org/build/71062729/log
See ticket #36453
2018-03-18 10:31:59 +01:00
Vladimír Čunát bbe8c1e593
tremor: rename according to our docs
https://nixos.org/nixpkgs/manual/#sec-package-naming
I forgot to include this commit in the parent merge.
2018-03-18 10:31:15 +01:00
Vasyl Solovei 66d2ec52e7 gnomeExtensions.timepp: init at 2018.03.17 2018-03-18 11:28:48 +02:00
Vladimír Čunát 65cf335715
Merge #37267: libvorbis, tremor: CVE-2018-5146 updates + SDL build impurity. 2018-03-18 10:23:17 +01:00
Robert Schütz b96fa84bbf
Merge pull request #35347 from Ma27/package-chkcrontab
chkcrontab: init at 1.7
2018-03-18 10:22:54 +01:00
Vladimír Čunát 488ef9a7a0
SDL: avoid cryptic error from /bin/sh impurity 2018-03-18 10:17:57 +01:00
Jörg Thalheim a5551103b5
Merge pull request #37298 from veprbl/pyslurm_bump
pyslurm: 20171102 -> 20170302 to fix after slurm bump
2018-03-18 09:13:58 +00:00
Elis Hirwing fa76c9a385
gitea: fix usage over ssh
Using gitea over ssh had two isses:
 1. No shell was set for the user
 2. Gitea tried to write logs to
 /nix/store/x83q12kyd9gw1pay036dxz2dq0apf17h-gitea-1.3.2-bin/log when
 serving the ssh usage.
2018-03-18 10:11:02 +01:00
Jörg Thalheim eb3b45fca7
Merge pull request #37293 from peterhoeg/p/po
pythonPackages.pushover: init at 0.3
2018-03-18 09:03:41 +00:00
Jörg Thalheim 3336a7b8ac python.pkgs.pushover: there are no tests 2018-03-18 09:02:55 +00:00
Jörg Thalheim 2d28d19edd
Merge pull request #37297 from coreyoconnor/jenkins-fonts
Add Deja-Vu fonts to jenkins environment and run as AWT headless
2018-03-18 08:53:51 +00:00
Michael Brantley 9495c9218c
perlPackages.PkgConfig: init at 0.19026 2018-03-18 09:48:21 +01:00
Michael Brantley 2d8a8080eb
perlPackages.ConfigIniFiles: init at 2.94 2018-03-18 09:41:34 +01:00
Jörg Thalheim b5c8839ea5
Merge pull request #37305 from sorki/docfix
nixos manual: fix (n)of typo
2018-03-18 08:35:08 +00:00
Jörg Thalheim 9765381b58
Merge pull request #37280 from tazjin/chore/bump-kontemplate-v1.4.0
kontemplate: 1.3.0 -> 1.4.0
2018-03-18 08:33:59 +00:00
Jörg Thalheim d5c077b109 telegraf: 1.5.1 -> 1.5.3 2018-03-18 08:31:54 +00:00
lewo 782fbc6cfd
Merge pull request #37035 from rdnetto/master
bar: init at version 1.11.1
2018-03-18 09:23:46 +01:00
lewo eb9b367628
Merge pull request #36803 from vdemeester/update-docker-machine-0140
docker-machine: 0.13.0 -> 0.14.0
2018-03-18 09:23:05 +01:00
lewo 1e756b7022
Merge pull request #36801 from vdemeester/update-doctl-172
doctl: 1.5.0 -> 1.7.2
2018-03-18 09:22:39 +01:00
Michael Raskin 71ab6b3d09
Merge pull request #37279 from ryantm/auto-update/eigen
eigen: 3.3.3 -> 3.3.4
2018-03-18 08:06:43 +00:00
Michael Raskin 3a9bdaa848
Merge pull request #37285 from symphorien/gosmore
gosmore: fix build with gcc7
2018-03-18 08:06:09 +00:00
Ryan Mulligan 6cd68c2ad9 autofs: 5.1.3 -> 5.1.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount -h` got 0 exit code
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount --help` got 0 exit code
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount -V` and found version 5.1.4
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount --version` and found version 5.1.4
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount -h` and found version 5.1.4
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount --help` and found version 5.1.4
- found 5.1.4 with grep in /nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4
- directory tree listing: https://gist.github.com/419a24d78045772aea1e7ca68b950f1f
2018-03-18 09:04:03 +01:00
Richard Marko d5de7bbc92 nixos manual: fix (n)of typo 2018-03-18 09:00:35 +01:00
Frederik Rietdijk 7157404151
Merge pull request #37304 from yrashk/xml2rfc
xml2rfc: init at 2.9.6
2018-03-18 08:50:47 +01:00
Yurii Rashkovskii 3315a549bf
xml2rfc: init at 2.9.6 2018-03-18 14:44:57 +07:00