199927 Commits

Author SHA1 Message Date
R. RyanTM
2f85344d4e mopidy: 2.2.3 -> 2.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mopidy/versions
2019-10-22 11:17:37 -07:00
Carlos Fernandez Sanz
420f0adca5 Disabled libvmaf for ffmpeg-full on darwin. Added postFixup to libvmaf. Removed period at end of description. 2019-10-22 10:33:30 -07:00
Marek Fajkus
ff88fe03d7
elmPackages.{elm-test,elm-analyse}: elm 0.19.1 updates 2019-10-22 19:16:46 +02:00
R. RyanTM
d93659ffa0 nauty: 26r11 -> 26r12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nauty/versions
2019-10-22 10:14:36 -07:00
markuskowa
a51a7187cb
Merge pull request #71675 from cruegge/texmaker-wrapqtappshook
texmaker: use wrapQtAppsHook
2019-10-22 18:36:44 +02:00
R. RyanTM
36169eba89 python37Packages.magic-wormhole-transit-relay: 0.1.2 -> 0.2.1
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-magic-wormhole-transit-relay/versions
2019-10-22 09:35:16 -07:00
Puck Meerburg
27e7fcd6b9 notmuch: 0.29.1 -> 0.29.2 2019-10-22 09:22:38 -07:00
Andreas Rammhold
ed8f58fe8b
Merge pull request #71624 from taku0/firefox-bin-70.0-esr-68.2.0esr
firefox-bin: 69.0.2 -> 70.0,  firefox-esr: 68.1.0esr -> 68.2.0esr
2019-10-22 18:03:04 +02:00
Ryan Mulligan
61d19f1430
Merge pull request #71496 from r-ryantm/auto-update/armadillo
armadillo: 9.700.2 -> 9.800.1
2019-10-22 09:01:32 -07:00
R. RyanTM
8d1a20b5b0 josm: 15322 -> 15390
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/josm/versions
2019-10-22 08:51:28 -07:00
R. RyanTM
45d9abf7c3 libmesode: 0.9.2 -> 0.9.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmesode/versions
2019-10-22 08:44:32 -07:00
Dima
9524bf3034 pango: 1.43.0, backport CVE-2019-1010238 fix
There was a previous fix for this in
https://github.com/NixOS/nixpkgs/pull/71571

But some things, most notably pygtk, still rely on deprecated pango
APIs that are not available past 1.43, this backports the CVE
fix to this version.
2019-10-22 17:41:21 +02:00
Domen Kožar
c1993e9256
Merge pull request #71583 from turboMaCk/elm-format-ghc88x
elmPackages: elm-format GHC 8.8.1 patch
2019-10-22 17:41:00 +02:00
Elis Hirwing
a18d59affd
sonarr: Move build time dependency 2019-10-22 17:40:13 +02:00
Elis Hirwing
d9975aa842
lidarr: Add missing dependency chromaprint
Without adding this dependency in the system status page I get the
warning saying the following:
> fpcalc could not be found. Audio fingerprinting disabled.

With this dep we instead get the following:
> You have an old version of fpcalc. Please upgrade to 1.4.3.

Which I would find an improvement from the current state.
2019-10-22 17:39:09 +02:00
Jonathan Ringer
ec39360a7c
redeclipse: fix src url 2019-10-22 08:31:19 -07:00
Christoph Ruegge
97f734a4f1 texmaker: avoid shell expansion when setting qmakeFlags 2019-10-22 17:27:47 +02:00
volth
86c8c5681a perlPackages: fix i686-linux 2019-10-22 15:01:24 +00:00
Frederik Rietdijk
7f63ecfff9 pipenv: fix dependencies
- setup_requires belong in nativeBuildInputs
- requests is only for Python 2. We offer only a Python 3 version of
pipenv
- setting PYTHONPATH is not needed because the magical sed expression
injects the dependencies in the executables. Otherwise, we would use
NIX_PYTHONPATH.
- PIP_IGNORE_INSTALLED was needed because of PYTHONPATH, but since we do
not set that anymore we can remove.
2019-10-22 07:59:15 -07:00
R. RyanTM
8310e6430a leatherman: 1.7.2 -> 1.8.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/leatherman/versions
2019-10-22 07:54:32 -07:00
Christoph Ruegge
adf81192c6 texmaker: use qt5 mkDerivation 2019-10-22 16:51:36 +02:00
R. RyanTM
c941516f0d friture: 0.36 -> 0.37 (#71608)
* friture: 0.36 -> 0.37

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

* friture: restrict to Linux platforms

Fails on Darwin with:

Traceback (most recent call last):
  File "nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 13, in <module>
    import sounddevice # to find the libportaudio.dylib path
  File "/nix/store/2sr2xabfdkcijzkwg5ic99lprwd6slij-python3.7-sounddevice-0.3.13/lib/python3.7/site-packages/sounddevice.py", line 61, in <module>
    _lib = _ffi.dlopen('/nix/store/gzy8haziv610wbalnllcjpf3gd9f5619-portaudio-190600-20161030/lib/libportaudio.so.2')
OSError: cannot load library '/nix/store/gzy8haziv610wbalnllcjpf3gd9f5619-portaudio-190600-20161030/lib/libportaudio.so.2': dlopen(/nix/store/gzy8haziv610wbalnllcjpf3gd9f5619-portaudio-190600-20161030/lib/libportaudio.so.2, 2): image not found
2019-10-22 16:49:14 +02:00
R. RyanTM
1e6056742d ipv6calc: 2.1.1 -> 2.2.0 (#71630)
* ipv6calc: 2.1.1 -> 2.2.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/ipv6calc/versions

* ipv6calc: add https source url
+ use postPatch hook instead of overriding patchPhase

* ipv6calc: replace legacy geoip with maxminddb
+ define install dirs using configure flags
2019-10-22 16:46:38 +02:00
R. RyanTM
97e4b65014 lttng-tools: 2.10.7 -> 2.10.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-tools/versions
2019-10-22 16:43:39 +02:00
R. RyanTM
d7c5f8de19 libplacebo: 1.18.0 -> 1.21.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/libplacebo/versions
2019-10-22 07:37:52 -07:00
R. RyanTM
32fb640237 librsync: 2.1.0 -> 2.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librsync/versions
2019-10-22 06:58:37 -07:00
Ryan Mulligan
e97ed888d2
Merge pull request #71652 from r-ryantm/auto-update/kodelife
kodelife: 0.8.5.99 -> 0.8.6.101
2019-10-22 06:27:30 -07:00
Ryan Mulligan
3133a144d5
Merge pull request #71629 from r-ryantm/auto-update/janet
janet: 1.3.1 -> 1.4.0
2019-10-22 06:24:52 -07:00
worldofpeace
700dcaf30f
Merge pull request #71667 from romildo/fix.qt5dxcb-plugin
deepin.qt5dxcb-plugin: fix qtbase version
2019-10-22 13:02:59 +00:00
Mario Rodas
ea8686e253
Merge pull request #66963 from r-ryantm/auto-update/lsp-plugins
lsp-plugins: 1.1.9 -> 1.1.10
2019-10-22 07:53:34 -05:00
Marek Fajkus
148d4a214a
elmPackages: elm-format GHC 8.8.1 patch 2019-10-22 14:52:57 +02:00
Niklas Hambüchen
f7b53c0f6a srt: Fix wrong srt.pc include path. Fixes #70872.
Fix copied from:

    1230fc8674/pkgs/development/compilers/hhvm/default.nix (L41-L44)

Signed-off-by: Niklas Hambüchen <mail@nh2.me>
2019-10-22 14:51:14 +02:00
worldofpeace
69e90bd1a7 deepin.dde-kwin: init at 5.0.0 2019-10-22 08:50:30 -04:00
worldofpeace
d797361cc7 deepin.deepin-mutter: remove
Also obsolete.
2019-10-22 08:50:30 -04:00
worldofpeace
a18702f37f deepin.deepin-metacity: remove
Also obsolete.
2019-10-22 08:50:30 -04:00
worldofpeace
05ebf348bc deepin.deepin-wm: remove
Upstream has deprecated this package. And it's currently broken.
2019-10-22 08:50:29 -04:00
Mario Rodas
9008b890ff
lsp-plugins: disable on aarch64
does not build on aarch64 https://github.com/sadko4u/lsp-plugins/issues/56
2019-10-22 07:47:45 -05:00
José Romildo Malaquias
32e0398280 deepin.qt5dxcb-plugin: fix qtbase version 2019-10-22 09:44:12 -03:00
Frederik Rietdijk
4ca7e3d75f python.pkgs.sqlalchemy: support sqlite 3.30 2019-10-22 14:38:03 +02:00
Silvan Mosberger
1230fc8674
Merge pull request #67809 from Infinisil/propagate-override-args
lib.makeOverridable: Propagate function arguments
2019-10-22 14:37:40 +02:00
Michael Raskin
872166e136
Merge pull request #71660 from NixOS/revert-71571-bump_pango
Revert "pango: 1.43.0 -> 1.44.6, fixes CVE-2019-1010238"
2019-10-22 11:52:18 +00:00
R. RyanTM
5f6b5175ce ipe: 7.2.12 -> 7.2.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipe/versions
2019-10-22 13:36:30 +02:00
Frederik Rietdijk
ac148d40ed python.pkgs.pip2nix: mark as broken 2019-10-22 13:34:03 +02:00
Michael Raskin
419d8ddadd
Revert "pango: 1.43.0 -> 1.44.6, fixes CVE-2019-1010238" 2019-10-22 11:33:03 +00:00
Michael Raskin
dd5d488d7b
Merge pull request #71571 from d-goldin/bump_pango
pango: 1.43.0 -> 1.44.6, fixes CVE-2019-1010238
2019-10-22 11:32:14 +00:00
Robin Gloster
03df08ae6b
Merge pull request #71045 from bachp/plex-1.18.0.1944
plex: 1.17.0.1841 -> 1.18.0.1944
2019-10-22 13:26:34 +02:00
R. RyanTM
6482876c7d links2: 2.20 -> 2.20.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/links2/versions
2019-10-22 04:23:42 -07:00
Robin Gloster
dc459bdc30
Merge pull request #71293 from etu/phpcbf-phpcs-updates
phpPackages.phpc(bf|s): 3.5.0 -> 3.5.1
2019-10-22 13:23:33 +02:00
Robin Gloster
781e2ba0ff
Merge pull request #71364 from Ma27/bump-wireguard
wireguard-tools: 0.0.20190913 -> 0.0.20191012
2019-10-22 13:20:13 +02:00
Linus Heckemann
f035588907
Merge pull request #71517 from fleaz/remove_fleaz
Remove fleaz as maintainer
2019-10-22 12:41:10 +02:00