Commit Graph

243203 Commits

Author SHA1 Message Date
lf- 6ed65d9b5f docs: add -L to remaining curl install commands 2020-09-11 12:14:07 -07: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
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
ajs124 c97fcc3fe0
Merge pull request #97438 from pbogdan/openvpn-path
nixos/openvpn: path now requires conversion to a string
2020-09-09 23:59:01 +02: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
Maciej Krüger 8dba4da7df
Merge pull request #97583 from luc65r/pkg/rbw
rbw: 0.4.4 -> 0.4.6
2020-09-09 22:01:02 +02: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
WORLDofPEACE f53e1d6b0b
Merge pull request #97550 from Patryk27/fix-lxd-tests
lxd: Download Alpine image instead of relying on external source
2020-09-09 14:38:12 -04: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
Patryk Wychowaniec 183d9abdaf
lxd: s/sha256/hash 2020-09-09 20:07:17 +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
Patryk Wychowaniec 93b8435915
lxd: add `wait_for_file()` to ensure LXD is actually running 2020-09-09 19:46:21 +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
Patryk Wychowaniec 04111cb356
lxd: use stable URL for Alpine's image 2020-09-09 19:30:02 +02: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
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 a25396b58c
maintainers: badi -> badmutex 2020-09-09 10:45:08 -05: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
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