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
684496cfb6
paperless: fix build
...
Paperless was dependent on older older versions of recently updated
Python packages.
2020-09-09 19:39:06 -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
WORLDofPEACE
2e7fcfd5b2
Merge pull request #97608 from ryneeverett/lxpanel-20.03-zhf
...
lxpanel: fix build by switching to gdk-pixbuf-xlib
2020-09-09 20:59:57 -04:00
ajs124
c413f10daf
Merge pull request #96364 from florianjacob/matomo
...
matomo: 3.13.6 -> 3.14.0
2020-09-10 01:37:45 +02:00
ryneeverett
5b49a74747
lxpanel: fix build by switching to gdk-pixbuf-xlib
...
The build has been broken since gdk-pixbuf-xlib was broken out into a
separate package in #88086 .
For some reason if I just add gdk-pixbuf-xlib.dev the headers don't make it
into CFLAGS.
2020-09-09 23:30:34 +00:00
Amit Aryeh Levy
3d9adca641
zoom-us: 5.2.454870.0831 -> 5.2.458699.0906
2020-09-09 16:20:29 -07:00
Mario Rodas
35665b9fc2
pythonPackages.grpcio-tools: 1.31.0 -> 1.32.0
2020-09-09 18:01:00 -05:00
Mario Rodas
4051e867ba
grpc: 1.31.0 -> 1.32.0
...
https://github.com/grpc/grpc/releases/tag/v1.32.0
2020-09-09 18:00:00 -05:00
Dmitry Kalinkin
37d65c8698
texlive: fix arara
2020-09-09 18:49:32 -04:00
nyanloutre
d3958aa3fa
electron-cash: 4.0.14 -> 4.1.0
2020-09-10 00:27:30 +02: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
Maximilian Bosch
56708c3bf3
Merge pull request #97555 from badmutex/badi/maintainers-update
...
maintainers: updates for badi/badmutex
2020-09-09 23:03:52 +02:00
Maximilian Bosch
1186c16889
pass-wayland: use proper derivation for .withExtensions
...
The `pass.withExtensions`-function uses `buildEnv` to create a
derivation which contains a `pass`-package and a list of extensions for
it.
However, this function always uses the `pass`-attribute for `buildEnv` which
will break e.g. `passmenu` or `pass show -c` on desktops using Wayland (and
`pass-wayland.withExtensions`) since the default `pass`-package without
support for Wayland's clipboard is used.
This patch replaces the `pass`-attribute in the derivation with
`pass-wayland` to work around this issue.
2020-09-09 22:47:23 +02: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
Gabriel Ebner
a0f1c301d9
Merge pull request #97584 from gebner/ncftp-tmpdir
...
ncftp: do not override $TMPDIR
2020-09-09 22:13:19 +02:00
Vladimír Čunát
7879a6f95b
flashrom nitpick: avoid nested list
2020-09-09 22:10:30 +02:00
Ben Darwin
98512f3eaa
nifticlib: 2.0.0 -> 3.0.1
2020-09-09 15:26:04 -04:00
Gabriel Ebner
07999f480b
ncftp: do not override $TMPDIR
2020-09-09 20:57:32 +02:00
luc65r
6917fda396
rbw: 0.4.4 -> 0.4.6
2020-09-09 20:49:52 +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
Maciej Krüger
9c11454182
Merge pull request #92714 from luc65r/pkg/rbw
...
rbw: init at 0.4.4
2020-09-09 20:25:06 +02: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
Maximilian Bosch
1b344f2695
Merge pull request #97463 from WilliButz/codimd/fix-sqlite/node12
...
codimd: build with nodejs-12_x instead of nodejs-10_x
2020-09-09 19:48:11 +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
Tim Zook
32c9ee2cfc
csvkit: fix failing test
...
The build for this package was failing due to failing tests that were caused by a breaking change in a dependency. The requirements.txt for this package does not pin specific versions so it was trying to build with the new version of the dependency and failing. This commit overrides the version of the dependency that is used to build the package.
2020-09-09 10:37:57 -07:00
marius david
43d9d1d7d8
instead: 3.3.1 -> 3.3.2; fix compilation
2020-09-09 10:36:06 -07:00
WORLDofPEACE
7e5991ede7
Merge pull request #97570 from woffs/recoll-qt5
...
recoll: qt4 -> qt5, fix build
2020-09-09 13:33:02 -04:00
Gabriel Ebner
a7f9d336b7
mlton: fix build
2020-09-09 19:29:57 +02:00
Frank Doepper
9cdfa8adc2
recoll: qt4 -> qt5, fix build
2020-09-09 19:28:32 +02:00
WORLDofPEACE
4a3e33a9be
Merge pull request #96414 from maxeaubrey/nomad_0.12.3
...
nomad: 0.12.2 -> 0.12.3
2020-09-09 13:28:20 -04:00
Danielle Lancashire
329a922fb2
nomad: Pin to go1.14 for 0.11 and 0.12
...
This commit pins go versions for nomad 0.11 and 0.12. Future versions of
Nomad should have their versions pinned from the beginning, even if they
support the latest-at-the-time version of Go to prevent accidental
version bumps on unsupported go versions.
See https://github.com/NixOS/nixpkgs/pull/96414 for further discussion
around this change.
2020-09-09 19:21:56 +02:00
Justin Humm
f6a3e70c50
Merge pull request #97396 from bachp/unifi-5.14.23
...
unifiStable: 5.14.22 -> 5.14.23
2020-09-09 19:01:56 +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
Tim Steinbach
ff268eb325
linux: 5.9-rc3 -> 5.9-rc4
2020-09-09 12:24:09 -04: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
TANIGUCHI Kohei
8b435d9e6f
skktools: 1.3.3 -> 1.3.4
2020-09-10 01:00:25 +09:00
TANIGUCHI Kohei
9c5a72408d
skktools: refactor
...
Specify tag name for revision
2020-09-10 01:00:25 +09:00
Profpatsch
5c84d57a59
lorri: remove unnecessary output override
2020-09-09 17:59:47 +02:00
Vladimír Čunát
e7979aadea
Merge #97528 : aegisub: fix build with make 4.3
2020-09-09 17:50:40 +02:00
Badi Abdul-Wahid
3877da58a7
vivaldi: add badmutex to maintainers list
2020-09-09 10:46:02 -05:00
WORLDofPEACE
5a35396322
Merge pull request #97437 from fgaz/drawpile/fpermissive
...
drawpile: fix build
2020-09-09 11:45:17 -04:00
Badi Abdul-Wahid
f3ce1df79a
tlaplus: remove myself from maintainers list
2020-09-09 10:40:46 -05:00
WORLDofPEACE
d9147c43d5
Merge pull request #97513 from cole-h/verilog
...
verilog: unstable-2019-08-01 -> unstable-2020-08-24
2020-09-09 11:40:13 -04:00
Maxine E. Aubrey
d7fade20b5
traefik: 2.2.8 -> 2.2.11
2020-09-09 17:36:30 +02:00
Vladimír Čunát
d09738dd90
knot-dns: 2.9.6 -> 3.0.0
...
Upgrade should be pretty easy:
https://www.knot-dns.cz/docs/3.0/html/migration.html#upgrade-2-9-x-to-3-0-x
https://en.blog.nic.cz/2020/09/09/knot-dns-3-0-news/
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.0
For now, it's built with XDP support but the NixOS service
isn't ready for that yet. I'll try to look at that sometime later.
2020-09-09 17:21:27 +02:00
Vladimír Čunát
16124457d0
libbpf: fix incomplete linkage
...
Also use a better reallocarray fix.
2020-09-09 17:21:26 +02:00
WORLDofPEACE
fa0ed8d276
Merge pull request #97539 from evanjs/cht.sh/unstable-2020-08-06
...
cht-sh: unstable-2019-08-06 -> unstable-2020-08-06
2020-09-09 11:20:44 -04:00
WORLDofPEACE
341eeebad6
Merge pull request #96871 from prusnak/electron
...
Electron updates
2020-09-09 11:12:13 -04:00
WORLDofPEACE
f0f88be1ea
Merge pull request #79370 from sorki/dtoverlays
...
Improve device-tree overlay support
2020-09-09 11:01:48 -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
Richard Marko
6c9df40a4b
nixos/device-tree: improve overlays support
...
Now allows applying external overlays either in form of
.dts file, literal dts context added to store or precompiled .dtbo.
If overlays are defined, kernel device-trees are compiled with '-@'
so the .dtb files contain symbols which we can reference in our
overlays.
Since `fdtoverlay` doesn't respect `/ compatible` by itself
we query compatible strings of both `dtb` and `dtbo(verlay)`
and apply only if latter is substring of the former.
Also adds support for filtering .dtb files (as there are now nearly 1k
dtbs).
Co-authored-by: georgewhewell <georgerw@gmail.com>
Co-authored-by: Kai Wohlfahrt <kai.wohlfahrt@gmail.com>
2020-09-09 16:34:58 +02:00
WORLDofPEACE
5d131d3326
Merge pull request #97540 from danieldk/fix-clpeak
...
clpeak: fix build
2020-09-09 10:23:23 -04:00
WORLDofPEACE
88f0b99e47
Merge pull request #97510 from doronbehar/ZHF/bmap-tools
...
bmap-tools: Don't test, as tests fail on hydra
2020-09-09 10:19:58 -04:00
WORLDofPEACE
04f615a44b
Merge pull request #97509 from doronbehar/ZHF/arora
...
arora: Remove
2020-09-09 10:12:09 -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
Francesco Gazzetta
1c8d65f940
drawpile: fix build by adding libsecret
2020-09-09 15:39:00 +02:00
Evan Stoll
66551093ab
cht.sh: unstable-2019-08-06 -> unstable-2020-08-06
2020-09-09 09:20:16 -04:00
Daniël de Kok
5f6738228d
clpeak: fix build
...
The build of clpeak recently started failing because opencl-clhpp was
updated. The latest version of opencl-hpp does not ship the deprecated
cl.hpp header anymore.
2020-09-09 15:08:24 +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
meutraa
ed21f45583
androidStudioPackages.{dev,canary}: 4.2.0.9 -> 4.2.0.10
2020-09-09 12:47:28 +01: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
Vincent Laporte
67c991114f
aegisub: fix build with make 4.3
2020-09-09 13:00:49 +02:00
Emery Hemingway
51428e8d38
firefox: set build timeout at eight hours
2020-09-09 12:48:30 +02:00
Thomas Tuegel
959c0bf468
Merge pull request #97456 from ttuegel/master--plasma5-no-qt-5.15
...
Remove Qt 5.15 from the Plasma 5 closure
2020-09-09 05:14:21 -05:00
Peter Hoeg
a9683dc333
filezilla: 3.49.1 -> 3.50.0
2020-09-09 17:22:30 +08:00
Peter Hoeg
d70480f30e
libfilezilla: 0.24.0 -> 0.24.1
2020-09-09 17:22:17 +08:00
Vladimír Čunát
3c45610ddd
knot-resolver: 5.1.2 -> 5.1.3
...
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.1.3
2020-09-09 11:10:16 +02:00
Pavol Rusnak
1c10ce66c5
1password-gui: move required electron version to package definition
2020-09-09 10:05:04 +02: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
Michael Weiss
a9c78519d6
chromium: 85.0.4183.83 -> 85.0.4183.102
...
https://chromereleases.googleblog.com/2020/09/stable-channel-update-for-desktop.html
This update includes 5 security fixes.
CVEs:
CVE-2020-6573 CVE-2020-6574 CVE-2020-6575 CVE-2020-6576 CVE-2020-15959
2020-09-09 09:57:45 +02:00
Doron Behar
8eeb526255
arora: Remove
...
It's last release was 10 years ago, and it won't build since a long time
now, due to webkit unfound for qt4.
2020-09-09 10:57:28 +03:00
Timo Kaufmann
44cb86f0d8
Merge pull request #97491 from taku0/flashplayer-32.0.0.433
...
flashplayer: 32.0.0.414 -> 32.0.0.433
2020-09-09 09:54:25 +02:00
Cole Helbling
339f6248f6
verilog: unstable-2019-08-01 -> unstable-2020-08-24
...
The build would previously fail due to a change in bison's behavior (see
5b699c1be7
for more information). Updating to a more recent version fixes this
issue.
2020-09-09 00:47:52 -07:00
Doron Behar
09d00b5b98
all-packages.nix: Remove trailing space
2020-09-09 17:26:07 +10:00
Lassulus
7c39cf7121
Merge pull request #97307 from unode/tdm-2.08
...
tdm: 2.07 -> 2.08
2020-09-09 09:08:20 +02:00
Doron Behar
307720cf71
bmap-tools: Don't test, as tests fail on hydra
...
e.g: https://hydra.nixos.org/build/126796743/nixlog/1/tail
2020-09-09 09:56:27 +03: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
Mario Rodas
494cdb0331
cointop: 1.4.6 -> 1.5.4
2020-09-09 04:20:00 +00: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
84066b0a4f
sourcehut.srht: misaka -> mistletoe
...
Upstream uses mistletoe now [1]
[1] 773c3e94eb
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
Edmund Wu
496cbef3d1
sourcehut: python37 -> python38
2020-09-08 17:43:57 -07:00
Edmund Wu
db5c7cc5ee
sourcehut.gitsrht: fix build
2020-09-08 17:43:57 -07:00
Edmund Wu
e616754232
sourcehut.metasrht: check buildGoModule
2020-09-08 17:43:57 -07:00
Edmund Wu
00e0bdf938
sourcehut.gitsrht: check buildGoModule
2020-09-08 17:43:57 -07:00
Edmund Wu
c75cd827df
sourcehut.buildsrht: check buildGoModule
2020-09-08 17:43:57 -07:00
Edmund Wu
83be8b43db
sourcehut.metasrht: include api module
2020-09-08 17:43:57 -07:00
Edmund Wu
8518ef1687
sourcehut.gitsrht: include api module
2020-09-08 17:43:57 -07:00
Edmund Wu
3fd4e765d0
sourcehut.gitsrht: fix build
2020-09-08 17:43:57 -07:00
Edmund Wu
5e9feb2427
sourcehut.buildsrht: fix build
2020-09-08 17:43:57 -07:00
Edmund Wu
42f17611a1
sourcehut.*: remove SRHT_PATH patch
2020-09-08 17:43:57 -07:00
Edmund Wu
222a7a3a7a
sourcehut.hubsrht: init at 0.10.6
2020-09-08 17:43:57 -07:00
Edmund Wu
151911db03
scmsrht: 0.19.11 -> 0.22.3
2020-09-08 17:43:57 -07:00
Edmund Wu
93ec2aea28
todosrht: 0.57.14 -> 0.61.11
2020-09-08 17:43:57 -07:00
Edmund Wu
f38d72aa8b
pastesrht: 0.10.3 -> 0.11.1
2020-09-08 17:43:57 -07:00
Edmund Wu
77f7c9b851
metasrht: 0.42.13 -> 0.50.2
2020-09-08 17:43:57 -07:00
Edmund Wu
68511199bb
mansrht: 0.14.7 -> 0.15.1
2020-09-08 17:43:57 -07:00
Edmund Wu
52a95e9996
listssrht: 0.41.8 -> 0.45.9
2020-09-08 17:43:57 -07:00
Edmund Wu
0ad7f89d8c
hgsrht: 0.26.0 -> 0.26.18
2020-09-08 17:43:57 -07:00
Edmund Wu
20eec4f075
gitsrht: 0.50.3 -> 0.60.7
2020-09-08 17:43:57 -07:00
Edmund Wu
2136408b68
dispatchsrht: 0.14.1 -> 0.14.9
2020-09-08 17:43:57 -07:00
Edmund Wu
a9677e0f33
buildsrht: 0.56.13 -> 0.62.6
2020-09-08 17:43:57 -07:00
Edmund Wu
ddea634e1a
srht: 0.59.13 -> 0.64.0
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
Tiago Castro
4964392e48
p3x-onenote: init at 2020.10.111
2020-09-08 17:22:06 -07: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
Mario Rodas
204eb76c7e
nodejs-14_x: 14.9.0 -> 14.10.0
...
https://github.com/nodejs/node/releases/tag/v14.10.0
2020-09-08 19:00:00 -05:00
WORLDofPEACE
6aeccf3bcb
Merge pull request #97339 from petabyteboy/feature/aarch64-flashrom
...
flashrom: fix aarch64 build
2020-09-08 19:58:15 -04:00
WORLDofPEACE
04fb0bb5e2
Merge pull request #97161 from jtojnar/exiv2-cleanup
...
exiv2: clean up
2020-09-08 19:55:09 -04:00
Mario Rodas
8e716692b9
Merge pull request #97336 from euank/update-k3s
...
k3s: 1.18.2 -> 1.18.8
2020-09-08 18:54:32 -05:00
WORLDofPEACE
34642dd703
Merge pull request #97308 from romildo/upd.ubuntu-themes
...
ubuntu-themes: 19.04 -> 20.10
2020-09-08 19:52:06 -04:00
WORLDofPEACE
064e15847c
Merge pull request #97293 from OPNA2608/palemoon-wrapping-libpulseaudio
...
palemoon: Add libpulseaudio to wrapper
2020-09-08 19:51:28 -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
5931172567
Merge pull request #97183 from r-ryantm/auto-update/lego
...
lego: 3.8.0 -> 4.0.1
2020-09-08 18:50:20 -05:00
WORLDofPEACE
7e8cf698f4
Merge pull request #97364 from IvarWithoutBones/xwallpaper-fix
...
xwallpaper: remove libseccomp dependency
2020-09-08 19:49:50 -04:00
Mario Rodas
f066de7e7e
Merge pull request #97342 from herrwiese/for-master/bpytop-update-v1.0.25
...
bpytop: 1.0.21 -> 1.0.25
2020-09-08 18:48:50 -05:00
Mario Rodas
2d098afc83
Merge pull request #97329 from r-ryantm/auto-update/windowchef
...
windowchef: 0.5.0 -> 0.5.1
2020-09-08 18:48:02 -05:00
WORLDofPEACE
a899a97eb9
Merge pull request #97464 from cole-h/cantata-perl
...
cantata: add perl for dynamic playlists
2020-09-08 19:46:30 -04: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
Mario Rodas
3d5edff233
Merge pull request #97373 from r-ryantm/auto-update/collectd
...
collectd: 5.11.0 -> 5.12.0
2020-09-08 18:43:11 -05:00
Mario Rodas
edce3e6e73
Merge pull request #97354 from r-ryantm/auto-update/acme.sh
...
acme-sh: 2.8.6 -> 2.8.7
2020-09-08 18:41:51 -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
d85c02ba20
Merge pull request #97431 from cohei/skk-dicts-mac
...
skk-dicts-unstable: enable to build on mac
2020-09-08 18:39:48 -05: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
Mario Rodas
cbdaeef722
Merge pull request #97450 from marsam/update-postgresqlPackages.timescaledb
...
postgresqlPackages.timescaledb: 1.7.3 -> 1.7.4
2020-09-08 18:36:16 -05:00
Mario Rodas
c059e3b7de
Merge pull request #97451 from marsam/update-syncthing
...
syncthing: 1.8.0 -> 1.9.0
2020-09-08 18:35:45 -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
Victor Büttner
2bc02f2925
vimPlugins.asyncomplete-vim: init at 2020-08-09
2020-09-08 14:26:58 -07:00
Jonathan Ringer
9716fcd940
python3Packages.minio: fix cred tests
2020-09-08 14:24:43 -07:00
Sascha Grunert
cda6995f5e
golangci-lint: 1.30.0 -> 1.31.0
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-08 22:39:39 +02:00
Maximilian Bosch
c73ef96b7e
linuxPackages.wireguard: 1.0.20200729 -> 1.0.20200908
...
https://lists.zx2c4.com/pipermail/wireguard/2020-September/005817.html
2020-09-08 22:33:06 +02:00
Marek Fajkus
f1e071e048
bs-platform: 7.3.2 -> 8.2.0
2020-09-08 13:28:55 -07:00
endorphin
df76747972
vimPlugins.Coqtail: init at 2020-09-08
2020-09-08 13:20:24 -07:00
endorphin
91523d2d8d
vimPlugins: update
2020-09-08 13:20:24 -07:00
Lassulus
8afc303a67
Merge pull request #94102 from q3k/q3k/xbattbar
...
xbattbar: init at 1.4.9
2020-09-08 22:07:59 +02:00
markuskowa
c26026f1ad
Merge pull request #97397 from ck3d/vdr-2.4.4
...
vdr: 2.4.1 -> 2.4.4
2020-09-08 22:06:37 +02:00
Lassulus
698e506cd6
Merge pull request #94083 from walseb/patch-3
...
next: Added more gstreamer plugins
2020-09-08 21:31:18 +02:00
Lassulus
326ab94258
Merge pull request #94089 from cixel/patch-1
...
tmuxPlugins.cpu: unstable-2020-04-05 -> unstable-2020-07-25
2020-09-08 21:13:09 +02:00
Marek Mahut
1cfc9df481
Merge pull request #96459 from sorki/novena_uboot_products
...
ubootNovena: install u-boot-dtb.img instead of u-boot.bin
2020-09-08 21:12:35 +02:00
Ryan Mulligan
bde99da804
Merge pull request #97118 from r-ryantm/auto-update/exoscale-cli
...
exoscale-cli: 1.16.1 -> 1.17.0
2020-09-08 11:56:35 -07:00
Maximilian Bosch
b8525863b8
Merge pull request #97393 from Ma27/bump-iwd
...
iwd: 1.8 -> 1.9
2020-09-08 20:38:49 +02:00
WilliButz
46e3949819
codimd: build with nodejs-12_x instead of nodejs-10_x
...
The codimd test is now exposed via passthru.tests
2020-09-08 20:17:29 +02:00
Maximilian Bosch
61999845f8
Merge pull request #97359 from kolaente/update/jetbrains
...
Update/jetbrains
2020-09-08 20:13:21 +02:00
Maximilian Bosch
e4b917afbb
Merge pull request #97460 from SFrijters/rofi
...
rofi: 1.5.4 -> 1.6.0
2020-09-08 20:05:36 +02:00
Cole Helbling
fca7cc57ad
cantata: add perl for dynamic playlists
...
Cantata wants to check if perl is available at runtime, but we already patch the
script shebangs, making it unnecessary to be available at runtime --
thus, patch out this check.
2020-09-08 11:03:12 -07:00
Vincent Haupert
9c6c7acf22
python3Packages.mitmproxy: 5.1.1 -> 5.2
2020-09-08 10:40:22 -07:00
Vincent Haupert
0e5657498d
mitmproxy: convert to python3Packages
2020-09-08 10:40:22 -07:00
Matthew Bauer
bbdc1d118b
Merge pull request #97343 from cmacrae/emacs_mac/json_support
...
emacs-mac: json support
2020-09-08 12:36:39 -05:00
Stefan Frijters
b30c1165b5
rofi: 1.5.4 -> 1.6.0
2020-09-08 19:08:10 +02:00
WORLDofPEACE
aeda8fef86
Merge pull request #97453 from midchildan/fix/dmd
...
dmd: relax ld purity check for checkPhase
2020-09-08 12:55:39 -04:00
WORLDofPEACE
4c4ee6102b
Merge pull request #97454 from mkg20001/bluerename
...
nixos/cinnamon: add warpinator & blueberry pkgs
2020-09-08 12:55:07 -04:00
midchildan
5e8e75a0c6
dmd: relax ld purity check for checkPhase
...
Fix #97420
2020-09-09 00:57:08 +09:00
Daniël de Kok
33402a812d
Merge pull request #97309 from placeybordeaux/placeybordeaux/update-joplin-desktop
...
joplin-desktop: 1.0.233 -> 1.0.241
2020-09-08 17:43:04 +02:00
Peter Lacey-Bordeaux
a634d700f1
joplin-desktop: 1.0.233 -> 1.0.241
2020-09-08 17:40:30 +02:00
Maciej Krüger
8c4dd13e3f
nixos/cinnamon: add warpinator & blueberry pkgs
2020-09-08 17:09:12 +02:00
Maciej Krüger
9b9d0fd5d5
cinnamon.warpinator: license fix
2020-09-08 17:05:42 +02:00
Daniël de Kok
71d0f580fb
Merge pull request #97368 from r-ryantm/auto-update/clipgrab
...
clipgrab: 3.8.13 -> 3.8.14
2020-09-08 17:04:53 +02:00
WORLDofPEACE
432f9f86aa
Merge pull request #83125 from mkg20001/pkg/warp
...
cinnamon.warpinator: init at 1.0.8
2020-09-08 10:42:19 -04:00
Timo Kaufmann
80e3a89f85
Merge pull request #97448 from timokau/home-manager-2020-09-06
...
home-manager: 2020-03-17 -> 2020-09-06
2020-09-08 16:36:45 +02:00
lassulus
e9c4e3ffb4
zandronum: use new hg url
2020-09-08 16:26:41 +02:00
Lassulus
a1e9d94aa3
Merge pull request #97380 from xaverdh/write-haskell-ghc-args
...
pkgs/build-support/writers: allow passing ghc arguments in writeHaskell
2020-09-08 16:26:05 +02:00
Maciej Krüger
bf9e9cd08a
cinnamon.warpinator: init at 1.0.8
2020-09-08 16:08:10 +02:00
Thomas Tuegel
812b60b175
sddm: use Qt 5.14 to synchronize with Plasma
2020-09-08 08:54:45 -05:00
John Ericson
452854a13c
androidndk: Avoid depending on target-sensative openjdk
...
We just need jdk for this script that helps set up toolchains. The
script might need to know about the target platform, but the interpreter
that runs it (or part of it) doesn't.
2020-09-08 09:49:39 -04:00
Mario Rodas
234c6e8a89
postgresqlPackages.timescaledb: 1.7.3 -> 1.7.4
2020-09-08 08:40:00 -05:00
John Ericson
7cac79b3ad
androidndkPkgs: Take version from underlying package
...
We can now do this, so let's.
2020-09-08 09:32:06 -04:00
John Ericson
4c489b5f5d
deployAndroidPackage: Use pname
and version
2020-09-08 09:31:18 -04:00
Max Wittig
61eb2b639b
gitlab-runner: 13.3.0 -> 13.3.1 ( #97350 )
2020-09-08 15:27:08 +02:00
Francesco Zanini
97532b871d
obsidian: 0.8.2 -> 0.8.12 ( #93930 )
2020-09-08 15:23:01 +02:00
Michael Weiss
d2eb16cdf5
python3Packages.goobook: Generate and install the man page
2020-09-08 14:57:06 +02:00
Daniël de Kok
466522c919
Merge pull request #97137 from danieldk/blis-0.7.0
...
blis: init at 0.7.0
2020-09-08 14:55:39 +02:00
Timo Kaufmann
ad55e4c7d4
home-manager: 2020-03-17 -> 2020-09-06
...
The package was broken due to [1], which is fixed upstream in [2]. The
repo has moved to nix-community, so we might as well encode the redirect
here.
[1] https://github.com/NixOS/nixpkgs/pull/96042
[2] 0399839271
2020-09-08 14:53:50 +02:00
Tim Steinbach
45de9a079f
oh-my-zsh: 2020-09-03 -> 2020-09-04
2020-09-08 08:52:43 -04:00
Tim Steinbach
2233cbbfb0
linux/hardened/patches/5.8: init at 5.8.7.a
2020-09-08 08:51:24 -04:00
Tim Steinbach
0b5bec79ae
linux/hardened/patches/5.4: 5.4.61.a -> 5.4.63.a
2020-09-08 08:51:06 -04:00
Tim Steinbach
e8042d106a
linux/hardened/patches/4.19: 4.19.142.a -> 4.19.143.a
2020-09-08 08:51:05 -04:00
Tim Steinbach
29d03429bb
linux/hardened/patches/4.14: 4.14.195.a -> 4.14.196.a
2020-09-08 08:51:03 -04:00
Tim Steinbach
eeaa8b7084
linux: 5.4.62 -> 5.4.63
2020-09-08 08:50:27 -04:00
Tim Steinbach
af1ed29dea
Merge pull request #97288 from Atemu/update/linux_5_8
...
linux_5_8: 5.8.6 -> 5.8.7
2020-09-08 08:49:52 -04:00
Michael Weiss
9550ba71fa
python3Packages.goobook: 3.4 -> 3.5
2020-09-08 14:11:56 +02:00
symphorien
5fc8ce0041
paperwork: use tesseract 4 ( #97395 )
...
it gives empirically better results
https://www.willus.com/k2pdfopt/help/ocr/eng_chi_tess4.png
2020-09-08 13:19:29 +02:00
Michael Raskin
b9e1737603
Merge pull request #97432 from jonringer/fix-allegro
...
allegro: fix build, use texinfo6_5
2020-09-08 10:51:02 +00:00
Mario Rodas
6c33ed1e4c
Merge pull request #97375 from r-ryantm/auto-update/dico
...
dico: 2.9 -> 2.10
2020-09-08 05:44:18 -05:00
Michael Raskin
49e694a8ab
Merge pull request #97063 from sikmir/cudatext
...
cudatext: init at 1.111.0
2020-09-08 10:32:17 +00:00
Vladimír Čunát
63b6353782
knot-dns: Remove unnecessary runtime dependencies
...
Closure size: 261 -> 171 MiB. (Only .bin was affected.)
2020-09-08 12:16:56 +02:00
Mario Rodas
722c9a2cc6
Merge pull request #94328 from r-ryantm/auto-update/the-way
...
the-way: 0.4.0 -> 0.6.1
2020-09-08 05:11:15 -05:00
Mario Rodas
2649c85cb8
Merge pull request #97412 from marsam/update-git-subtrac
...
gitAndTools.git-subtrac: 0.03 -> 0.04
2020-09-08 05:10:15 -05:00
zowoq
ec22086628
gitAndTools.gh: 0.11.1 -> 0.12.0
...
https://github.com/cli/cli/releases/tag/v0.12.0
2020-09-08 20:04:32 +10:00
Mario Rodas
871fbb21a7
Merge pull request #97413 from marsam/update-noti
...
noti: 3.4.0 -> 3.5.0
2020-09-08 04:53:03 -05:00
cmacrae
300df2e2f5
emacs-mac: json support
2020-09-08 09:56:12 +01:00
Oleksii Filonenko
45d7f59da8
Merge pull request #97217 from sephii/nixos-caddy-v2-migration
2020-09-08 11:17:55 +03:00
Nikolay Korotkiy
ac1f4a3ba1
cudatext: init at 1.111.0
2020-09-08 11:14:58 +03:00
Jonathan Ringer
cceb63ff0a
allegro: fix build, use texinfo6_5
2020-09-08 01:03:27 -07:00
Nikolay Korotkiy
21c1a3759b
libqt5pas: init at 2.0.8
2020-09-08 10:53:26 +03:00
Linus Heckemann
ef4e81d756
Merge pull request #96830 from mayflower/unifi-poller
...
unifi-poller: add service and prometheus-exporter
2020-09-08 09:53:07 +02:00
Jan Tojnar
26f8b201a1
Merge pull request #97416 from jtojnar/mypaint-hicolor
...
mypaint: fix crash without hicolor-icon-theme
2020-09-08 09:39:05 +02:00
TANIGUCHI Kohei
ce1985159d
skk-dicts-unstable: enable to build on mac
2020-09-08 16:38:44 +09:00
Sylvain Fankhauser
94ed8606c6
caddy: 2.0.0 -> 2.1.1
2020-09-08 09:29:05 +02:00
Sylvain Fankhauser
b8bfe941fa
caddy: address remaining MR comments for v2
2020-09-08 09:29:04 +02:00
zowoq
9b3bc6b46e
livepeer: 0.2.4 -> 0.5.10
2020-09-08 16:32:39 +10:00
zowoq
2afb2ae110
teleconsole: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
288135531e
utahfs: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
c9297d49c1
ws: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
1a36f8fe81
stern: use deleteVendor
2020-09-08 16:32:39 +10:00
zowoq
8aab09dbc3
easyjson: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
5331f432cd
statik: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
bd5c02c03c
codesearch: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
dfb0dff86c
hound:use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
abf3d29951
hologram: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
49527fd227
systrayhelper: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
fc5d4820eb
cli53: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
d81c805b6f
prometheus-process-exporter: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
7670725ac5
prometheus-aws-s3-exporter: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
e6038674bb
open-policy-agent: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
4fcc9306ff
modd: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
d517dc89d5
kexpand: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
47062433b6
ejson: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
1624286f23
devd: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
f3623b8435
singularity: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
f147284f97
c14-cli: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
50dd10f291
autospotting: use upstream vendor
2020-09-08 16:32:39 +10:00
zowoq
83818f068e
kail: use deleteVendor
2020-09-08 16:32:39 +10:00
zowoq
73bb068546
guardian-agent: use deleteVendor
2020-09-08 16:32:39 +10:00
zowoq
8ad25211ca
mirrorbits: use deleteVendor
2020-09-08 16:32:39 +10:00
zowoq
c70cf7ace6
manul: use deleteVendor
2020-09-08 16:32:39 +10:00
zowoq
23c781a810
buildGoPackage: check/delete vendor
2020-09-08 16:32:39 +10:00