Commit Graph

73068 Commits

Author SHA1 Message Date
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
tilpner
08eb8dc3eb python3Packages.matrix-nio: init at 0.6 2019-11-16 23:06:50 -08:00
tilpner
58a4eccf00 python3Packages.python-olm: init at (automatic) 3.1.4 2019-11-16 23:06:50 -08:00
tilpner
58e573d358 olm: 3.0.0 -> 3.1.4 2019-11-16 23:06:50 -08:00
Doron Behar
430b7b24d4 pynvim: 0.3.2 -> 0.4.0 2019-11-16 23:00:44 -08:00
Leon Isenberg
ac4b42434a poetry: add lockfile dep
Fixes build.
2019-11-16 22:41:13 -08:00
Mario Rodas
44c5e3da45
flow: 0.111.3 -> 0.112.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.112.0
2019-11-17 00:00:00 -05:00
Renaud
c19ab4587e
rucksack: restrict to x86 linux platforms 2019-11-16 19:11:21 +01:00
Renaud
57a19cb5b6
qcdnum: fix build
It was failing on Hydra with:
ld: cannot find -lz
2019-11-16 18:42:04 +01:00
Renaud
af6ffdaacb
apfel: fix build
Was failing on Hydra with:
ld: cannot find -lz
2019-11-16 18:40:10 +01:00
Vladimír Čunát
908f6240d8
Merge #72958: libexif: fix CVE-2018-20030 2019-11-16 18:26:13 +01:00
Vladimír Čunát
233f36303b
libexif: convert to fetchpatch 2019-11-16 18:22:59 +01:00
Jörg Thalheim
26a4ff8370
Merge pull request #73492 from c0bw3b/fix/alioth
Treewide: replace last refs to alioth.debian.org
2019-11-16 15:02:14 +00:00
Renaud
bc77ec7e56
gaia: restrict to X86 platforms
ARM Hydra build keeps failing
2019-11-16 15:14:24 +01:00
Jamey Sharp
5d1c9cebd6 deployAndroidPackage: prefer local builds
These derivations just unzip something and maybe do a little patching,
so there's no benefit to sending the zip file off to a build server and
then downloading the unzipped results again.
2019-11-16 14:37:47 +01:00
xrelkd
0b21ea6d04 cargo-bloat: 0.9.0 -> 0.9.1 2019-11-16 12:03:51 +01:00
Frederik Rietdijk
be7125dde7 Merge master into staging-next 2019-11-16 11:45:07 +01:00
Vincent Laporte
17e0d73278 ocamlPackages.facile: 1.1.3 → 1.1.4 2019-11-16 10:36:34 +00:00
c0bw3b
d811bb1dcb Treewide: replace last refs to alioth.debian.org
Alioth is now offline -> https://wiki.debian.org/Salsa/AliothMigration
Sources moved to other forges (Salsa for example)
Some release tarballs are available on alioth-archive.debian.org
2019-11-16 11:32:05 +01:00
Daniel Schaefer
d0aec3b1d4 jitterentropy: Find strip when crosscompiling 2019-11-16 11:22:38 +01:00
Renaud
1459e57db1
rfc-bibtex: fix homepage url
Incorrect schema: "ttps://" -> "https://"
2019-11-16 09:51:54 +01:00
Will Dietz
44d9a86f41
Merge pull request #67282 from dtzWill/feature/boost-1.71
boost171: init at 1.71.0
2019-11-16 01:15:09 -06:00
Ricardo M. Correia
d5053d12eb ocamlPackages.lwt_ppx: fix dependency propagation
dune was showing this error when using lwt_ppx:

File "/nix/store/sz4cg32ph84lapgs50xv73s3a0baqq2s-ocaml4.08.1-lwt_ppx-4.2.1/lib/ocaml/4.08.1/site-lib/lwt_ppx/dune-package", line 11, characters 56-75:
11 |  (requires compiler-libs.common ocaml-migrate-parsetree ppx_tools_versioned)
                                                             ^^^^^^^^^^^^^^^^^^^
Error: Library "ppx_tools_versioned" not found.
-> required by library "lwt_ppx" in
   /nix/store/sz4cg32ph84lapgs50xv73s3a0baqq2s-ocaml4.08.1-lwt_ppx-4.2.1/lib/ocaml/4.08.1/site-lib/lwt_ppx
-> required by executable wizytests in dune:6
Hint: try: dune external-lib-deps --missing @@default
2019-11-16 04:15:28 +00:00
Graham Christensen
7becdb2363
Merge pull request #73478 from c0bw3b/repology/perma-redirect
Treewide: fix URL permanent redirects
2019-11-15 20:46:53 -05:00
Christine Koppelt
b8cbb64aad coredumper: remove 2019-11-16 01:55:04 +01:00
c0bw3b
9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
Vincent Laporte
c1966522d7 gnumeric: 1.12.45 → 1.12.46
goffice: 0.10.45 → 0.10.46
2019-11-15 22:50:52 +00:00
Ben Darwin
634effcea4 gpyopt: init at unstable-2019-09-25 2019-11-15 16:24:11 -05:00
Chris Ostrouchov
effe7f8a09 pythonPackages.snakebite: init at 2.11.0 2019-11-15 16:06:41 -05:00
Chris Ostrouchov
d758b24e80 pythonPackages.flask-bcrypt: init at 0.7.1 2019-11-15 16:06:41 -05:00
Chris Ostrouchov
d6fdec8d24 apache-airflow: refactor add as python application 2019-11-15 16:06:41 -05:00
Chris Ostrouchov
20e87c1c8c pythonPackages.flask-appbuilder: init at 2.1.6 2019-11-15 16:06:41 -05:00
Chris Ostrouchov
b9367e7a18 pythonPackages.apispec: init at 2.0.2 2019-11-15 16:06:41 -05:00
Chris Ostrouchov
4cb6a88b38 pythonPackages.prance: init at 0.15.0 2019-11-15 16:06:40 -05:00
Chris Ostrouchov
749478d1a7 pythonPackages.flask-openid: init at 1.2.5 2019-11-15 16:04:47 -05:00
Chris Ostrouchov
995d4b256e pythonPackages.python-openid: init at 2.2.5 2019-11-15 16:04:47 -05:00
Chris Ostrouchov
a380071085 pythonPackages.marshmallow-enum: init at 1.4.1 2019-11-15 16:04:47 -05:00
Chris Ostrouchov
908fb25f58 pythonPackages.prison: init at 0.1.2 2019-11-15 16:04:47 -05:00
Chris Ostrouchov
0cb3cbfe57 pythonPackages.flask-admin: init at 1.5.3 2019-11-15 16:04:47 -05:00
Chris Ostrouchov
4a69b3b6be pythonPackages.sqlalchemy-citext: init at 1.3.0 2019-11-15 16:04:47 -05:00
Chris Ostrouchov
68520f783a pythonPackages.flask-babelex: init at 0.9.3 2019-11-15 16:04:47 -05:00
Chris Ostrouchov
9c983fbf04 pythonPackages.flask-mongoengine: init at 0.9.5 2019-11-15 16:04:46 -05:00
Chris Ostrouchov
ad8b178b0b pythonPackages.wtf-peewee: init at 3.0.0 2019-11-15 16:04:27 -05:00
Chris Ostrouchov
3fb612cdc9 pythonPackages.mongoengine: init at 0.18.2 2019-11-15 16:04:27 -05:00
Chris Ostrouchov
02bbcabecf pythonPackages.json-merge-patch: init at 0.2 2019-11-15 16:04:27 -05:00
Chris Ostrouchov
be91c2aa1b pythonPackages.apache-airflow: init at 1.10.3 2019-11-15 16:03:54 -05:00
Chris Ostrouchov
5498d4aaed pythonPackages.croniter: init at 0.3.30 2019-11-15 16:03:54 -05:00
Peter Simons
3c531669b1 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-9-g650d530 from Hackage revision
e761da20a9.
2019-11-15 21:33:45 +01:00
Peter Simons
72515c590e hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-6-g12ceeb2 from Hackage revision
99180e68fe.
2019-11-15 21:08:46 +01:00
Peter Simons
aed8e9536d haskell-src-exts-simple: add override to fix version of the dependencies 2019-11-15 21:08:45 +01:00
Peter Simons
1e7e4d8e93 git-annex: update sha256 hash for new version 7.20191114 2019-11-15 21:08:45 +01:00
(cdep)illabout
22890f7b13 haskellPackages.llvm-hs: fix build on darwin 2019-11-15 21:08:45 +01:00
Peter Simons
750a3ba2ce hackage2nix: disable builds that break evaluation on Hydra 2019-11-15 21:08:45 +01:00
William R. Arellano
266ee8d74d Update pkgs/development/haskell-modules/configuration-nix.nix
Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
2019-11-15 21:08:45 +01:00
William R. Arellano
ea6b44b6d5 dotenv: add comment for future reference 2019-11-15 21:08:45 +01:00
William R. Arellano
227a8e0e7c dotnev: move changes from configuration-nix to configuration-common 2019-11-15 21:08:45 +01:00
William R. Arellano
afd42d621d dotenv: remove from broken packages 2019-11-15 21:08:45 +01:00
William R. Arellano
b06de887f7 dotenv: fix broken package version 0.8.0.2 2019-11-15 21:08:45 +01:00
Peter Simons
35b81fb1a4 LTS Haskell 14.14 2019-11-15 21:08:45 +01:00
Daiderd Jordan
27313767b8
gettext: fix darwin build
The CF configure flags broke with the last update but based on
fa9c81f694 and the comment it seems like
these are not necessary anymore.

    $ nix-build -A stdenv.__bootPackages.stdenv.__bootPackages.gettext
    /nix/store/dii9p8717rjnbzar4kh1q3sxk77dbbkd-gettext-0.20.1

    $ nix-store -qR /nix/store/dii9p8717rjnbzar4kh1q3sxk77dbbkd-gettext-0.20.1
    /nix/store/2ws9cmamvr7xyvdg4d2nnd1bmr1zjrrq-bootstrap-tools
    /nix/store/2yn28axagwyifnvdm8npy2f982jxr986-libiconv-osx-10.12.6
    /nix/store/dii9p8717rjnbzar4kh1q3sxk77dbbkd-gettext-0.20.1
2019-11-15 18:54:47 +01:00
R. RyanTM
2685391917 ntl: 11.3.4 -> 11.4.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/ntl/versions

 (#71728)
2019-11-15 15:50:44 +01:00
cw
1cb60e4dab erlangR22: 22.0.4 -> 22.1.7 2019-11-15 13:35:55 +01:00
Jörg Thalheim
d729fdcd6e
nifticlib and niftseg: change platform from linux to unix sinc… (#73442)
nifticlib and niftseg: change platform from linux to unix since these…
2019-11-15 11:57:17 +00:00
Mario Rodas
50d06185ca
Merge pull request #73390 from marsam/update-nodejs-13_x
nodejs-13_x: 13.0.1 -> 13.1.0
2019-11-15 05:50:15 -05:00
cw
110bf03058 elixir_1_9: 1.9.2 -> 1.9.4 2019-11-15 09:34:59 +01:00
Milan Pässler
dafbcb986a Revert "python37Packages.pyspf: 2.0.12 -> 2.0.13"
This reverts commit e3f9c4d790.
This fixes #72791.
Version 2.0.13 of pyspf introduced a bug where some incoming mails can cause a
crash and be falsely rejected. (https://github.com/sdgathman/pyspf/issues/17)
2019-11-14 19:33:16 -08:00
Ben Darwin
736860d34b nifticlib and niftseg: change platform from linux to unix since these build on OSX 2019-11-14 21:25:10 -05:00
Daniel Schaefer
c4ed79e977
python3Packages.geopy: 1.20 -> unstable-2019-11-10 (#73158) 2019-11-14 23:45:29 +01:00
Jan Tojnar
da76deffd1
Merge branch 'master' into staging-next 2019-11-14 23:25:36 +01:00
Guillaume Desforges
6d12f065e9 python3Packages.geopy: 1.20 -> unstable-2019-11-10
* Update geopy to unstable version from GitHub for Python 3+
* Add GuillaumeDesforges as maintainer
2019-11-14 23:24:16 +01:00
Guillaume Desforges
d11137ef90 python2Packages.geopy: Freeze in seperate file 2019-11-14 23:18:43 +01:00
Jan Tojnar
3108c4dd15
meson: fix unknown compiler error 2019-11-14 22:54:37 +01:00
Mario Rodas
669a6d0edb luaPackages.luasystem: fix build on darwin 2019-11-15 05:08:45 +09:00
John Ericson
bca2e8255e treewide: CAML_LD_LIBRARY_PATH may be undefined 2019-11-14 13:44:07 -05:00
Lily Ballard
66b094c780 jazzy: 0.11.2 -> 0.12.0 2019-11-14 09:48:18 -08:00
Oleksii Filonenko
48ba169317
mkcert: 1.4.0 -> 1.4.1
Co-authored-by: Joh <jonringer@users.noreply.github.com>
2019-11-14 19:32:13 +02:00
Mario Rodas
1ae55b884d python3Packages.black: fix build on darwin 2019-11-14 08:53:09 -08:00
Florian Klink
b64034e1d2 python3.pkgs.authlib: init at 0.13
Co-authored-by: Jonathan Ringer <jonringer117@gmail.com>
2019-11-14 08:50:37 -08:00
Renaud
ab397825bf
Merge pull request #70507 from sikmir/qtpbfimageplugin
qtpbfimageplugin: 1.4 -> 2.0
2019-11-14 16:55:59 +01:00
Renaud
5b57dd52a7
Merge pull request #73369 from JohnAZoidberg/argp-standalone-cross
argp-standalone: Find ar when cross compiling
2019-11-14 16:53:21 +01:00
Edmund Wu
a951f2a27f mesa: 19.2.3 -> 19.2.4 2019-11-14 16:42:45 +01:00
Jos van Bakel
ee0de85b4e rbtools: propagate setuptools
(#71180)
2019-11-14 14:33:04 +01:00
R. RyanTM
dd03c2d78b arb: 2.16.0 -> 2.17.0
* arb: 2.16.0 -> 2.17.0 (#71489)

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

* arb: add meta.homepage
2019-11-14 13:55:43 +01:00
Frederik Rietdijk
c6e31d0767 Merge master into staging-next 2019-11-14 13:31:39 +01:00
Mario Rodas
72d6831f21
nodejs-13_x: 13.0.1 -> 13.1.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.1.0
2019-11-14 04:20:00 -05:00
Dennis Gosnell
d0c73e88b3
Merge pull request #73362 from Infinisil/buildStackProjectChroot
buildStackProject: Set __noChroot to make it fail without sandbox
2019-11-14 11:51:43 +09:00
Pamplemousse
3caa0dcd11 pythonPackages.monkeyhex: init at 1.7.1 2019-11-13 17:40:50 -08:00
Pamplemousse
f224751a1a pythonPackages.pefile: init at 2019.4.18 2019-11-13 17:33:38 -08:00
Silvan Mosberger
b31a8f7a90
buildStackProject: Set __noChroot to make it fail without sandbox
Building such a derivation will result in

  error: derivation '/nix/store/nk4wms3hk4mp9lc86k30vc8w44fcq0rj-foo.drv' has '__noChroot' set, but that's not allowed when 'sandbox' is 'true'

when attempting to build it without --option sandbox false
2019-11-14 01:32:04 +01:00
Maximilian Bosch
e2bad17af7
vim-vint: fix startup
Ensure that `pkg_resources` is available during runtime.
2019-11-14 01:12:46 +01:00
Brian McKenna
07829a0c92 unison-ucm: 1.0.M1d-alpha -> 1.0.M1e-alpha
* unison-ucm: 1.0.M1d-alpha -> 1.0.M1e-alpha (#72279)

* unison-ucm: refresh meta
homepage and licenses
2019-11-14 00:50:09 +01:00
R. RyanTM
f5dd1191f8 python38Packages.ROPGadget: 5.8 -> 5.9
(#72668)
2019-11-13 23:51:20 +01:00
R. RyanTM
d8e9b89b48 intel-graphics-compiler: 1.0.10 -> 1.0.2714.1
(#72540)
2019-11-13 23:23:52 +01:00
Matthew Bauer
1c3deb9642
Merge pull request #73084 from lopsided98/llvm-7-armv6l
llvm_7: disable failing test on armv6l
2019-11-13 17:20:13 -05:00
Matthew Bauer
56c309f953
Merge pull request #73083 from lopsided98/llvm-9-arm
llvm_9: disable failing tests on 32-bit ARM
2019-11-13 17:19:45 -05:00
Pamplemousse
02583ed283 pythonPackages.itanium_demangler: init at 1.0 2019-11-13 14:10:34 -08:00
Nejc Zupan
1c406512eb Use wheel instead of pyjokes
We need an egg to install to test that pipenv works. Instead of
downloading & installing pyjokes, let's use wheel since we already
have it.

Refs https://github.com/NixOS/nixpkgs/pull/73349#discussion_r345830233
2019-11-13 22:28:57 +01:00
Nejc Zupan
5cbdff56ee make sure not to pollute the build directory 2019-11-13 22:28:57 +01:00
Nejc Zupan
ad078d83a4 Add checkPhase for pipenv
This is to prevent regressions such as https://github.com/NixOS/nixpkgs/issues/73254
by using pipenv to install a simple Python package, thus testing
that pipenv was built correctly.

Many thanks to @Infinisil and @domenkozar for hand-holding!
2019-11-13 22:28:57 +01:00
R. RyanTM
69561925c0 rdkafka: 1.2.0 -> 1.2.2
* rdkafka: 1.2.0 -> 1.2.1
* rdkafka: 1.2.1 -> 1.2.2
(#72562)
2019-11-13 22:22:26 +01:00
Kristoffer Søholm
f74aafc9e6 pythonPackages.pwntools: 3.12 -> 4.0b0
Fixes the broken build. I chose to go directly to 4.0 beta because
stable is pretty old, and because 4.0 has python3 support.
2019-11-13 13:15:12 -08:00