Commit graph

88061 commits

Author SHA1 Message Date
Robert Scott ef82f49fc0 pythonPackages.pyjet: fix tests
tests are now pytest tests, and not included in the pypi tarball
2020-09-10 15:16:44 -07:00
Robert Scott 70c56dd486 pythonPackages.pq: fix build
we can't run the tests anyway, so remove fragile attempts to patch them
2020-09-10 15:15:58 -07:00
Robert Scott 483fa86c36 pythonPackages.hiredis: fix tests
just requires the source-directory-hiding trick
2020-09-10 15:15:39 -07:00
Drew Risinger 8f6436a825 python3Packages.parso: disable on python 2.7
* Disabled on python 2.7
* Updated meta
* Changed to pytestCheckHook
2020-09-10 15:09:01 -07:00
Jonathan Ringer 5916b96370 python3Packages.executor: 21.3 -> 23.1, fix tests 2020-09-10 14:39:20 -07:00
Vincent Laporte 5f3be6b669 coqPackages.Verdi: enable for Coq 8.12 2020-09-10 22:10:02 +02:00
Vincent Laporte 7f797b9521 coqPackages.paco: enable for Coq 8.12 2020-09-10 22:10:02 +02:00
Gabriel Ebner 893ad96c18
Merge pull request #97668 from gebner/mlton-tmpdir
mlton: use $TMPDIR
2020-09-10 18:11:04 +02:00
Frederik Rietdijk 336ce7a797 python3.pkgs.fastparquet: 0.4.0 -> 0.4.1 2020-09-10 17:13:49 +02:00
Gabriel Ebner 213feab38a mlton: use $TMPDIR 2020-09-10 17:11:26 +02:00
Tim Steinbach bc0dd710e5
jenkins: 2.235.5 -> 2.249.1 2020-09-10 10:36:18 -04:00
Michael Weiss 3ea949714d cargo-c: 0.6.7 -> 0.6.13 2020-09-10 12:27:20 +02:00
Daniël de Kok b2bd34d62a
Merge pull request #97545 from siraben/mkrom-1.0.2
knightos-mkrom: unstable-2020-06-11 -> 1.0.2
2020-09-10 08:15:10 +02:00
Linus Heckemann 6cbcb7599c
Merge pull request #97589 from bcdarwin/upgrade-nifticlib
nifticlib: 2.0.0 -> 3.0.1
2020-09-10 07:54:17 +02:00
Ben Siraphob 9101eede6e
Update pkgs/development/tools/knightos/mkrom/default.nix
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
2020-09-10 05:40:38 +00:00
Drew Risinger b03c729c88 python3Packages.nmigen: fix build
Tried to debug failure & traced it to subprocess.Popen calling fork_exec()
with a bad path, but couldn't reproduce error from manual debugging
using ``nix-shell``.

Bad path meaning that most paths were of form /nix/store/.../bin/sby,
but one path was "sby" only. That's my only guess as to what would
be causing this failure.
2020-09-09 20:04:41 -07:00
Drew Risinger 9fae7b21ef python3Packages.pyfakefs: disable on py2.7
* No longer supports python < 3.5, so disabled.
* Enables tests that were disabled due to bugs.
* Add changelog
2020-09-09 20:01:37 -07:00
Erik Arvstedt a81c38893c python3Packages.django_extensions: 2.2.8 -> 3.0.8 2020-09-09 19:39:06 -07:00
Erik Arvstedt 039e248555 python3Packages.django-picklefield: fix tests 2020-09-09 19:39:06 -07:00
WORLDofPEACE 50feed19a6
Merge pull request #82564 from danderson/bug-55388-jasper
jasper: delete from nixpkgs.
2020-09-09 21:33:28 -04:00
Luflosi fbefec0d3e j: fix build on darwin
On darwin the compilation would fail with the following warning:
```
clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
```
This error happens because the `-fno-strict-overflow` is passed to the compiler. To fix this, disable the `strictoverflow` hardening feature. Also see #39687.

ZHF: #97479
2020-09-09 15:09:26 -07:00
WORLDofPEACE 872f2b76c1
Merge pull request #97578 from makefu/pkgs/pyhaversion/fix
python3Packages.pyhaversion: add missing semantic-version
2020-09-09 16:29:00 -04:00
Vincent Laporte 6e08d23707 coqPackages.paramcoq: init at 1.1.2 for Coq 8.12 2020-09-09 22:26:06 +02:00
Ben Darwin 98512f3eaa nifticlib: 2.0.0 -> 3.0.1 2020-09-09 15:26:04 -04:00
WORLDofPEACE 63e1162357
Merge pull request #97576 from gebner/mlton-which
mlton: fix build
2020-09-09 14:42:42 -04:00
David Anderson 3a38cef8f9 jasper: remove, abandoned upstream.
Jasper has been marked insecure for a while, and upstream has not
been responsive to CVEs for over a year.

Fixes #55388.

Signed-off-by: David Anderson <dave@natulte.net>
2020-09-09 18:29:42 +00:00
Gabriel Ebner ad0d43e1a7 mlton: use callPackage 2020-09-09 20:16:55 +02:00
Maciej Krüger 3adf441284
Merge pull request #96545 from tesq0/unityhub-update-to-2.3.2
unityhub: update to 2.3.2
2020-09-09 20:00:02 +02:00
Maciej Krüger aa685f5037
Merge pull request #96544 from tesq0/unityhub-fix-2020-editor
unityhub: fix editor with versions >= 2020.1.3f1 not opening
2020-09-09 19:54:07 +02:00
makefu 92bf2d7c03
python3Packages.pyhaversion: add missing semantic-version 2020-09-09 19:46:33 +02:00
Maximilian Bosch f729755d4d
Merge pull request #97521 from peterhoeg/u/fz_3500
filezilla: 3.49.1 -> 3.50.0
2020-09-09 19:40:34 +02:00
Gabriel Ebner a7f9d336b7 mlton: fix build 2020-09-09 19:29:57 +02:00
William Kral cf54ef99b6 python3Packages.jq: 0.1.8 -> 1.0.2 2020-09-09 09:52:45 -07:00
Jörg Thalheim b5118540bf
Merge pull request #97560 from makefu/pkgs/python-maintainer/fix-eval
aresponses,pyhaversion: disable for py2
2020-09-09 18:30:08 +02:00
Shea Levy 31579c6b0a
matplotlib: Disable LTO on darwin.
Needs #19312 or equivalent to work.
2020-09-09 12:18:50 -04:00
makefu b30dfc4f4b
pythonPackages.pyhaversion: py3k only 2020-09-09 18:11:17 +02:00
makefu 467dcc5b75
pythonPackages.aresponses: only py3k 2020-09-09 18:10:21 +02:00
WORLDofPEACE 341eeebad6
Merge pull request #96871 from prusnak/electron
Electron updates
2020-09-09 11:12:13 -04:00
WORLDofPEACE ca2fd92dad
Merge pull request #97534 from timokau/exiv2-no-splitting
exiv2: disable output splitting
2020-09-09 11:01:31 -04:00
WORLDofPEACE c17a10cd1d
Merge pull request #97504 from arapov/master
nodePackages.node-red: fix build
2020-09-09 10:10:02 -04:00
Ben Siraphob ad473ca180 knightos-mkrom: unstable-2020-06-11 -> 1.0.2 2020-09-09 21:06:20 +07:00
Michael Weiss b8f7063cac
ffmpeg-full: Add support for rav1e (faster AV1 encoding)
#95188
2020-09-09 15:52:34 +02:00
Domen Kožar ac19bf06b8
Merge pull request #96594 from turboMaCk/add-elm-optimize-level-2
elmPackages.elm-optimize-level-2: Init at 0.1.3
2020-09-09 15:41:52 +02:00
Timo Kaufmann f8f840f664 exiv2: disable output splitting
This is a temporary workaround. See the linked comment.
2020-09-09 14:12:25 +02:00
Maximilian Bosch f961ac6695
python3Packages.todoist: fix build
See https://hydra.nixos.org/build/126777642
ZHF #97479
2020-09-09 13:32:31 +02:00
Peter Hoeg d70480f30e libfilezilla: 0.24.0 -> 0.24.1 2020-09-09 17:22:17 +08:00
worldofpeace 504750252a
electron: move definition into generic.nix 2020-09-09 10:05:04 +02:00
Pavol Rusnak 6954f77845
electron_7: 7.3.1 -> 7.3.3 2020-09-09 10:05:04 +02:00
Pavol Rusnak 4599eb4595
electron_8: 8.3.1 -> 8.5.1 2020-09-09 10:05:04 +02:00
Pavol Rusnak b7f0533d2a
electron_9: 9.0.2 -> 9.3.0 2020-09-09 10:05:03 +02:00