Domen Kožar
43a7d62e07
Merge pull request #146843 from arkivm/darwin-fixes-arc_unpacker
...
arc_unpacker: Move to catch2 to support aarch64-darwin
2021-11-22 08:50:48 +01:00
Bobby Rong
14ca76d9d7
Merge pull request #144432 from r-ryantm/auto-update/lightburn
...
lightburn: 1.0.02 -> 1.0.04
2021-11-22 15:43:13 +08:00
Fabian Affolter
ff640a88ad
checkov: 2.0.594 -> 2.0.595
2021-11-22 08:30:48 +01:00
Fabian Affolter
5329e0176b
Merge pull request #146850 from fabaff/bump-pyezviz
...
python3Packages.pyezviz: 0.2.0.0 -> 0.2.0.5
2021-11-22 08:21:43 +01:00
Fabian Affolter
9c9e5c6bfb
Merge pull request #146863 from fabaff/bump-exchangelib
...
python3Packages.exchangelib: 4.6.0 -> 4.6.1
2021-11-22 08:21:31 +01:00
Bobby Rong
87d7bd1733
Merge pull request #143619 from r-ryantm/auto-update/ddccontrol-db
...
ddccontrol-db: 20210804 -> 20210812
2021-11-22 15:10:24 +08:00
Bobby Rong
511c798029
Merge pull request #143415 from r-ryantm/auto-update/smcroute
...
smcroute: 2.5.2 -> 2.5.3
2021-11-22 14:51:01 +08:00
Pablo Ovelleiro Corral
4e10e30e62
zk: 0.7.0 -> 0.8.0
2021-11-22 07:45:07 +01:00
github-actions[bot]
cbcbfb4901
Merge master into staging-next
2021-11-22 06:01:10 +00:00
Ana Hobden
e86fa71ba6
shaderc: include darwin libtool
...
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-11-21 21:02:04 -08:00
flurie
b91f4d0097
bicgl: fix build for x86_64-darwin
2021-11-21 23:30:54 -05:00
Artturin
7f24a5ff35
nixos/systemd: readd dbus-org.freedesktop.login1.service to upstreamSystemUnits
...
it was removed in
eb862c48dd (diff-5ea4693beb4bdd8f7efcdd3204ceea67c86f59b3d1c28cde063ddf03e1d20fbfL66)
without this change i get
Failed to list users: Unit dbus-org.freedesktop.login1.service not found.
when i update and rebuild
2021-11-22 05:59:05 +02:00
Vikram Narayanan
7d6b3abe12
arc_unpacker: Move to catch2 to support aarch64-darwin
...
catch is ancient and has no support for aarch64-darwin. The following
snippet is an example of what is supported on darwin platforms in catch
(i.e., prior to v2).
```
#ifdef CATCH_PLATFORM_MAC
#if defined(__ppc64__) || defined(__ppc__)
#define CATCH_TRAP() \
__asm__("li r0, 20\nsc\nnop\nli r0, 37\nli r4, 2\nsc\nnop\n" \
: : : "memory","r0","r3","r4" ) /* NOLINT */
#else
#define CATCH_TRAP() __asm__("int $3\n" : : /* NOLINT */ )
#endif
```
2021-11-21 19:32:25 -08:00
Bobby Rong
726f7c9688
Merge pull request #146839 from winterqt/bump-even-better-toml
...
vscode-extensions.tamasfe.even-better-toml: 0.9.3 -> 0.14.2
2021-11-22 11:00:01 +08:00
László Vaskó
7ea3e0f3f2
qemu: fix managedsave (snapshot creation) with QXL video device
...
Backport patch from 6.2.0-rc0
2021-11-22 02:16:40 +00:00
Dmitry Kalinkin
69e914bdb3
libtensorflow: increase meta.timeout to 24h
2021-11-21 21:12:15 -05:00
Atemu
92029c12ee
kernels: set testing to latest if it's newer
...
Closes https://github.com/NixOS/nixpkgs/pull/130872
2021-11-22 02:11:16 +00:00
Atemu
8d0f1c1725
kernel: compare version against the base version
...
This makes it so that 5.10.1 > 5.10-rc5
2021-11-22 02:11:16 +00:00
Atemu
712db36fa2
kernel/generic: remove redundant kernelOlder/kernelAtLeast
2021-11-22 02:11:16 +00:00
Phillip Cloud
09454d0f4a
parquet-tools: init at 0.2.9 ( #142562 )
2021-11-21 20:56:43 -05:00
Bobby Rong
622cd51bd7
Merge pull request #146841 from bbigras/kopia
...
kopia: 0.9.5 -> 0.9.6
2021-11-22 09:55:18 +08:00
figsoda
2110b2937f
cargo-about: 0.4.1 -> 0.4.2
2021-11-21 20:33:58 -05:00
figsoda
069ae0ada1
cargo-deny: 0.10.1 -> 0.10.2
2021-11-21 20:21:55 -05:00
Dmitry Kalinkin
078663458a
Merge pull request #146924 from veprbl/pr/cernlib_gcc10_fix
...
cernlib: fix for gfortran10
2021-11-21 20:19:21 -05:00
figsoda
b1cfb04d5e
hck: 0.6.7 -> 0.7.0
2021-11-21 19:53:39 -05:00
piegames
620b40bdbf
Merge PR #146183 : gnomeExtensions: make buildShellExtension visible
2021-11-22 01:44:00 +01:00
figsoda
b0221e0651
glitter: 1.5.5 -> 1.5.6
2021-11-21 19:35:21 -05:00
Thiago Kenji Okada
568014ae20
Merge pull request #146880 from samuelgrf/mpv-mainProgram
...
mpv: set meta.mainProgram
2021-11-21 21:24:23 -03:00
tomberek
7f9782cae2
Merge pull request #146885 from sikmir/reproxy
...
reproxy: 0.9.0 → 0.11.0
2021-11-21 19:21:30 -05:00
Bobby Rong
3ea855adcb
Merge pull request #146946 from wackbyte/discord-double-systemd
...
discord: remove double systemd dependency
2021-11-22 08:13:00 +08:00
Mrinal Purohit
82a8f891ed
dendrite: 0.5.0 -> 0.5.1
2021-11-21 19:10:38 -05:00
github-actions[bot]
2f9a2c9dfe
Merge master into staging-next
2021-11-22 00:01:39 +00:00
OPNA2608
36a37f7a8f
rtaudio: 5.1.0 -> 5.2.0
2021-11-21 19:00:38 -05:00
piegames
df61dcbba3
Merge pull request #145382 : gnomeExtensions: auto-update
2021-11-22 00:57:31 +01:00
piegames
4a27ec097b
Merge pull request #146753 from rhoriguchi/gnomeExtensions.caffeine
2021-11-22 00:55:42 +01:00
Fabian Affolter
9c8ac4136f
Merge pull request #146936 from fabaff/bump-ddosify
...
ddosify: 0.5.1 -> 0.6.0
2021-11-22 00:52:39 +01:00
Fabian Affolter
645cd20f66
chopchop: init at 1.0.0
2021-11-22 00:49:35 +01:00
IvarWithoutBones
9a0d636d7d
opentabletdriver: use buildDotnetModule
2021-11-22 00:39:48 +01:00
Fabian Affolter
5ff62e34a6
boofuzz: init at 0.4.0
2021-11-22 00:36:40 +01:00
wackbyte
652d17ec78
discord: remove double systemd dependency
2021-11-21 18:29:40 -05:00
Ryan Burns
4228620fe4
Merge pull request #146888 from Mindavi/callaudiod/cross
...
callaudiod: support cross-compilation, enable strictDeps
2021-11-21 15:27:18 -08:00
Rasmus Précenth
7e037d3b38
python3Packages.cozy: format default.nix
2021-11-21 18:24:19 -05:00
Rasmus Précenth
9c8ce83ecb
python3Packages.cozy: rename dependency python-igraph -> igraph
2021-11-21 18:24:19 -05:00
Fabian Affolter
3aa5d80be9
stacs: init at 0.2.0
2021-11-22 00:22:48 +01:00
Fabian Affolter
44bd0265ba
python3Packages.setupmeta: init at 3.3.0
2021-11-22 00:20:38 +01:00
Thiago Kenji Okada
8889b936b1
Merge pull request #146831 from thiagokokada/bump-mame
...
mame: 0.226 -> 0.237
2021-11-21 20:15:30 -03:00
Fabian Affolter
d06436f798
python3Packages.pep440: init at 0.1.0
2021-11-22 00:12:07 +01:00
Martin Weinelt
0f115f6c46
Merge pull request #146616 from taku0/firefox-bin-94.0.2
2021-11-21 23:59:15 +01:00
Jonathan Ringer
09e494f4c2
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/window-managers/sway/default.nix
2021-11-21 14:40:40 -08:00
Fabian Affolter
25e036ff5d
Merge pull request #146746 from fabaff/bump-dnsx
...
dnsx: 1.0.6 -> 1.0.7
2021-11-21 23:38:16 +01:00