Commit Graph
335697 Commits
Author SHA1 Message Date
Fabian AffolterandGitHub 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 RongandGitHub 87d7bd1733 Merge pull request #143619 from r-ryantm/auto-update/ddccontrol-db
ddccontrol-db: 20210804 -> 20210812
2021-11-22 15:10:24 +08:00
Maciej Krüger 51839886b3 nvidia_x11: add production alias
As described on https://www.nvidia.com/en-us/drivers/unix/ this refers to the production branch
2021-11-22 07:53:16 +01:00
Bobby RongandGitHub 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]andGitHub cbcbfb4901 Merge master into staging-next 2021-11-22 06:01:10 +00:00
Stephane Raux 4e77334d2c numix-cursor-theme: 1.1 -> 1.2
The patch was merged in https://github.com/numixproject/numix-cursor-theme/pull/7
2021-11-21 23:50:17 -06: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
John EricsonandGitHub c9b237b88f Merge pull request #146959 from alexfmpe/cross-mingw-ghc-9
ghcHEAD: fix mingw build
2021-11-21 23:27:37 -05:00
Andrew Kvalheim 12bab91d3b nixos/doc: improve example of renaming network interfaces
For reliably identifying network interfaces, `PermanentMACAddress` is
likely to be preferable to `MACAddress`. NetworkManager in particular
commonly changes the MAC address of wireless interfaces.

Reference:

  - https://www.freedesktop.org/software/systemd/man/systemd.link.html#PermanentMACAddress=
2021-11-21 20:12:31 -08:00
Thiago Kenji Okada 0d9f8458a6 retroarch: switch from libretro-super to libretro-core-info 2021-11-22 01:05:02 -03:00
Thiago Kenji Okada 716deb5afb libretro.beetle-saturn-hw: remove
This core never worked as intended:
https://github.com/libretro/libretro-core-info/issues/8.
2021-11-22 01:05:02 -03:00
Artturin 7f24a5ff35 nixos/systemd: readd dbus-org.freedesktop.login1.service to upstreamSystemUnits
it was removed in
https://github.com/NixOS/nixpkgs/commit/eb862c48ddc288243c5447e8decc623b10ef165c#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
Thiago Kenji Okada 17c37fe0bd libretro.bsnes-mercury-{balanced,performance}: init at unstable-2021-11-16 2021-11-22 00:02:04 -03:00
Bobby RongandGitHub 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
Alexandre Esteves 8c17cc993b ghcHEAD: fix mingw build 2021-11-22 02:49:30 +00:00
Thiago Kenji Okada 702c8f29fb libretro: expose mkLibeRetroCore function
This will allow users to package their own core derivations if they want
without necessary submitting to nixpkgs.
2021-11-21 23:23:39 -03:00
László VaskóandAlyssa Ross 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
Thiago Kenji Okada 994719881a libretro.swanstation: init at unstable-2021-11-21
Sadly the original repository (stenzek/duckstation) is missing the
necessary files to build a libretro core, so we need to use the fork
instead.
2021-11-21 23:15:09 -03:00
Dmitry Kalinkinandtomberek 69e914bdb3 libtensorflow: increase meta.timeout to 24h 2021-11-21 21:12:15 -05:00
AtemuandAlyssa Ross 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
AtemuandAlyssa Ross 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
AtemuandAlyssa Ross 712db36fa2 kernel/generic: remove redundant kernelOlder/kernelAtLeast 2021-11-22 02:11:16 +00:00
Thiago Kenji Okada 33478a118c libretro: make update.py script accept individual cores to update 2021-11-21 23:07:54 -03:00
Phillip CloudandGitHub 09454d0f4a parquet-tools: init at 0.2.9 (#142562) 2021-11-21 20:56:43 -05:00
Bobby RongandGitHub 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 KalinkinandGitHub 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
D Anzorge b05a202159 xh: 0.13.0 -> 0.14.0
Added `withNativeTls` arg to enable building xh with native TLS support,
which makes `xh --native-tls` usable. With or without native TLS
support, xh uses rustls by default.
2021-11-22 01:47:16 +01:00
piegamesandGitHub 620b40bdbf Merge PR #146183: gnomeExtensions: make buildShellExtension visible 2021-11-22 01:44:00 +01:00
piegames 4a82bca530 gnomeExtensions: expose gnome41Extensions in top-level 2021-11-22 01:37:31 +01:00
figsoda b0221e0651 glitter: 1.5.5 -> 1.5.6 2021-11-21 19:35:21 -05:00
Thiago Kenji OkadaandGitHub 568014ae20 Merge pull request #146880 from samuelgrf/mpv-mainProgram
mpv: set meta.mainProgram
2021-11-21 21:24:23 -03:00
tomberekandGitHub 7f9782cae2 Merge pull request #146885 from sikmir/reproxy
reproxy: 0.9.0 → 0.11.0
2021-11-21 19:21:30 -05:00
Bobby RongandGitHub 3ea855adcb Merge pull request #146946 from wackbyte/discord-double-systemd
discord: remove double systemd dependency
2021-11-22 08:13:00 +08:00
Mrinal Purohitandtomberek 82a8f891ed dendrite: 0.5.0 -> 0.5.1 2021-11-21 19:10:38 -05:00
github-actions[bot]andGitHub fc2a98b118 Merge master into haskell-updates 2021-11-22 00:07:38 +00:00
github-actions[bot]andGitHub 2f9a2c9dfe Merge master into staging-next 2021-11-22 00:01:39 +00:00
OPNA2608andtomberek 36a37f7a8f rtaudio: 5.1.0 -> 5.2.0 2021-11-21 19:00:38 -05:00
piegamesandGitHub df61dcbba3 Merge pull request #145382: gnomeExtensions: auto-update 2021-11-22 00:57:31 +01:00
piegamesandGitHub 4a27ec097b Merge pull request #146753 from rhoriguchi/gnomeExtensions.caffeine 2021-11-22 00:55:42 +01:00
Fabian AffolterandGitHub 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