Sandro
c876d31bd1
Merge pull request #144975 from trofi/fix-gmu-for-ncurses-6.13
2021-11-30 18:15:20 +01:00
Sandro
f52673af0e
Merge pull request #144700 from ryantm/auto-update/linode-cli
2021-11-30 18:14:55 +01:00
Sandro
e8a26284e5
Merge pull request #148016 from andresilva/ledger-live-2.35.2
2021-11-30 18:14:04 +01:00
Sandro
964a962222
Merge pull request #143545 from r-ryantm/auto-update/betaflight-configurator
2021-11-30 18:13:23 +01:00
Sandro
5d46a56a1e
Merge pull request #146713 from SuperSandro2000/keen4
2021-11-30 18:09:52 +01:00
Sandro
1841f5f81c
Merge pull request #146336 from SuperSandro2000/locate-fs
2021-11-30 18:06:10 +01:00
Sandro
22442ee654
Merge pull request #147993 from FabianGD/bugfix/ipympl
2021-11-30 18:04:02 +01:00
Aaron Andersen
1800a86072
Merge pull request #146965 from pmeiyu/webdav
...
Add webdav-server-rs
2021-11-30 12:03:27 -05:00
Sandro
8425006f90
Merge pull request #147893 from MoritzBoehme/bump-legendary
2021-11-30 17:59:05 +01:00
Sandro
f546cfa6c7
Merge pull request #148027 from WolfangAukang/lifeograph
2021-11-30 17:46:06 +01:00
Sandro
e0302f45d4
Merge pull request #147947 from sikmir/viking
2021-11-30 17:45:38 +01:00
Sandro
6407553e77
Merge pull request #147968 from WolfangAukang/alfaview
2021-11-30 17:39:33 +01:00
Sandro
21b37e8a6e
Merge pull request #147979 from jyooru/update/apkeep
2021-11-30 17:39:13 +01:00
Sandro
ac9b9f8e4d
Merge pull request #147957 from 0x4A6F/master-zellij
2021-11-30 17:37:41 +01:00
Sandro
27230edaf9
Merge pull request #147987 from jojosch/protoc-gen-twirp-8.1.1
2021-11-30 17:35:04 +01:00
Sandro
afdad257a1
Merge pull request #147994 from JJJollyjim/requests-toolbelt
2021-11-30 17:34:49 +01:00
Sandro
d90921766d
Merge pull request #148005 from fgaz/warzone2100/4.2.3
2021-11-30 17:34:31 +01:00
Sandro
28d2937929
Merge pull request #147981 from r-burns/clhpp
2021-11-30 17:33:51 +01:00
Sandro
26218c8b7b
Merge pull request #148021 from mweinelt/solanum
2021-11-30 17:18:03 +01:00
Sandro
7c0454ffca
Merge pull request #148022 from thiagokokada/bump-babashka
2021-11-30 17:05:51 +01:00
Silvan Mosberger
0ae8ea1946
Merge pull request #144019 from xaverdh/no-url-literals
...
nixpkgs-basic-release-checks: check for use of url literals
2021-11-30 17:02:29 +01:00
P. R. d. O
efd9bd3667
lifeograph: init at 2.0.2
2021-11-30 09:49:58 -06:00
zowoq
29d1f6e1f6
direnv: 2.28.0 -> 2.29.0 ( #147956 )
...
https://github.com/direnv/direnv/releases/tag/v2.29.0
2021-11-30 15:29:03 +00:00
Jan Tojnar
dad4fddd52
nixos/nvidia: check modesetting for gdm-wayland only when gdm is enabled
...
Reported in https://github.com/NixOS/nixpkgs/pull/147153#issuecomment-982695772
2021-11-30 16:06:21 +01:00
Dmitry Kalinkin
365b448d0e
Merge pull request #147718 from cpcloud/pyarrow-enable-extra-modules
...
python3Packages.pyarrow: enable dataset and flight modules
2021-11-30 10:02:38 -05:00
Thiago Kenji Okada
6700494410
babashka: 0.6.5 -> 0.6.7
2021-11-30 11:50:03 -03:00
Martin Weinelt
1143032da0
solanum: unstable-2021-04-27 -> unstable-2021-11-14
2021-11-30 15:42:13 +01:00
Domen Kožar
7f8ebc6d42
Merge pull request #147935 from risicle/ris-cppe-clang
...
cppe, python3Packages.cppe: fix build with clang
2021-11-30 14:59:52 +01:00
André Silva
86bc786589
ledger-live-desktop: 2.35.1 -> 2.35.2
2021-11-30 13:58:55 +00:00
Roman Frołow
de6181dc51
nixos/acme: fix typo in docs
2021-11-30 21:31:50 +08:00
Phillip Cloud
da8dfd5128
python3Packages.pyarrow: enable flight module
2021-11-30 08:30:03 -05:00
Phillip Cloud
442468f4ad
python3Packages.pyarrow: enable dataset module
2021-11-30 08:30:00 -05:00
Martin Schwaighofer
af180d554b
qemu, runInLinuxVM: change default cpu to qemu64
...
The flag -cpu max leaves QEMU 6.1.0 stuck on some systems,
for example when /dev/kvm is not read-writable.
This does not happen with -cpu qemu64.
Getting stuck like that is a regression in 6.1.0 not yet present in 6.0.0
and should be fixed with 6.2.0 according to early testing with rc1.
We should consider reverting this change when we merge QEMU 6.2.0.
See #146526 .
fixes #141596
2021-11-30 13:06:22 +00:00
Martin Schwaighofer
08bbd123d5
qemu: emit warnings when KVM acceleration is not usable
...
This fixes the qemu-kvm wrapper we add for convenience
silently not using KVM, when the system would support it
by at least leaving an indication in the log that the build ran
slower because it ran without KVM.
2021-11-30 13:06:22 +00:00
Martin Schwaighofer
5d06f6933d
qemu, runInLinuxVM: fix KVM availability check
...
KVM should only be considered abailable if /dev/kvm exists and
is read-writable by the user that is trying to launch it.
The previous check for existance only had the consequence that
on some Linux distributions running VMs with Nix's QEMU only worked
if KVM was NOT installed.
fixes #124371
2021-11-30 13:06:22 +00:00
Jörg Thalheim
f57e1a4dab
Merge pull request #147359 from Izorkin/update-curl-libs
...
Init http3 libraries
2021-11-30 11:19:15 +00:00
Francesco Gazzetta
87aed70b18
warzone2100: 4.2.2 -> 4.2.3
2021-11-30 11:59:48 +01:00
Sergei Trofimovich
716815ce2a
re2: enable parallel builds ( #147991 )
2021-11-30 04:33:42 -05:00
Jamie McClymont
62df72857c
pythonPackages.requests-toolbelt: disable time-dependant tests
...
Tests include certificates and fail because they are expired.
Upstream issue exists but has been ignored: https://github.com/requests/toolbelt/issues/306
closes #147776
2021-11-30 22:15:59 +13:00
Fabian Affolter
7b031d0d99
Merge pull request #147610 from fabaff/maigret
...
maigret: init at 0.3.1
2021-11-30 10:09:41 +01:00
Bobby Rong
09867155a3
Merge pull request #147963 from bobby285271/pantheon
...
pantheon.elementary-files: 6.0.4 -> 6.1.0
2021-11-30 17:06:24 +08:00
Sergei Trofimovich
9d3d02f9c1
screen: disable parallel build ( #147990 )
...
Parallel build fails for missing generated header dependencies:
screen.h:48:10: fatal error: comm.h: No such file or directory
48 | #include "comm.h"
| ^~~~~~~~
Upstream fixes are intermingled with added features and are not
straightforward to backport. Let's disable parallelism until next
release.
2021-11-30 04:04:12 -05:00
Fabian George Dröge
a0683eed68
python3Packages.ipympl: 0.8.0 -> 0.8.2
2021-11-30 10:00:56 +01:00
Fabian Affolter
73bd63bf75
Merge pull request #147829 from equirosa/chezmoi
...
chezmoi: 2.7.4 -> 2.9.0
2021-11-30 09:40:00 +01:00
Fabian Affolter
6d0504b7ee
Merge pull request #147962 from bcdarwin/ignite-remove-pynvml-dep
...
python3Packages.ignite: remove pynvml dep
2021-11-30 09:34:44 +01:00
Vladimír Čunát
5e154b5c80
Merge #145166 : kuma-*: init at 1.4.0 (missing components)
2021-11-30 09:13:18 +01:00
Fabian Affolter
ed8b110683
Merge pull request #147954 from risicle/ris-pyvex-aarch64
...
python3Packages.pyvex: fix build for aarch64-linux
2021-11-30 09:11:15 +01:00
Bobby Rong
0a989ec7ca
pantheon.elementary-files: drop filechooser-portal-hardcode-gsettings-for-nixos.patch
2021-11-30 15:38:11 +08:00
Johannes Schleifenbaum
3c92df54cc
protoc-gen-twirp: 8.1.0 -> 8.1.1
2021-11-30 08:32:57 +01:00
Eduardo Quiros
bc3eea0c68
chezmoi: 2.7.4 -> 2.9.0
2021-11-30 00:27:19 -06:00