Commit Graph

6613 Commits

Author SHA1 Message Date
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Sandro
e96424dc1e
Merge pull request #108648 from djanatyn/pkg/rdrview
rdrview: init at unstable-2020-12-22
2021-01-07 12:00:06 +01:00
Jonathan Strickland
cddd4fe84a rdrview: init at unstable-2020-12-22 2021-01-07 04:44:47 -05:00
Maximilian Bosch
08d77caac0
tcpdump: fix CVE-2020-8037
https://nvd.nist.gov/vuln/detail/CVE-2020-8037
2021-01-05 19:39:28 +01:00
AndersonTorres
12338f6ca8 wifish: init at 1.1.4 2021-01-03 23:16:18 -03:00
github-actions[bot]
581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
John Ericson
5c2965145f treewide: Inline more of the static overlay
Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
2021-01-03 21:46:14 +00:00
John Ericson
f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
github-actions[bot]
07165c7226
Merge staging-next into staging 2021-01-03 18:38:32 +00:00
John Ericson
b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
Anderson Torres
efa604c139
Merge pull request #108293 from zowoq/docs-test
megatools: use wrapGAppsNoGuiHook
2021-01-03 11:58:59 -03:00
Pavol Rusnak
712830d101
Merge pull request #108310 from mdlayher/mdl-bump-corerad
corerad: 0.2.8 -> 0.3.0
2021-01-03 13:26:14 +01:00
github-actions[bot]
0649757570
Merge staging-next into staging 2021-01-03 12:24:59 +00:00
Pavol Rusnak
9ce2291c2c
Merge pull request #108290 from dywedir/wavemon
wavemon: 0.9.2 -> 0.9.3
2021-01-03 13:12:22 +01:00
Matt Layher
680a8e7cd8
corerad: 0.2.8 -> 0.3.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-01-03 07:02:30 -05:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
zowoq
244503020c megatools: use wrapGAppsNoGuiHook
The gui packages pulled in by wrapGAppsHook aren't needed as it's a cli tool.
2021-01-03 19:16:48 +10:00
Vladyslav M
8a80f395b0
wavemon: 0.9.2 -> 0.9.3 2021-01-03 10:44:14 +02:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
github-actions[bot]
e75c8744cb
Merge master into staging-next 2020-12-30 18:40:45 +00:00
Pontus Stenetorp
a4e95b70f2
fdm: modernised syntax 2020-12-30 13:17:35 +00:00
Pontus Stenetorp
3fa4f4718f
fdm: 1.9.0.20170124 -> 2.0 2020-12-30 13:17:35 +00:00
Pontus Stenetorp
326f94c059
fdm: add ninjin as a maintainer 2020-12-30 13:17:34 +00:00
github-actions[bot]
c86ce50258
Merge master into staging-next 2020-12-29 00:51:31 +00:00
Francesco Gazzetta
9e5b6480c5 qrcp: 0.6.4 -> 0.7.0 2020-12-28 17:21:26 +01:00
github-actions[bot]
d5506c4c59
Merge master into staging-next 2020-12-28 12:24:08 +00:00
freezeboy
ad13f0e569 cjdns: 21 -> 21.1 2020-12-28 12:17:39 +01:00
luc65r
f6fceb321b Remove trailing whitespaces and fix indentation 2020-12-28 08:43:32 +01:00
luc65r
5a25e3e7e9 dhcp: fix build with gcc10 2020-12-28 08:43:31 +01:00
github-actions[bot]
2d9193f9f0
Merge staging-next into staging 2020-12-28 06:21:16 +00:00
zowoq
8c2b85597d kapp: 0.34.0 -> 0.35.0 2020-12-28 11:36:52 +10:00
Billy J Rhoades II
8d214984a6 kapp: init at 0.34.0
Added kapp at 0.34.0 which is currently missing in nixpkgs
2020-12-28 11:36:52 +10:00
github-actions[bot]
c60825a5d9
Merge staging-next into staging 2020-12-27 18:30:33 +00:00
Fabian Affolter
fe6879bb78 proxify: init at 0.0.3 2020-12-27 14:00:18 +01:00
github-actions[bot]
d4a33d75f2
Merge staging-next into staging 2020-12-26 18:28:57 +00:00
John Ericson
d6eebc0cc3
Merge pull request #107606 from lopsided98/openssh-cross
openssh: fix cross-compilation
2020-12-26 10:31:36 -05:00
Ben Wolsieffer
c0681ac66a openssh: fix cross-compilation after #100906
krb5-config from the host platform needs to be added to PATH so it can be run
during build. This works because krb5-config is a platform independent
shell-script. Before #100906, krb5-config was not used, so we didn't run into
this problem.
2020-12-25 18:36:21 -05:00
github-actions[bot]
7659201d58
Merge staging-next into staging 2020-12-25 18:28:52 +00:00
Tim Steinbach
f03f386f45
httpstat: 1.3.0 -> 1.3.1 2020-12-25 11:00:21 -05:00
github-actions[bot]
09a970dcd2
Merge staging-next into staging 2020-12-25 12:23:40 +00:00
Sandro
6180ee5243
Merge pull request #101543 from iblech/patch-21 2020-12-25 13:02:17 +01:00
github-actions[bot]
e1c2ee0555
Merge staging-next into staging 2020-12-21 18:23:33 +00:00
github-actions[bot]
85b7955180
Merge master into staging-next 2020-12-21 18:23:29 +00:00
Sandro
ff234e95a5
Merge pull request #98494 from fgaz/qrcp/0.6.4
qrcp: renamed from qr-filetransfer, unstable-2018-10-22 -> 0.6.4
2020-12-21 18:41:58 +01:00
Janne Heß
0e7903738a
saldl: Add Python3 for wafHook 2020-12-17 19:01:33 +01:00
Francesco Gazzetta
a32af20cdf qrcp: renamed from qr-filetransfer, unstable-2018-10-22 -> 0.6.4 2020-12-14 18:09:33 +01:00
github-actions[bot]
df91ae1ac0
Merge staging-next into staging 2020-12-13 12:20:05 +00:00
Vladimír Čunát
0e18a48042
dnsperf: 2.3.4 -> 2.4.0
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.4.0
2020-12-13 10:58:08 +01:00
github-actions[bot]
1ab054fa5d
Merge staging-next into staging 2020-12-12 18:15:40 +00:00
Jörg Thalheim
5f0d38f05b
Merge pull request #106715 from Mic92/tinc 2020-12-12 16:35:59 +00:00