Commit graph

258623 commits

Author SHA1 Message Date
0x4A6F 75b1ba928a dasel: 1.9.0 -> 1.9.1 2020-12-16 05:55:36 +10:00
0x4A6F bd247b7ca5 dasel: 1.8.0 -> 1.9.0 2020-12-16 05:55:36 +10:00
zowoq ee275b02c1 gitAndTools.gh: 1.3.1 -> 1.4.0
https://github.com/cli/cli/releases/tag/v1.4.0
2020-12-16 05:50:32 +10:00
Guillaume Girol 824d2c92bd
Merge pull request #82584 from Atemu/dnscrypt-default-config
dnscrypt-proxy2: base settings on example config
2020-12-15 19:47:43 +00:00
Tim Steinbach 853bac5b2b
linux/hardened/patches/5.8: remove 2020-12-15 14:34:44 -05:00
Tim Steinbach a83bf32bab
linux: 5.10 -> 5.10.1 2020-12-15 14:34:40 -05:00
Jan Tojnar f5525b73a2
python3.pkgs.lml: fix build
0.1.0 switched from nose to pytest. But it fails even with that.
2020-12-15 20:32:11 +01:00
Guillaume Girol 43acd21b06
Merge pull request #106762 from symphorien/thunar-send-email
xfce.exo: fix $out/lib/xfce4/exo/exo-compose-mail
2020-12-15 19:19:39 +00:00
Mario Rodas a4d86d5425
Merge pull request #106969 from marsam/update-go-tools
go-tools: 2020.1.6 -> 2020.2
2020-12-15 13:36:13 -05:00
Severyn Lisovskyi a8d2b7b42e
hstr: add darwin support (#106798) 2020-12-15 11:50:46 -05:00
Tim Steinbach a7c6597772
Merge pull request #106966 from r-ryantm/auto-update/sbt
sbt: 1.4.4 -> 1.4.5
2020-12-15 11:17:19 -05:00
Vladimír Čunát 818c3001e8
knot-dns: 3.0.2 -> 3.0.3
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.3
2020-12-15 16:58:56 +01:00
Graham Christensen 9612cb9092
Merge pull request #84062 from abathur/fix/yadm_src_usage
yadm: install from build directory instead of $src
2020-12-15 10:39:20 -05:00
Daniël de Kok a3ad080853
Merge pull request #106965 from Flakebi/amdvlk
amdvlk: 2020.Q4.5 -> 2020.Q4.6
2020-12-15 16:32:28 +01:00
Kevin Cox 55cd0a3c81
Merge pull request #106668 from bbigras/tailscale
tailscale: 1.2.8 -> 1.2.10
2020-12-15 10:26:37 -05:00
Robert Hensing 408e703eed
Merge pull request #106958 from NixOS/doc-cross-compilation-remove-confusing-reexplanation
doc/cross-compilation: Remove confusing re-explanation
2020-12-15 15:57:53 +01:00
Robert Hensing 3393e110a9
doc/stdenv/cross-compilation.chapter.md typo
Co-authored-by: John Ericson <git@JohnEricson.me>
2020-12-15 15:57:27 +01:00
adisbladis 250cacea8c
Merge pull request #105674 from xwvvvvwx/radicle-upstream
radicle-upstream: init at 0.1.5
2020-12-15 15:38:17 +01:00
R. RyanTM 800c4724b7 sbt: 1.4.4 -> 1.4.5 2020-12-15 14:30:32 +00:00
Tim Steinbach ba31c04641
lsd: Fix test
CLI arguments changes in 0.19.0
See https://github.com/Peltoche/lsd/issues/461
2020-12-15 09:10:34 -05:00
Kevin Cox da5e0d3df8
Merge pull request #106677 from tfmoraes/vtk9_qt515
vtk_9: qt514 -> qt515
2020-12-15 08:59:30 -05:00
Sebastian Neubauer 89ce7a70f1 amdvlk: 2020.Q4.5 -> 2020.Q4.6 2020-12-15 14:56:14 +01:00
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
David Terry 9062c1ecff
radicle-upstream: init at 0.1.5 2020-12-15 12:58:38 +01: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 c7e5c02374
doc/cross-compilation: Remove confusing re-explanation
See https://github.com/NixOS/nixpkgs/issues/106950

> They way it's worded says buildInputs are for build-time and nativeBuildInputs are for run-time. The other documentation leads me to believe it is the other way around.
2020-12-15 11:45:38 +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
Mario Rodas b582c9aa22 go-tools: 2020.1.6 -> 2020.2
https://staticcheck.io/changes/2020.2
2020-12-15 04:20:00 +00: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