Commit graph

214660 commits

Author SHA1 Message Date
Matthew Bauer 8009c20711 lib/systems: Assume newlib when no kernel and no libc is provided
newlib is the default for most tools when no kernel is provided. Other
exist, but this seems like a safe default.
2020-02-22 12:37:46 -05:00
Vladimír Čunát d7266d00b2
Merge #80802: netpbm: fix typo on substituteInPlace parameters 2020-02-22 17:48:11 +01:00
markuskowa 74dcd1c637
Merge pull request #80617 from ikervagyok/slurm
Slurm: improve RDMA capability
2020-02-22 17:33:47 +01:00
Silvan Mosberger 1035f7259f
Merge pull request #80628 from mweinelt/pr/s-tui
s-tui: migrate to python3
2020-02-22 17:25:59 +01:00
Mario Rodas 8072b09754
Merge pull request #80723 from marsam/update-go-tools
go-tools: 2019.2.2 -> 2020.1.2
2020-02-22 11:06:29 -05:00
Mario Rodas 1278addbf6
Merge pull request #80757 from r-ryantm/auto-update/grails
grails: 4.0.1 -> 4.0.2
2020-02-22 11:05:18 -05:00
Mario Rodas 443d509c34
Merge pull request #80726 from marsam/update-fluent-bit
fluent-bit: 1.3.7 -> 1.3.8
2020-02-22 11:03:01 -05:00
Mario Rodas 71368f3488
Merge pull request #80764 from r-ryantm/auto-update/kubectx
kubectx: 0.7.1 -> 0.8.0
2020-02-22 10:59:55 -05:00
Mario Rodas 31ebc35e0a
Merge pull request #80767 from r-ryantm/auto-update/luigi
luigi: 2.8.11 -> 2.8.12
2020-02-22 10:59:37 -05:00
Mario Rodas f084468d94
Merge pull request #80776 from r-ryantm/auto-update/cassowary
cassowary: 0.3.0 -> 0.7.0
2020-02-22 10:54:48 -05:00
Martin Weinelt cf0e6a48e9
s-tui: migrate to python3
Includes LC_ALL = "en_US.UTF-8"; that resolves a locale.Error exception
during the check phase.

[...]
  File "/build/s-tui-1.0.0/s_tui/sensors_menu.py", line 27, in <module>
    import urwid
  File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/__init__.py", line 26, in <module>
    from urwid.widget import (FLOW, BOX, FIXED, LEFT, RIGHT, CENTER, TOP, MIDDLE,
  File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/widget.py", line 27, in <module>
    from urwid.util import (MetaSuper, decompose_tagmarkup, calc_width,
  File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/util.py", line 61, in <module>
    detected_encoding = detect_encoding()
  File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/util.py", line 58, in detect_encoding
    locale.setlocale(locale.LC_ALL, initial)
  File "/nix/store/ja04f3cmapzb3f2mvjrb883bfqclsirq-python3-3.7.6/lib/python3.7/locale.py", line 608, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting
2020-02-22 16:23:36 +01:00
Yegor Timoshenko ab88bb26d1
Merge pull request #80736 from mmahut/vboximg
nixos/virtualbox-image: add params
2020-02-22 17:35:05 +03:00
Graham Christensen 75f604eb2c
nixos release process: use rev-list --count like Hydra does. 2020-02-22 09:28:03 -05:00
Michele Guerini Rocco 4335b3676a
Merge pull request #80765 from marsam/update-sudo-font
sudo-font: 0.41 -> 0.42
2020-02-22 14:52:42 +01:00
Andreas Rammhold 8e08f7515a
netpbm: fix typo on substituteInPlace parameters
It seems like originally `-dSAFER` should have been replaced with
`-dPARANOIDSAFER` instead of `-DSAFER` (capital D vs lower case d).

This was pointed out in #75153. This might now finally (properly?) fix
CVE-2005-2471.
2020-02-22 14:28:32 +01:00
Tom Hall ae9e09a2e1 R: fix build on aarch64 by removing a failing test
I believe this test is currently incorrect on aarch64 and expects a
warning about loss of precision with much smaller numbers than the
platform's long doubles can handle.
2020-02-22 13:17:40 +00:00
zowoq 9567d805f0 ostree: 2019.6 -> 2020.2
https://github.com/ostreedev/ostree/releases/tag/v2020.1
https://github.com/ostreedev/ostree/releases/tag/v2020.2
2020-02-22 21:53:04 +10:00
Dennis Gosnell d222dc2575
Merge pull request #80771 from cdepillabout/add-nix-query-tree-viewer
nix-query-tree-viewer: init at 0.2.0
2020-02-22 19:56:31 +09:00
Michael Weiss aeac26a3ec
Merge pull request #80615 from primeos/chromium
chromium: 80.0.3987.106 -> 80.0.3987.116
2020-02-22 11:50:06 +01:00
Maxim Krivchikov bba9b7fe6e whitebox-tools: 0.16.0 -> 1.2.0 2020-02-22 10:45:35 +00:00
Vladimír Čunát ea79a830dc
release-combined.tested: readd boot.biosUsb test
It has been commented-out for some time and now removed
in commit 2de3caf, but it seems reliable in past months:
https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.boot.biosUsb.x86_64-linux/all
so I can't see why not re-add it.  Close #15690.
2020-02-22 10:43:26 +01:00
Vladimír Čunát de4f68d8fa
release-combined: readd firefox-esr test
It was added in PR #79786 (7a625e7) and then removed in commit 2de3caf
(apparently unintentionally as a rebase conflict).

_I think the ordering used by Eelco would sort the line this way._
2020-02-22 10:35:52 +01:00
Michele Guerini Rocco 02bbaaddc8
Merge pull request #80758 from ikervagyok/wg
nixos/wireguard: fix wireguard service as well after it got upstreamed
2020-02-22 10:20:13 +01:00
Yegor Timoshenko 4c1c294f7d
Merge pull request #80761 from r-ryantm/auto-update/ibus
ibus: 1.5.21 -> 1.5.22
2020-02-22 12:05:05 +03:00
Michele Guerini Rocco 57bcca369d
Merge pull request #80718 from rnhmjoj/timeout
pythonPackages.pytest-timeout: disable flaky test
2020-02-22 09:33:13 +01:00
Izorkin 982a23de94 mariadb: add needed packages 2020-02-22 11:31:05 +03:00
Izorkin c6d159d696 mariadb: build server with NUMA 2020-02-22 11:30:07 +03:00
Izorkin e4f17a2b17 mariadb: 10.3.20 -> 10.3.22 2020-02-22 11:26:28 +03:00
Vladimír Čunát e01412b5c9
Merge #80387: release-combined: readd keymap tests 2020-02-22 09:15:11 +01:00
R. RyanTM 3d95727892 uftrace: 0.9.3 -> 0.9.4 2020-02-22 09:12:43 +01:00
R. RyanTM 66df83f4f7
cassowary: 0.3.0 -> 0.7.0 2020-02-22 08:11:03 +00:00
Daiderd Jordan e4af779056
Merge pull request #80635 from marsam/fix-bazel-darwin
bazel: fix build on darwin
2020-02-22 08:52:58 +01:00
Daiderd Jordan fd4df0bcbb
Merge pull request #80603 from eraserhd/plan9port-macos-ldflags
plan9port: fix linker flags for macosx
2020-02-22 08:51:31 +01:00
Vladyslav M c29436c388
exiftool: 11.70 -> 11.85 2020-02-22 08:54:36 +02:00
Mario Rodas 1fe82110fe
Merge pull request #80627 from marsam/update-bazel-buildtools
bazel-buildtools: 0.29.0 -> 1.0.0
2020-02-21 23:44:41 -05:00
(cdep)illabout 05a564d48c
nix-query-tree-viewer: init at 0.2.0 2020-02-22 11:18:41 +09:00
Mario Rodas 4fc354411b
Merge pull request #80760 from bhipple/auto-update/gifski
gifski: 0.9.1 -> 0.10.2
2020-02-21 20:36:35 -05:00
R. RyanTM 08191abfa5 luigi: 2.8.11 -> 2.8.12 2020-02-22 01:30:53 +00:00
Mario Rodas 8ba4961b1a
sudo-font: 0.41 -> 0.42 2020-02-21 20:00:00 -05:00
R. RyanTM f14a49c5dd kubectx: 0.7.1 -> 0.8.0 2020-02-22 00:56:40 +00:00
Samuel Dionne-Riel 6510e08ef5
Merge pull request #80592 from JeffLabonte/brave-1.3.115_to_1.3.118
brave: 1.3.115 -> 1.3.118
2020-02-21 19:55:41 -05:00
Drew Risinger d38b8d8ff7 pythonPackages.cvxpy: init at 1.0.25
Convex optimization problem modeler in Python.
Dependency of qiskit-aer.
2020-02-21 16:50:12 -08:00
Wael Nasreddine 20e7a3d6a6
yq-go: 3.1.0 -> 3.1.2 (#80762) 2020-02-21 14:39:23 -10:00
Dmitry Kalinkin b83257ca5f
lhapdf.pdf_sets: fix download url 2020-02-21 19:36:34 -05:00
Emily 2cb5084088 weechatScripts.weechat-autosort: 3.4 -> 3.8 2020-02-22 00:29:20 +00:00
R. RyanTM 8f5956e63d ibus: 1.5.21 -> 1.5.22 2020-02-22 00:12:32 +00:00
Benjamin Hipple eb8ae2166e gifski: 0.9.1 -> 0.10.2 2020-02-21 18:59:26 -05:00
Lengyel Balazs 50fb52d4e1 fix wireguard service as well after it got upstreamed. 2020-02-22 00:32:15 +01:00
R. RyanTM af12b02b90 grails: 4.0.1 -> 4.0.2 2020-02-21 23:31:20 +00:00
Florian Klink f545816c62
Merge pull request #80540 from flokli/scikits-odes-2.6.1
python.pkgs.scikits-odes: 2.4.0-9-g93075ae ->  2.6.1
2020-02-22 00:29:49 +01:00