Arnout Engelen
40b1f0d473
pyopenssl: skip test that fails on i686
...
Found in https://github.com/NixOS/nixpkgs/pull/105454#issuecomment-743973848
Upstream issue https://github.com/pyca/pyopenssl/issues/974
2020-12-15 13:49:21 +01:00
Ryan Mulligan
d094f26f32
Merge pull request #106938 from r-ryantm/auto-update/python3.8-dtschema
...
dt-schema: 2020.11 -> 2020.12
2020-12-15 04:21:43 -08:00
Ryan Mulligan
80cb17d42f
Merge pull request #106933 from MetaDark/pythonPackages.debugpy
...
pythonPackages.debugpy: 1.2.0 -> 1.2.1
2020-12-15 04:20:38 -08:00
Robert Hensing
1b35b3d3a7
Merge pull request #106703 from terinjokes/patches/dockerTools-getArch
...
dockerTools: normalize arch to GOARCH
2020-12-15 12:49:34 +01:00
Thomas Tuegel
0cb7962a12
Merge pull request #106899 from ttuegel/nixos-plasma-test-kded
...
nixos/plasma5: test that KDED runs at startup
2020-12-15 05:15:23 -06:00
Stefan Junker
b75e7f4b20
fixup! wezterm: initial package
2020-12-15 12:07:24 +01:00
Stefan Junker
b65b04d4ff
wezterm: initial package
2020-12-15 12:07:24 +01:00
sternenseemann
c5d2491fd1
utf8proc: enable tests
...
For the current version normtest and graphemetest are disabled. This
will probably change in the future. Those tests are problematic because
they depend on unicode data files which are downloaded by cmake at build
time:
file(MAKE_DIRECTORY data)
set(UNICODE_VERSION 13.0.0)
file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/NormalizationTest.txt data/NormalizationTest.txt SHOW_PROGRESS)
file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/auxiliary/GraphemeBreakTest.txt data/GraphemeBreakTest.txt SHOW_PROGRESS)
For the next update, we'll probably need to patch out this section of
CMakeLists.txt and download the files in question with fetchurl
ourselves.
2020-12-15 12:02:11 +01:00
Robert Hensing
5cacf0fcec
dockerTools: use go.GOARCH as default arch
2020-12-15 02:15:35 -08:00
Robert Hensing
d4b7efe531
nixosTests.docker-tools-cross: init
...
Not everyone has a suitable remote builder set up, so the cross-compilation
tests that _include_ running the result are separate. That way, most people
can run the majority of the test suite without the extra setup.
2020-12-15 02:15:12 -08:00
Terin Stock
8f66dc94a7
dockerTools: normalize arch to GOARCH
...
Docker (via containerd) and the the OCI Image Configuration imply and
suggest, respectfully, that the architecture set in images matches those
of GOARCH in the Go Language document.
This changeset updates the implimentation of getArch in dockerTools to
return GOARCH values, to satisfy Docker.
Fixes : #106695
2020-12-15 02:14:01 -08:00
Michele Guerini Rocco
12f367b51c
Merge pull request #104722 from rnhmjoj/wpa-fix
...
nixos/wireless: fix failure with no interfaces
2020-12-15 08:37:33 +01:00
Mario Rodas
46e2a315ad
Merge pull request #106879 from r-ryantm/auto-update/python3.7-azure-mgmt-datafactory
...
python37Packages.azure-mgmt-datafactory: 0.14.0 -> 0.15.0
2020-12-14 23:45:59 -05:00
Mario Rodas
38e6dd6a1c
Merge pull request #106889 from r-ryantm/auto-update/python3.7-google-cloud-container
...
python37Packages.google_cloud_container: 2.2.0 -> 2.3.0
2020-12-14 23:45:15 -05:00
Mario Rodas
395ad137d0
Merge pull request #106937 from lovesegfault/tailscale-1.2.10
...
tailscale: 1.2.8 -> 1.2.10
2020-12-14 23:43:40 -05:00
Mario Rodas
7d86dff03b
Merge pull request #106920 from r-ryantm/auto-update/python3.7-pytest-html
...
python37Packages.pytest-html: 3.1.0 -> 3.1.1
2020-12-14 23:43:24 -05:00
Mario Rodas
3710bbf27f
Merge pull request #106802 from marsam/fix-emacsWithPackages-darwin
...
emacsWithPackages: fix application wrapper on darwin
2020-12-14 23:41:23 -05:00
R. RyanTM
b719f980ce
dt-schema: 2020.11 -> 2020.12
2020-12-15 02:44:22 +00:00
Bernardo Meurer
6612d859a2
tailscale: 1.2.8 -> 1.2.10
2020-12-14 18:34:43 -08:00
Justin Humm
3d3c07026e
scribusUnstable: build with libsForQt5
2020-12-15 01:46:34 +01:00
Kira Bruneau
d12a819b24
pythonPackages.debugpy: 1.2.0 -> 1.2.1
2020-12-14 18:44:11 -05:00
Orivej Desh
2f6ac24357
linux-rt_latest: 5.9.1-rt20 -> 5.10-rt17
...
This does not keep 5.9 series because it has known issues and rt
upstream has stopped maintaining it in favor of 5.10.
"ls -v" sorts by version, making 5.10 the next $prev kernel.
2020-12-14 23:42:17 +00:00
Orivej Desh
15406f05c9
bareboxTools: fix eval
2020-12-14 23:42:17 +00:00
Matthew Bauer
eb3016b5ad
Merge pull request #106763 from Atemu/fix/nfs-utils-cross
...
nfs-utils: pass native rpcsvc-proto to configureFlag
2020-12-14 16:56:23 -06:00
Matthew Bauer
079535f0df
Merge pull request #106761 from Atemu/fix/cifs-utils-cross
...
cifs-utils: don't check for AC_FUNC_MALLOC when cross compiling
2020-12-14 16:56:03 -06:00
Linus Heckemann
dd95aa337e
Merge pull request #102407 from petabyteboy/feature/stk-1-2
...
superTuxKart: 1.1 -> 1.2
2020-12-14 22:38:26 +01:00
Andreas Rammhold
71191178e6
Merge PR #106881
2020-12-14 22:08:14 +01:00
Linus Heckemann
c40f06022a
Merge pull request #106073 from minijackson/tinc-rfc42-and-tests
...
nixos/tinc: rfc42 and tests
2020-12-14 21:52:57 +01:00
Rouven Czerwinski
7a6203fffc
bareboxTools: init at v2020.12.0
...
This adds the bareboxTools as a package. The buildBarebox function is
intentionally modeled like the buildUBoot function, which should allow
future expansion to build barebox for NixOS systems. The tools are
useful on their own, since they allow flashing of systems via the
different USB loader tools shipped in the scripts directory.
2020-12-14 21:49:37 +01:00
Rouven Czerwinski
af2ab76515
usbsdmux: init at 0.1.8
...
Add the usbsdmux utility which is used to control the USB-SD-Mux
developed by the Linux Automation GmBH.
2020-12-14 21:49:37 +01:00
Daniël de Kok
95d1e64c4a
Merge pull request #106922 from danieldk/setuptools-rust-0.11.6
...
python3Packages.setuptools-rust: add meta.changelog
2020-12-14 21:44:19 +01:00
Mario Rodas
50eb65e752
ocamlPackages.visitors: 20190711 -> 20200210
2020-12-14 21:28:14 +01:00
Milan Pässler
df4de2fcc4
superTuxKart: 1.1 -> 1.2
2020-12-14 20:21:47 +01:00
Vladyslav M
e969834269
Merge pull request #106683 from dywedir/pijul
...
pijul: 1.0.0-alpha.17 -> 1.0.0-alpha.21
2020-12-14 21:15:58 +02:00
Daniël de Kok
3512f7af6f
python3Packages.setuptools-rust: add meta.changelog
2020-12-14 20:10:13 +01:00
Daniël de Kok
e5c63b3cd4
Merge pull request #106914 from r-ryantm/auto-update/python3.7-setuptools-rust
...
python37Packages.setuptools-rust: 0.11.5 -> 0.11.6
2020-12-14 20:06:37 +01:00
R. RyanTM
e01e056423
python37Packages.pytest-html: 3.1.0 -> 3.1.1
2020-12-14 18:59:28 +00:00
Tim Steinbach
046f8835dc
awscli: 1.18.191 -> 1.18.195
2020-12-14 13:17:12 -05:00
Tim Steinbach
f1dff1bded
python3Packages.boto3: 1.16.31 -> 1.16.35
2020-12-14 13:16:03 -05:00
Tim Steinbach
18264172d8
python3Packages.botocore: 1.19.31 -> 1.19.35
2020-12-14 13:15:49 -05:00
Tim Steinbach
1be6a53cd8
Linux: Remove 5.8
2020-12-14 12:57:57 -05:00
Tim Steinbach
c1ef6d2f41
linux: Add 5.10
...
Validated via
```
nix-build ./nixos/release.nix -A tests.kernel-latest.x86_64-linux -A tests.latestKernel.login.x86_64-linux
```
2020-12-14 12:55:31 -05:00
Gabriel Ebner
373ddfaf8c
Merge pull request #106821 from gebner/vieb310
...
vieb: init at 3.1.0
2020-12-14 18:23:14 +01:00
R. RyanTM
624e68d839
python37Packages.setuptools-rust: 0.11.5 -> 0.11.6
2020-12-14 17:12:36 +00:00
Doron Behar
0fafd8e2ab
Merge pull request #96854 from ericdallo/mob-init
...
mob: init at v0.0.25
2020-12-14 19:07:42 +02:00
Pavol Rusnak
ef21e636b9
Merge pull request #106809 from sikmir/saga
...
saga: 7.8.1 → 7.8.2
2020-12-14 17:43:17 +01:00
Pavol Rusnak
f4d52887c3
Merge pull request #106808 from sikmir/qvge
...
qvge: 0.6.1 → 0.6.2
2020-12-14 17:42:43 +01:00
Orivej Desh
6fa76f018b
python2Packages.cryptography: 2.9.2 -> 3.3.1 ( #106792 )
...
Fixes py2 build of pyOpenSSL:
https://github.com/NixOS/nixpkgs/issues/106275#issuecomment-743790876
2020-12-14 16:31:26 +00:00
Robert Hensing
b37c00ab90
Merge pull request #106441 from hercules-ci/cassandra-passthru-tests
...
Cassandra passthru tests
2020-12-14 16:49:47 +01:00
Michael Weiss
ff165582a6
jekyll: 4.1.1 -> 4.2.0
2020-12-14 16:33:07 +01:00