Commit Graph

88044 Commits

Author SHA1 Message Date
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
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
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
Pavol Rusnak
8d9fadd3e0
electron_10: init at 10.1.1 2020-09-09 10:05:03 +02:00
Anton Arapov
e5701710e3 nodePackages.node-red: fix build
resolves issue #89205

Signed-off-by: Anton Arapov <arapov@gmail.com>
2020-09-09 07:40:55 +02:00
Vincent Laporte
607b0ae7ae coqPackages.coqprime: init at 8.12 for Coq 8.12 2020-09-09 06:32:25 +02:00
Jonathan Ringer
ff7e38b954 python3Packages.xdis: 4.2.4 -> 5.0.4, fix build 2020-09-08 18:16:34 -07:00
Edmund Wu
b169bfc9e2 python3Packages.tinycss2: fix build 2020-09-08 17:43:57 -07:00
Edmund Wu
0f5c7d2bfb python3Packages.mistletoe: init at 0.7.2 2020-09-08 17:43:57 -07:00
John Ericson
5fd27509cf
Merge pull request #97387 from Ericson2314/fix-android-prebuilt
cc-wrapper: Fix for prebuilt android
2020-09-08 20:24:50 -04:00
Robert Scott
570dbab975 pythonPackages.jug: fix tests
these seem to have switched to pytest tests in 2.0.2
2020-09-08 17:04:31 -07:00
WORLDofPEACE
04fb0bb5e2
Merge pull request #97161 from jtojnar/exiv2-cleanup
exiv2: clean up
2020-09-08 19:55:09 -04:00
Mario Rodas
9be51e2596
Merge pull request #97284 from smunix/fix.avro-tools.1.9.2
avro-tools: 1.9.1 -> 1.9.2
2020-09-08 18:51:19 -05:00
Mario Rodas
486c97472e
Merge pull request #97331 from r-ryantm/auto-update/yder
yder: 1.4.11 -> 1.4.12
2020-09-08 18:45:09 -05:00
WORLDofPEACE
f764549bc8
Merge pull request #96668 from NobbZ/erlang-config-flags
erlang: make `configureFlags` appending instead of overwriting
2020-09-08 19:41:17 -04:00
Mario Rodas
83b8a605e7
Merge pull request #97471 from saschagrunert/golangci-lint
golangci-lint: 1.30.0 -> 1.31.0
2020-09-08 18:39:05 -05:00
Jörg Thalheim
b99096b1f0 python3.pkgs.python-language-server: fix jedi integration
recent jedi/parso versions uses Path instead of str.
2020-09-08 14:29:15 -07:00
Jörg Thalheim
12a9a93d68 python3.pkgs.jedi: fix compatibility with parso
The current version is fundamentally broken as tested with
python-language-server because parso now uses Path instead of str
in many instances.

Backporting of the fixes is not trivial and likely breaks more stuff
than it fixes due to other refactorings in jedi, hence using a recent
commit in master seems more reasonably.
2020-09-08 14:29:15 -07:00
Jörg Thalheim
b0a8c8af6f python3.pkgs.python-language-server: 0.33.1 -> 0.34.1 2020-09-08 14:29:15 -07:00
Jörg Thalheim
12fc3e0718 python-engineio: 3.13.0 -> 3.13.2 (fix build) 2020-09-08 14:29:15 -07:00