Commit Graph

73068 Commits

Author SHA1 Message Date
Aaron Andersen
216f0e6ee4
Merge pull request #73928 from jamii/fix_mariadb_drivers
Fix mariadb drivers
2019-11-23 10:48:46 -05:00
Orivej Desh
7e952c3321 python: keyring: support Python 2 2019-11-23 14:52:25 +00:00
Jamie Brandon
fa9a981faf unixODBCDrivers.mariadb: build against subrepo instead of libmysqlclient
For unknown reasons, building against libmysqlclient results in
unixODBC reporting an error when trying to load the driver, but
building against the subrepo works fine.

Fixes https://github.com/NixOS/nixpkgs/pull/73928
2019-11-23 13:08:12 +00:00
worldofpeace
1fc4e03225
Merge pull request #73950 from edef1c/steam-noalias
Fix steam build under `allowAliases = false`
2019-11-23 12:47:47 +00:00
Katharina Fey
4e78f846b6
wally-cli: init at 1.1.1 2019-11-23 13:03:29 +01:00
Orivej Desh
2becf48fb5 python: pandas: support Python 2
pandas/2.nix is supposed to be a Python 2 expression, and 0.24.2 is the last
release that supports it.
2019-11-23 07:41:02 +00:00
Orivej Desh
d71f948f03 python: tables: support Python 2
tables/3.5.nix is supposed to be frozen at 3.5.
2019-11-23 07:34:43 +00:00
Orivej Desh
0646b9f7c3 python: openpyxl: support Python 2
This fixes pandas for Python 2 since it depends on openpyxl.
2019-11-23 07:31:22 +00:00
taku0
f6a5319f93 adoptopenjdk-bin: 8.0.222 -> 8.0.232 2019-11-23 14:16:39 +09:00
taku0
36c5ad2a4b adoptopenjdk-bin: 11.0.4 -> 11.0.5 2019-11-23 14:14:37 +09:00
taku0
c8d1c8712c adoptopenjdk-bin: 11.0.3 -> 11.0.4 2019-11-23 13:56:00 +09:00
edef
a9d4cba9eb luaPackages.lgi: refer to unaliased gobject-introspection 2019-11-23 03:53:38 +00:00
edef
476d1bec07 git-series: use nixpkgs libssh2
This replaces the vendored copy from libssh2-sys.
2019-11-23 03:47:34 +00:00
edef
77539c6dad git-series: format parameters as multiple lines 2019-11-23 03:47:34 +00:00
Mario Rodas
b339f29a27
Merge pull request #73909 from marsam/update-nodejs-13_x
nodejs-13_x: 13.1.0 -> 13.2.0
2019-11-22 22:39:18 -05:00
John Ericson
46acc245c0
Merge pull request #73903 from jonringer/fix-qtplugin-options
kde-frameworks.extra-cmake-modules: allow for unset qtPluginPrefix
2019-11-22 21:14:28 -05:00
John Ericson
069e9fd449 rocksdb: Fix MinGW Build 2019-11-23 01:25:03 +00:00
mb
c9453387da rocksdb: 6.2.2 -> 6.2.4
(cherry picked from commit 0cd88820b3)
2019-11-23 01:25:03 +00:00
John Ericson
a610a38cb5 lua wrapper: Fix bash error
Recently, we made it harder for external code to use some stdenv-only bash
variables by unsetting them in [1] But Lua's `withPackages` was sourcing some
setup hooks in [2], which required those bash variables.

I say great! We caught something bad: Lua should use normal dependencies, even
though that is harder with `buildEnv`. Now it works that way, and everything is
fine.

[1]: 9d3911f806/pkgs/stdenv/generic/setup.sh (L574-L578)

[2]: 9d3911f806/pkgs/development/interpreters/lua-5/wrapper.nix (L23-L27)

CC @matthewbauer
2019-11-22 19:47:27 -05:00
markuskowa
0d2fd9018f
Merge pull request #73835 from markuskowa/upd-scalapack
scalapack: 2.0.2 -> 2.1
2019-11-22 22:46:27 +01:00
worldofpeace
9995881b79
Merge pull request #73876 from jtojnar/phonon-backends
Fix Plasma NixOS tests
2019-11-22 19:44:19 +00:00
Jan Tojnar
62a09e7029
phonon: remove qt4
Qt4 is no longer supported.

https://phabricator.kde.org/D22688

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-11-22 20:25:48 +01:00
Jan Tojnar
c3c30bc59e
libsForQt5.phonon-backend-vlc: 0.9.0 → 0.11.1
Required to build with Phonon 4.11 (https://github.com/NixOS/nixpkgs/pull/71745).

Requires qttools for Qt5LinguistTools.

Qt4 support removed since Phonon no longer supports it either.

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-11-22 20:25:29 +01:00
Jan Tojnar
c6147f7ec8
libsForQt5.phonon-backend-gstreamer: 4.9.0 → 4.10.0
Required to build with Phonon 4.11 (https://github.com/NixOS/nixpkgs/pull/71745). Not having this blocks the channels.

Requires qttools for Qt5LinguistTools.

Qt4 support removed since Phonon no longer supports it either.

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-11-22 20:24:43 +01:00
Maximilian Bosch
8960509fc5
cargo-make: 0.23.0 -> 0.24.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.24.0
2019-11-22 19:16:13 +01:00
Maximilian Bosch
a71f28f000
Merge pull request #73924 from xrelkd/update/cargo-watch
cargo-watch: 7.2.2 -> 7.3.0
2019-11-22 17:41:39 +01:00
Michael Raskin
cd77f69ec8 lispPackages: fix build 2019-11-22 17:41:46 +01:00
xrelkd
d066e14fb6 cargo-watch: 7.2.2 -> 7.3.0 2019-11-22 23:47:24 +08:00
Marek Mahut
ef76465bc8 kdeFrameworks.kio: moving bin stuff into "out" output 2019-11-22 16:29:22 +01:00
Milan
ed90e59fc2 yarn2nix-moretea: v1.0.0-36-g3f2dbb0 -> v1.0.0-39-g9e7279e (#73911)
Includes the following upstream commits:

- Fix for package.json without a version (moretea/yarn2nix#113)
- Don't access package.json via filtered src (moretea/yarn2nix#115)
- remove redundant rec (moretea/yarn2nix#119)
2019-11-22 14:27:11 +00:00
worldofpeace
0ed2e5eba6
Merge pull request #73917 from virusdave/dnicponski/scratch/update_unison_version_1.0.f-alpha
unison-ucm 1.0.e-alpha -> 1.0.f-alpha
2019-11-22 14:11:32 +00:00
worldofpeace
2eeb0d3968
Merge pull request #73818 from jlesquembre/clj-kondo
clj-kondo: 2019.11.03 -> 2019.11.07
2019-11-22 14:06:41 +00:00
Dave Nicponski
cc967ed014 unison-ucm 1.0.e-alpha -> 1.0.f-alpha 2019-11-22 07:31:39 -05:00
Jonathan Ringer
18f47ecbac glui: fix build 2019-11-22 19:48:03 +09:00
Dominik Michael Rauh
3936a4835a pythonPackages.mnist: init at 0.2.2 2019-11-22 02:25:30 -08:00
Domen Kožar
1b13a8f2e7
Merge pull request #69552 from domenkozar/ghc-dwarf
ghc: compile with DWARF support by default
2019-11-22 10:49:33 +01:00
Max Wittig
d940d24ff4 gitlab-runner: 12.4.1 -> 12.5.0 (#73864) 2019-11-22 09:38:02 +00:00
Jonathan Ringer
3dfaf56da8
kde-frameworks.extra-cmake-modules: allow for unset qtPluginPrefix 2019-11-22 01:35:22 -08:00
Mario Rodas
c4293e4703
nodejs-13_x: 13.1.0 -> 13.2.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.2.0
2019-11-22 04:20:00 -05:00
lewo
1488f7cba1
Merge pull request #73895 from suhr/cue
cue: 0.0.11 -> 0.0.14
2019-11-22 10:16:59 +01:00
Cedric Cellier
359e6446ef ocaml-sodium: init at 0.6.0 2019-11-22 07:48:55 +00:00
Jonathan Ringer
f0ad58380c pythonPackages.twine: disable python<=3.5 2019-11-22 08:42:09 +01:00
Jonathan Ringer
04db02de80 python3Packages.spglib: 1.12.1.post0 -> 1.14.1.post0 2019-11-21 23:40:30 -08:00
Jonathan Ringer
148e7726be python3Packages.pydocstyle: 2.1.1 -> 4.0.1 2019-11-21 19:33:03 -08:00
Jonathan Ringer
5c47b6b0fd pythonPackages.pydocstyle: freeze at 2.1.1 2019-11-21 19:33:03 -08:00
Jonathan Ringer
1a68d9330d python3Packages.google_cloud_translate: 1.7.0 -> 2.0.0 2019-11-21 18:38:58 -08:00
Jonathan Ringer
4ebb855497 python3Packages.portalocker: 1.5.1 -> 1.5.2 2019-11-21 18:37:30 -08:00
Сухарик
9fea50cb1f cue: 0.0.11 -> 0.0.14 2019-11-22 05:08:54 +03:00
Jonathan Ringer
5191cde860 python3Packages.monty: 1.0.4 -> 3.0.2 2019-11-21 16:40:55 -08:00
Jan Tojnar
c589f702ce
glib.setupHook: fix make_glib_find_gsettings_schemas (#73881)
glib.setupHook: fix make_glib_find_gsettings_schemas
2019-11-22 01:36:59 +01:00
c0bw3b
0afae5c14b Treewide: fix more URL permanent redirects
Related issue: #60004
Previous PR: #73478
2019-11-21 15:37:34 -08:00
Kévin Rauscher
5d90f051b0 bloop: 1.3.2 -> v1.3.4
(#70897)
2019-11-21 23:25:03 +01:00
Jan Tojnar
1c9ba9f6ab
glib.setupHook: fix make_glib_find_gsettings_schemas
GSETTINGS_SCHEMAS_PATH needs to contain a list of directories containing glib-2.0/schemas.
770a4c7946 broke that by accidentally adding glib-2.0 to the paths.
2019-11-21 22:32:16 +01:00
Frederik Rietdijk
1939a97811 python3: add pythonForBuild as parameter, fixes python3Minimal
`pythonForBuild` exists for cross-compilation. When one overrides
python, one needs to ensure pythonForBuild matches.
2019-11-21 22:00:23 +01:00
Tim Steinbach
bb9da1323e
jenkins: 2.190.2 -> 2.190.3 2019-11-21 13:29:44 -05:00
worldofpeace
96c374f3bd
Merge pull request #73869 from worldofpeace/updates-worldofpeace
[CI] Update packages I maintain
2019-11-21 17:56:25 +00:00
worldofpeace
a5a16cd065 pythonPackages.anytree: 2.6.0 -> 2.7.2 2019-11-21 12:35:12 -05:00
worldofpeace
522f0dfd4d qgnomeplatform: 0.5 -> 0.6.0 2019-11-21 12:35:12 -05:00
Jonathan Ringer
7d091ce5ad python3Packages.tensorflow-tensorboard: add wheel as runtime dep
The cli requires the wheel package to determine
entry points for execution.
2019-11-21 07:50:05 -08:00
Frederik Rietdijk
ad3ef645b0 python3Minimal: 3.7.4 -> 3.7.5
Base it on python37 so we ensure the package remains up to date.
2019-11-21 15:34:37 +01:00
Christian Kauhaus
9a1e9258f6 lua-5.3: add patch for CVE-2019-6706
Taken from
http://launchpadlibrarian.net/417853567/lua5.3_5.3.3-1_5.3.3-1ubuntu0.18.10.1.diff.gz
and adapted to our needs.

Re #54799
2019-11-21 11:10:45 +01:00
Vincent Laporte
6cffb5072f ocamlPackages.lwt4: 4.2.1 → 4.4.0 2019-11-21 07:35:51 +00:00
Jan Tojnar
b94b8ca387
gjs: clean up (#73841)
gjs: clean up
2019-11-21 02:05:16 +01:00
MetaDark
f3402a38da texlab: 1.6.0 -> 1.7.0 2019-11-20 16:52:02 -08:00
Jan Tojnar
201c1d35f6
gjs: clean up
* Do not propagate spidermonkey, it is only needed gjs to link against.
* Split out dev output, any propagated dependencies should go there.
* Drop unnecessary sed, the readline thing is no longer there.
* Add passthru.tests to allow running installed tests easily.
* Drop pango from buildInputs, we only need it as a transitive dependency of gtk3 for installed tests; gjs actually depends on cairo.
* Move libxml2 to nativeBuildInputs, it is called by glib-compile-resources when xml-stripblanks preprocessing is used.
* Propagate glib, as it is in Requires in the pc file.

It is just 2.5 MB closure reduction but every megabyte counts.
2019-11-21 01:29:03 +01:00
Jan Tojnar
6fb5b6be98
Various GNOME leaf package updates (#73790)
Various GNOME leaf package updates
2019-11-21 01:00:42 +01:00
zimbatm
e18435d9ad travis: add pry to the dependencies
This is required to run `travis console` but is not part of the upstream
dependency list. Upstream is also not compatible with pry 0.12+ and
breaks with this error `uninitialized constant Pry::SIMPLE_PROMPT`.

Fixes #73238
2019-11-20 15:36:55 -08:00
Jan Tojnar
e75c71869d
polkit: Don't build elogind on non-Linux. (#73837)
polkit: Don't build elogind on non-Linux.
2019-11-21 00:04:21 +01:00
Niklas Hambüchen
504199e48a polkit: Don't build elogind on non-Linux.
In #72057 I added support for elogind when systemd is not supported,
but it occurred to me that it probably doens't make sense to have
either of systemd or elogind on Darwin.
2019-11-20 23:23:46 +01:00
Roman Volosatovs
6db9f40641 gotools: 2019-09-05 -> 2019-11-14 2019-11-20 23:12:57 +01:00
Jan Tojnar
d1f7fee20a
libwmf: split outputs
The pc file depends on freetype.dev so we would rather not have it in out.
2019-11-20 22:57:53 +01:00
Oleksii Filonenko
86a760948b hyphen: init at 2.8.8
Related to #60005.
2019-11-20 22:53:00 +01:00
Markus Kowalewski
8419bb2a20
scalapack: 2.0.2 -> 2.1 2019-11-20 22:44:33 +01:00
Gabriel Ebner
c5860fccf7
libheif: 1.5.0 → 1.6.0 (#73833)
libheif: 1.5.0 → 1.6.0
2019-11-20 22:43:48 +01:00
Jan Tojnar
e7566ebf82
libheif: 1.5.0 → 1.6.0
https://github.com/strukturag/libheif/releases/tag/v1.6.0

Fixes crashes in gimp file-heif plug-in:
https://gitlab.gnome.org/GNOME/gimp/issues/4185

Also split outputs since manpage was added.
2019-11-20 22:18:07 +01:00
Domen Kožar
7217090464
ghc: compile with DWARF support by default
This allows our GHCs to build programs with DWARF debug information
when -g is passed, see https://ghc.haskell.org/trac/ghc/wiki/DWARF.

Compiling with debug symbols is off by default until GHC ticket
https://gitlab.haskell.org/ghc/ghc/issues/15960
(Using -g causes differences in generated core) is fixed.
2019-11-20 15:35:25 +01:00
Martin Weinelt
2bb4191613 Ansible: Fix connection plugins and add support for NETCONF (#72370)
* ansible: Fix use of connection plugins

Ansible tries to execute the ansible-connection script as a python
script from within it's task executor. This does not work when it is
encapsulated in a shell script. Therefore remove the call to the python
interpreter and use the wrapped version directly.

Fixes #71342

* ansible: Add ncclient to support NETCONF connections

* ansible: Some cleanups

- boto was dropped from propagatedBuildInputs in 4af94d0f
- lib/ansible/constants.py does not have "/usr" anywhere in v2.4..v2.9
2019-11-20 14:55:07 +01:00
José Luis Lafuente
1c17da33f4
clj-kondo: 2019.11.03 -> 2019.11.07 2019-11-20 14:42:20 +01:00
Vladimír Čunát
39ecc2db19
Merge #73797: ldns: 1.7.0 -> 1.7.1 2019-11-20 13:34:09 +01:00
Jan Tojnar
1243424d56
zeitgeist: fix build with gettext 0.20 2019-11-20 12:22:19 +01:00
Jan Tojnar
30d8f65330
zeitgeist: format with nixpkgs-fmt 2019-11-20 12:21:53 +01:00
Frederik Rietdijk
65edeb8633 Merge master into staging-next 2019-11-20 10:01:49 +01:00
Frederik Rietdijk
13bab298fc kdeFrameworks: provide a default hookName 2019-11-20 09:58:26 +01:00
Frederik Rietdijk
648152fdbb python39: init at 3.9.0a1
It's a year until the final release but this will give a chance to test
out certain features and how it integrates with other packages.
https://www.python.org/dev/peps/pep-0596/
2019-11-20 09:42:27 +01:00
Dennis Gosnell
5ccbcf2ea5
Merge pull request #73801 from endgame/callHackageDirect-docstring
callHackageDirect: correct type signature
2019-11-20 17:29:21 +09:00
Daniel Schaefer
09f9bcd19c
Merge pull request #67749 from markuskowa/upd-targetcli
targetcli: 2.1.fb49 -> 2.1.51
2019-11-20 08:28:19 +01:00
Jack Kelly
9f41d8a9d0 callHackageDirect: correct type signature 2019-11-20 16:36:33 +10:00
Jan Tojnar
2a85ee83b2
guile: fix unbound variable in setup-hook
For compat with set -u
2019-11-20 05:12:13 +01:00
Jan Tojnar
ae465621ff
pythonPackages.pipBuildHook: fix unbound variable
for compatibility with set -u
2019-11-20 05:06:51 +01:00
Jan Tojnar
5b11829a63
yelp-tools: move to top-level 2019-11-20 04:58:00 +01:00
Jan Tojnar
4fb168176a
python3.pkgs.pydrive: init at 1.3.0 2019-11-20 04:57:59 +01:00
Jan Tojnar
52e9198719
python2.pkgs.google-auth-httplib2: disable tests
============================= test session starts ==============================
	platform linux2 -- Python 2.7.17, pytest-4.6.6, py-1.8.0, pluggy-0.13.0
	rootdir: /build/google-auth-httplib2-0.0.3
	plugins: localserver-0.5.0
	collected 0 items / 1 errors

	==================================== ERRORS ====================================
	_____________ ERROR collecting tests/test_google_auth_httplib2.py ______________
	ImportError while importing test module '/build/google-auth-httplib2-0.0.3/tests/test_google_auth_httplib2.py'.
	Hint: make sure your test modules/packages have valid Python names.
	Traceback:
	tests/test_google_auth_httplib2.py:20: in <module>
	    import google_auth_httplib2
	google_auth_httplib2.py:21: in <module>
	    from google.auth import exceptions
	E   ImportError: No module named google.auth
2019-11-20 04:57:59 +01:00
Jan Tojnar
7adf662696
python3.pkgs.babelgladeextractor: init at 0.6.0 2019-11-20 04:57:57 +01:00
Will Dietz
d9c19f4aa6
ldns: add myself as maintainer! :) 2019-11-19 21:53:11 -06:00
Will Dietz
dc9e2c38e5
ldns: 1.7.0 -> 1.7.1
https://www.nlnetlabs.nl/news/2019/Jul/26/ldns-1.7.1-released/

* examples no longer can be configured separately,
  so build everything we want in a single go
  and sort into the appropriate outputs after.
* libtool file doesn't seem to reference openssl at all
  so nothing to patch up there as we did previously.
2019-11-19 21:51:05 -06:00
Jan Tojnar
7429f5fe9b
dleyna-core: fix setup hook
For compatibility with set -u.
2019-11-20 03:57:43 +01:00
Jan Tojnar
44083d9999
SDL: fix setup hook
SDL_LIB_PATH needs to contain -L
2019-11-20 03:44:14 +01:00
Michael Bishop
4aa1ffae04
initial implementation of vc4 cross-compile 2019-11-19 22:19:15 -04:00
Kirill Elagin
2e79c2d969 android: Install platform-tools binaries on all OSes 2019-11-19 22:29:21 +01:00
R. RyanTM
1b53f78ef5 libsearpc: 3.1.0 -> 3.2.0 2019-11-19 20:50:11 +01:00
Dmitry Kalinkin
3ff236097b fastjet-contrib: init at 1.042 2019-11-19 09:38:06 -08:00
Jonathan Ringer
542af6df87 conan: 1.12.0 -> 1.12.3
Remove PyYAML_3
2019-11-19 09:05:12 -08:00
Mario Rodas
68e1a78368 nodejs-12_x: 12.13.0 -> 12.13.1
Changelog: https://github.com/nodejs/node/releases/tag/v12.13.1
2019-11-19 09:00:29 -08:00
Matthieu Coudron
56b5f663cc python3Packages.cmd2: 0.19.0 -> 0.20.0 2019-11-19 07:43:49 -08:00
Jonathan Ringer
6a983b61d4 elasticsearch-curator: move out of python-packages
Upstream froze click to <7, which means it will only
work with overrides, which means it can't compose
with other python modules.
2019-11-19 07:38:27 -08:00
Frederik Rietdijk
34715da5dc pyditz: make python.pkgs.cerberus11 private to it. 2019-11-19 11:41:16 +01:00
Frederik Rietdijk
9c52da0e0c Revert "python: Cerberus: 1.1 -> 1.3.1"
This package was pinned at 1.1.

This reverts commit a2614154b1.
2019-11-19 11:41:16 +01:00
Frederik Rietdijk
f6b39f852e Merge master into staging-next 2019-11-19 10:53:44 +01:00
Ben Darwin
e3e3bd61f8 pythonPackages.gpyopt: provide setuptools at runtime, needed by the package 2019-11-18 20:08:13 -08:00
Mario Rodas
93be69d42f
Merge pull request #73473 from bcdarwin/gpyopt
pythonPackages.gpyopt: init at unstable-2019-09-25
2019-11-18 21:57:38 -05:00
Dennis Gosnell
5f3b21f7b0
Merge pull request #73693 from toonn/drop-alex-patch
alex: drop patch
2019-11-19 09:34:44 +09:00
Mario Rodas
f7076d3726
Merge pull request #73583 from marsam/add-pack
buildpack: init at 0.5.0
2019-11-18 19:32:09 -05:00
Renaud
5411dbda33
Merge pull request #71710 from bcdarwin/fix-elastix
elastix: 4.9.0 -> 5.0.0 (and mark unbroken)
2019-11-18 23:23:16 +01:00
Daiderd Jordan
f89fff0154
Merge pull request #73457 from cw789/erlang_update
erlangR22: 22.0.4 -> 22.1.7
2019-11-18 23:17:44 +01:00
Tom Hall
801e8b4d72 Allow ffmpeg attributes to be overridden
Switch the order in which the version-specific attributes are combined
with args. Otherwise, if args such as 'branch' are overridden by an
overlay or other derivation, the new value is replaced with the
original when the sets are combined with //.
2019-11-18 23:13:59 +01:00
Jonathan Ringer
60e1709bae python3Packages.cliff: fix build and add tests 2019-11-18 12:50:48 -08:00
mhaselsteiner
263ee30a70 python: wrf-python : 1.3.1.1 -> 1.3.2 2019-11-18 12:39:51 -08:00
Timo Kaufmann
d17a25d190
Merge pull request #73448 from cw789/elixir_update
elixir_1_9: 1.9.2 -> 1.9.4
2019-11-18 21:30:10 +01:00
Fabian Möller
37e7ad7251
cargo-generate: enable tests 2019-11-18 20:53:46 +01:00
Ben Darwin
b618730708 elastix: 4.9.0 -> 5.0.0 (and mark unbroken) 2019-11-18 13:29:02 -05:00
toonn
64c5eda317 alex: drop patch
simonmar/alex#140 was merged and the patch has been applied in alex
version 3.2.5 so the build is broken trying to re-apply the patch.
2019-11-18 17:04:41 +01:00
Florian Klink
93f5c85d66
Merge pull request #73074 from obsidiansystems/python3-airflow
python3Packages.apache-airflow init 1.10.5
2019-11-18 14:28:40 +01:00
Fabian Möller
51eb8d76f3
cargo-generate: 0.4.0 -> 0.5.0 2019-11-18 14:23:07 +01:00
markuskowa
7d728faea5
Merge pull request #73227 from markuskowa/fix-mkl
mkl: add scalapack libraries to output
2019-11-18 10:46:33 +01:00
Peter Simons
c95664665d obs-studio: package the missing ndi library to make the obs-ndi plug-in actually work 2019-11-18 10:18:04 +01:00
Markus Kowalewski
d817a49faa
mkl: add scalapack libraries to output 2019-11-18 09:05:03 +01:00
Ariel
7af3a955c9 apache-airflow: 1.10.3 -> 1.10.5, enable python
Includes misc fixes suggested during the PR process.
2019-11-17 21:44:15 -05:00
Pascal Hertleif
e89c1c704f cargo-fuzz: 0.5.3 -> 0.5.4 2019-11-17 17:06:27 -08:00
Ryan Mulligan
6160a5f771
Merge pull request #73479 from cko/coredumper
coredumper: remove
2019-11-17 13:37:17 -08:00
Ivan Kozik
106d4049cd quickjs: init at 2019-10-27 (#73515) 2019-11-17 13:35:29 -08:00
Ryan Mulligan
7bcebc60ac
Merge pull request #73542 from cko/missing_descriptions4
pkgs/development/libraries: Add missing descriptions and homepages
2019-11-17 13:28:49 -08:00
Mario Rodas
d3df05e61d
buildpack: init at 0.5.0 2019-11-17 16:20:00 -05:00
John Ericson
ef43c5f5d9 wrap-qt-apps-hook: qtWrapperArgs may be undefined 2019-11-17 15:48:39 -05:00
Ryan Mulligan
b73a601e84
Merge pull request #73541 from marsam/update-flow
flow: 0.111.3 -> 0.112.0
2019-11-17 11:41:53 -08:00
Ryan Mulligan
88ed6b2674
Merge pull request #73575 from minijackson/init-async
async: init at 0.1.1
2019-11-17 11:40:18 -08:00
Christine Koppelt
813346b619 word2vec: fix build 2019-11-17 11:22:08 -08:00
Mario Rodas
1f11326e02 tflint: 0.12.1 -> 0.13.1
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.13.1
2019-11-17 11:21:37 -08:00
Ryan Mulligan
f0d170bb49
Merge pull request #73573 from risicle/ris-libextractor-CVE-2019-15531
libextractor: add patch for CVE-2019-15531
2019-11-17 10:22:46 -08:00
Minijackson
9cf2d91282
async: init at 0.1.1 2019-11-17 19:21:07 +01:00
Markus Kowalewski
688e9f1019
mpich: 3.3.2 -> 3.3.3 2019-11-17 17:24:06 +01:00
Robert Scott
593def2396 libextractor: add patch for CVE-2019-15531 2019-11-17 16:12:50 +00:00
Markus Kowalewski
1b9b0dd77c
pythonPackages.rtslib: 2.1.70 -> 2.1.71 2019-11-17 16:50:57 +01:00
Markus Kowalewski
2c067b46ad
pythonPackages.configshell: 1.1.26 -> 1.1.27 2019-11-17 16:50:57 +01:00
markuskowa
e1e381f02f
Merge pull request #73554 from markuskowa/upd-codec2
codec2: 0.8.0 -> 0.9.2
2019-11-17 16:43:45 +01:00
Thomas Depierre
8de4654d4b beam-modules/hex-snapshot: remove
The package set is not maintained. It is also not used by most of the
BEAM community. Removing it to allow a more useful set of tools fit to
the BEAM community in Nixpkgs.
2019-11-17 13:45:57 +01:00
Markus Kowalewski
2eed11e703 codec2: 0.8.0 -> 0.9.2
* pull sources from GitHub instead of SVN
2019-11-17 13:27:48 +01:00
Jörg Thalheim
f3759a61cb
clang-tools: teach about nix's include path (#73345)
clang-tools: teach about nix's include path
2019-11-17 10:37:36 +00:00
Christine Koppelt
96476e6b2a pkgs/development/libraries: add missing descriptions and homepages
(#73312)
2019-11-17 10:41:21 +01:00
Frederik Rietdijk
3864800226 Merge master into staging-next 2019-11-17 10:31:52 +01:00
Christine Koppelt
3aa0d776a1 pkgs/development/libraries: Add missing descriptions and homepages 2019-11-17 09:43:55 +01:00