1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 08:28:20 +00:00
Commit graph

327014 commits

Author SHA1 Message Date
Bobby Rong aed8c80bf0
Merge pull request #144065 from r-ryantm/auto-update/ryujinx
ryujinx: 1.0.7086 -> 1.0.7094
2021-11-01 21:01:18 +08:00
Sandro 38d49533e3
Merge pull request #144107 from r-ryantm/auto-update/python38Packages.django_3 2021-11-01 14:00:55 +01:00
Bobby Rong 652963831c
Merge pull request #144096 from Atemu/update/anki-bin
anki-bin: 2.1.48 -> 2.1.49
2021-11-01 20:55:33 +08:00
Gabriel Ebner f13aa788e1 elan: 1.2.0 -> 1.3.0 2021-11-01 13:37:56 +01:00
Martin Weinelt 3bb5d0ffe0
Merge pull request #143753 from r-ryantm/auto-update/python3.9-influxdb-client 2021-11-01 13:15:01 +01:00
Michael Weiss 22fa348963
Merge pull request #144099 from primeos/nixos-tests-chromium
nixos/tests/chromium: Add a workaround to fix the test for M96+
2021-11-01 13:09:29 +01:00
Alyssa Ross e791519f0f
nixos/qemu-vm: use qemu_kvm
qemu_kvm is only built for one architecture, so it's smaller and takes
MUCH less time to build if it has to be built from source.  And this
module doesn't support running a VM for one architecture from another
architecture, so the one architecture is all we'll need.
2021-11-01 12:04:45 +00:00
R. Ryantm 07b54fd95d python38Packages.django_3: 3.2.8 -> 3.2.9 2021-11-01 12:01:44 +00:00
Kevin Cox 4559160c4f
Merge pull request #144062 from IvarWithoutBones/dotnet-module/tests
buildDotnetModule: add support for running unit tests
2021-11-01 07:42:55 -04:00
Martin Weinelt 7fa90b3e6f home-assistant: pin influxdb-client at 1.21.0 2021-11-01 12:41:56 +01:00
Michael Weiss a188a74486
nixos/tests/chromium: Add a workaround to fix the test for M96+
Some upstream changes broke the automatic fallback to SwiftShader.
Without this workaround the GPU initialization fails (apparently due to requiring Vulkan):
machine # libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
machine # [1001:1001:1101/104304.000625:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
machine # libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
machine # [1052:1052:1101/104305.060496:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
machine # [1084:1084:1101/104305.165898:ERROR:angle_platform_impl.cc(44)] Display.cpp:894 (initialize): ANGLE Display::initialize error 0: Internal Vulkan error (-3): Initialization of an object could not be completed for implementation-specific reasons, in ../../third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp, initialize:1048.
machine # [1084:1084:1101/104305.171191:ERROR:gl_surface_egl.cc(782)] EGL Driver message (Critical) eglInitialize: Internal Vulkan error (-3): Initialization of an object could not be completed for implementation-specific reasons, in ../../third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp, initialize:1048.
machine # [1084:1084:1101/104305.178707:ERROR:gl_surface_egl.cc(1382)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
machine # [1084:1084:1101/104305.180111:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
machine # [1084:1084:1101/104305.189760:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
machine # [1092:1092:1101/104305.233470:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is

This workaround restores the previous result:
machine # [1004:1004:1101/104551.131190:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is swiftshader, ANGLE is

The workaround is only required for Chromium, not Google Chrome.
2021-11-01 12:19:28 +01:00
Ellie Hermaszewska 42e9ec0c39
Merge pull request #144086 from prusnak/monado
monado: fix build failure related to VK_NULL_HANDLE change
2021-11-01 19:05:54 +08:00
Maximilian Bosch f823249125
Merge pull request #144079 from xaverdh/linux-5.15
Linux 5.15
2021-11-01 11:29:59 +01:00
Fabian Affolter 6d7a5212c5
Merge pull request #143979 from fabaff/bump-sedutil
sedutil: 1.15.1 -> 1.20.0
2021-11-01 10:52:02 +01:00
Fabian Affolter 00d06e9f20
Merge pull request #143975 from fabaff/bump-sniffglue
sniffglue: 0.13.1 -> 0.14.0
2021-11-01 10:51:42 +01:00
Sandro 88ba96bf68
Merge pull request #143675 from Synthetica9/pname-version-plexamp 2021-11-01 10:51:33 +01:00
Sandro 73207ec965
Merge pull request #143125 from kurnevsky/pidgin-ssl-fix 2021-11-01 10:51:06 +01:00
Fabian Affolter 725b18414b
Merge pull request #143991 from fabaff/bump-ibis
python3Packages.ibis: 1.6.0 -> 3.2.0
2021-11-01 10:50:41 +01:00
Fabian Affolter 0cb7aa9a45
Merge pull request #144018 from fabaff/bump-icmplib
python3Packages.icmplib: 3.0.1 -> 3.0.2
2021-11-01 10:50:11 +01:00
Pavol Rusnak 9989591b32
monado: fix build failure related to VK_NULL_HANDLE change 2021-11-01 10:37:49 +01:00
Robert Hensing 3d76af212d
Merge pull request #143207 from hercules-ci/evalModules-add-extendModules-and-type
lib.evalModules: Add extendModules and type to result
2021-11-01 10:33:44 +01:00
Florian Klink dd451b0218
Merge pull request #143641 from Ma27/bump-neomutt
neomutt: 20211022 -> 20211029
2021-11-01 10:30:56 +01:00
Dominik Xaver Hörl 256a798f82 nixos/kernel: test all upstream kernels, reference linuxKernel directly 2021-11-01 10:20:39 +01:00
Dominik Xaver Hörl 4fb4b64362 linux_latest: 5.14 -> 5.15 2021-11-01 10:18:36 +01:00
Damien Cassou faebe1d4ed
Merge pull request #143612 from r-ryantm/auto-update/crowdin-cli 2021-11-01 10:15:56 +01:00
Maximilian Bosch 63185299f4
linux: make sure that src/version actually refer to the declaring file
With this change it's ensured that `builtins.unsafeGetAttrPos` actually
points to `<nixpkgs/pkgs/os-specific/linux/kernel/linux-x.y.nix>` when
retrieving the position of `src` or `version` of
`linuxPackages.kernel`.

This is relevant to make sure that ofborg pinging maintainers on kernel updates
actually works[1]. While the underlying issue should be fixed in ofborg
or Nix itself, this is IMHO a pragmatic change to ensure that all kernel
maintainers are automatically notified on updates.

[1] https://github.com/NixOS/nixpkgs/pull/143113#issuecomment-953319957
2021-11-01 10:06:00 +01:00
Artturi 73951697f0
Merge pull request #139867 from Mic92/bcc 2021-11-01 11:03:55 +02:00
Atemu fcd2ff5727 anki-bin: 2.1.48 -> 2.1.49 2021-11-01 10:01:11 +01:00
R. Ryantm f74fb8c45d
crowdin-cli: 3.7.0 -> 3.7.1 2021-11-01 10:00:28 +01:00
Ellie Hermaszewska cf6e529bfb
Merge pull request #142565 from Kiskae/patch-1
nvidia_x11 _legacy470: init at 470.82.00
2021-11-01 16:47:29 +08:00
Robert Hensing 0b0d2637fc Revert "nixos/specialisation: Rephrase in terms of extendModules, noUserModules"
This reverts commit e2bea4427b.

While this commit was probably fine, I want to be conservative
with changes right before the release branch-off.
So far the extendModules commits have been adding and refactoring
expressions that did not affect derivation hashes, whereas this
commit changes the module ordering. I will open a separate PR for
it.
2021-11-01 09:41:55 +01:00
Robert Hensing e2bea4427b nixos/specialisation: Rephrase in terms of extendModules, noUserModules 2021-11-01 09:40:16 +01:00
Justin Bedo 9f69e37ccc
rPackages: fix builds requiring gsl 2021-11-01 19:39:52 +11:00
Robert Hensing 86f5136baf modules: Update evalModules doc 2021-11-01 09:38:51 +01:00
Robert Hensing 22584ce667 nixos/eval-config.nix: Expose type
Also works for (pkgs.nixos {}).type.
2021-11-01 09:38:49 +01:00
Robert Hensing 64dfd983df modules: Add visible = "shallow" to hide only sub-options 2021-11-01 09:34:07 +01:00
Robert Hensing 27644a82a9 modules: Add extendModules to module args 2021-11-01 09:34:07 +01:00
Robert Hensing dece37b83a lib.evalModules: Add extendModules and type to result
Allows the simultaneous construction of top-level invocations and
submodule types.

This helps structure configuration systems integration code.
2021-11-01 09:34:07 +01:00
Artturi 1a0282c0ad
Merge pull request #144053 from legendofmiracles/update/weylus
weylus: 0.11.3 -> 0.11.4
2021-11-01 10:32:59 +02:00
Bobby Rong 9ec8a16c79
Merge pull request #143933 from r-ryantm/auto-update/logseq
logseq: 0.4.2 -> 0.4.5
2021-11-01 16:20:42 +08:00
Dominik Xaver Hörl 9d91ebe17e linux: init 5.15 2021-11-01 08:34:59 +01:00
Justin Bedo ed24de47ab
rPackages: fix builds requiring home 2021-11-01 18:24:56 +11:00
Justin Bedo 92ed7e16b6
rPackages.RoBMA: fix missing dependency 2021-11-01 17:44:53 +11:00
figsoda 509d236edf
Merge pull request #144057 from figsoda/update-statix
statix: 0.3.1 -> 0.3.4
2021-10-31 22:54:35 -04:00
figsoda 9ec2134b68 statix: 0.3.1 -> 0.3.4 2021-10-31 22:29:47 -04:00
R. Ryantm 4f1d4c61e1 ryujinx: 1.0.7086 -> 1.0.7094 2021-11-01 02:19:02 +00:00
happysalada 8d8a17f889 lemmy: 0.12.2 -> 0.13.3
lemmy: update update.sh to include package.json

lemmy: use commited package.json
2021-11-01 10:42:30 +09:00
happysalada f1d3cdcf58 lemmy: use pin.json to prepare for update script
lemmy: add initial update script

lemmy: remove use of upstream package.json

lemmy: add update script

lemmy: fixes

lemmy: use importJSON

lemmy: use correct import json ref
2021-11-01 10:42:30 +09:00
happysalada 9a3e6e2253 lemmy-ui: use fetchyarndeps
lemmy: remove yarn.nix
2021-11-01 10:42:30 +09:00
R. Ryantm 7d434ce31c qbe: unstable-2021-10-26 -> unstable-2021-10-28 2021-11-01 01:24:39 +00:00