Commit graph

292314 commits

Author SHA1 Message Date
Patrick Hilhorst 841cee208f
maintainers/teams: add ericson2314 to gcc 2021-05-24 15:01:07 +02:00
Patrick Hilhorst 4b1fa9e847
maintainers/teams: fix typo in gcc
Co-authored-by: Henri Menke <henri@henrimenke.de>
2021-05-24 15:01:07 +02:00
Patrick Hilhorst f2e5fa469c
maintainers/teams: add vcunat to gcc 2021-05-24 15:01:06 +02:00
Patrick Hilhorst c913e53bdb
gcc*: use maintainer team 2021-05-24 15:01:05 +02:00
Patrick Hilhorst d9b59212d5
maintainers/teams: add gcc 2021-05-24 15:01:05 +02:00
Gabriel Ebner eef236e8ef ccls: fix libc++ header path 2021-05-24 14:48:42 +02:00
DavHau 4af47234fa scikit-learn: disable some tests for darwin 2021-05-24 19:36:20 +07:00
Francesco Gazzetta 5b42338f4e docs/release-notes: mention staticjinja 2021-05-24 14:17:51 +02:00
R. RyanTM 4f51b501fe erlangR22: 22.3.4.17 -> 22.3.4.19 2021-05-24 20:33:08 +09:00
Jörg Thalheim d59217b5f8
Merge pull request #124189 from Mic92/redis
redis: enable pie
2021-05-24 12:21:31 +01:00
Gabriel Ebner b6ce87ae53
Merge pull request #124237 from regnat/revert-sandbox-path-option
Revert "nixos/nix-daemon: fix sandbox-paths option"
2021-05-24 12:48:59 +02:00
Robert Schütz 6e72346fc3
ytfzf: 1.1.5 -> 1.1.6 (#124119)
https://github.com/pystardust/ytfzf/releases/tag/v1.1.6
2021-05-24 12:21:28 +02:00
Robert Schütz a57e8bef58
mousai: 0.3.2 -> 0.4.1 (#124112)
https://github.com/SeaDve/Mousai/releases/tag/v0.4.0
https://github.com/SeaDve/Mousai/releases/tag/v0.4.1
2021-05-24 12:20:49 +02:00
Pavol Rusnak 7f6e0b37df
Merge pull request #124206 from prusnak/etebase-server-darwin
etebase-server: mark no longer broken on darwin
2021-05-24 11:38:17 +02:00
Francesco Gazzetta 1d1efe54cf staticjinja: 1.0.4 -> 2.0.0 2021-05-24 11:34:46 +02:00
Maximilian Bosch ea55d23cd8
diffoscope: fix build
ZHF #122042
Failing Hydra build: https://hydra.nixos.org/build/143815905

Currently the diff-check for `.mp3`-files is failing. The only reason
for that is that right now is that there are too spaces too much on the
last line[1].

[1] https://salsa.debian.org/reproducible-builds/diffoscope/-/blob/175/tests/data/mp3_expected_diff
2021-05-24 11:17:15 +02:00
regnat 113823669b Revert "nixos/nix-daemon: fix sandbox-paths option"
This reverts commit aeeee447bc.
2021-05-24 10:51:02 +02:00
Jörg Thalheim bd249526ff
Merge pull request #124220 from rpearce/vim-plugin-nord-nvim
vimPlugins.nord-nvim: init at 2021-05-22 and vimPlugins.moonlight-nvim: init at 2021-05-22
2021-05-24 08:48:20 +01:00
Tom Fitzhenry 81e04717e8 nixos/manual: document how to install over a serial port
https://github.com/NixOS/nixpkgs/issues/58198
2021-05-24 17:29:19 +10:00
Théophane Hufschmitt ea7d4aa9b8
calibre: Fix build with CA derivations (#124227)
See https://github.com/NixOS/nix/issues/4764
2021-05-24 03:20:40 -04:00
Fabian Affolter b62d2a5eca python3Packages.pyppeteer: enable tests 2021-05-24 09:16:48 +02:00
Jörg Thalheim 8ab19de80d
Merge pull request #122588 from Mic92/dpdk
dpdk: 20.05 -> 21.02
2021-05-24 08:15:17 +01:00
Jörg Thalheim b50d58d988
odp-dpdk: 1.22.0.0_DPDK_18.11 -> 1.27.0.0_DPDK_19.11 2021-05-24 09:09:49 +02:00
Jörg Thalheim 9d002b110e
pktgen: 19.12.0 -> 21.05.0 2021-05-24 09:09:48 +02:00
Jörg Thalheim 00a7a0f609
spdk: 20.04.1 -> 21.04 2021-05-24 08:32:54 +02:00
Jörg Thalheim a443ea7d01
dpdk: 20.05 -> 21.02 2021-05-24 08:19:39 +02:00
Jörg Thalheim b15dddd9e1
Merge pull request #124225 from ivan/bitwarden_rs-32-thread
nixos/bitwarden_rs: fix startup on 32 thread machines
2021-05-24 07:17:29 +01:00
Jörg Thalheim cf3b703e42
weechat: enable pie 2021-05-24 08:09:37 +02:00
Andrew Childs 38207735f4 darwin/make-bootstrap-tools: move "lib" from install name to rpath
The rpath structure for the bootstrap tools was reworked to minimize
the amount of rewriting required on unpack, but the test was not
updated to match the different structure.

Additionally [1] builds that use the bootstrap version of libc++
cannot find libc++abi if the reference includes the "lib"
component (ie, libc++ refers to libc++abi with
@rpath/lib/libc++abi.dylib).

[1] https://logs.nix.samueldr.com/nix-darwin/2021-05-18#4993282

Test failure observed on Hydra: https://hydra.nixos.org/build/143130126
2021-05-24 15:04:39 +09:00
Anderson Torres 41d76a33eb
Merge pull request #119967 from xoe-labs/da/add-lib-flake
init: lib/flake
2021-05-24 02:06:19 -03:00
Robert Scott d46a6a8d28 python3Packages.scrapy: disable flaky test
this test will fail if /tmp/foobar already exists owned by a different
user. technically only observed to be a problem on darwin but in theory
any system not using namespaced /tmp for their builder could run into
this.
2021-05-23 21:47:07 -07:00
Bart Brouns a72c8a1d1c surge: 1.8.1 -> 1.9.0 2021-05-23 21:43:47 -07:00
Noah D. Brenowitz 2681f3a3c0 python3Packages.tensorflow-bin_2: 2.2.0 -> 2.4.0
This version matches the tensorflow source build.
2021-05-23 21:41:08 -07:00
Ivan Kozik d95960e275 nixos/bitwarden_rs: fix startup on 32 thread machines
LimitNPROC=64 is too low for bitwarden_rs to start on a 32 thread machine.
Remove the limit.

This fixes:

```
bitwarden_rs[38701]: /--------------------------------------------------------------------\
bitwarden_rs[38701]: |                       Starting Bitwarden_RS                        |
bitwarden_rs[38701]: |--------------------------------------------------------------------|
bitwarden_rs[38701]: | This is an *unofficial* Bitwarden implementation, DO NOT use the   |
bitwarden_rs[38701]: | official channels to report bugs/features, regardless of client.   |
bitwarden_rs[38701]: | Send usage/configuration questions or feature requests to:         |
bitwarden_rs[38701]: |   https://bitwardenrs.discourse.group/                             |
bitwarden_rs[38701]: | Report suspected bugs/issues in the software itself at:            |
bitwarden_rs[38701]: |   https://github.com/dani-garcia/bitwarden_rs/issues/new           |
bitwarden_rs[38701]: \--------------------------------------------------------------------/
bitwarden_rs[38701]: [INFO] No .env file found.
bitwarden_rs[38701]: [2021-05-24 03:34:41.121][bitwarden_rs::api::core::sends][INFO] Initiating send deletion
bitwarden_rs[38701]: [2021-05-24 03:34:41.122][start][INFO] Rocket has launched from http://127.0.0.1:8222
bitwarden_rs[38701]: [2021-05-24 03:34:41.126][panic][ERROR] thread 'unnamed' panicked at 'failed to spawn thread: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }': /build/rustc-1.52.1-src/library/std/src/thread/mod.rs:620
bitwarden_rs[38701]:    0: bitwarden_rs::init_logging::{{closure}}
bitwarden_rs[38701]:    1: std::panicking::rust_panic_with_hook
bitwarden_rs[38701]:    2: std::panicking::begin_panic_handler::{{closure}}
bitwarden_rs[38701]:    3: std::sys_common::backtrace::__rust_end_short_backtrace
bitwarden_rs[38701]:    4: rust_begin_unwind
bitwarden_rs[38701]:    5: core::panicking::panic_fmt
bitwarden_rs[38701]:    6: core::result::unwrap_failed
bitwarden_rs[38701]:    7: hyper::server::listener::spawn_with
bitwarden_rs[38701]:    8: hyper::server::listener::ListenerPool<A>::accept
bitwarden_rs[38701]:    9: std::sys_common::backtrace::__rust_begin_short_backtrace
bitwarden_rs[38701]:   10: core::ops::function::FnOnce::call_once{{vtable.shim}}
bitwarden_rs[38701]:   11: std::sys::unix:🧵:Thread:🆕:thread_start
bitwarden_rs[38701]:   12: start_thread
bitwarden_rs[38701]:   13: __GI___clone
bitwarden_rs[38701]: [2021-05-24 03:34:41.126][panic][ERROR] thread 'main' panicked at 'internal error: entered unreachable code: the call to `handle_threads` should block on success': /build/bitwarden_rs-1.20.0-vendor.tar.gz/rocket/src/rocket.rs:751
bitwarden_rs[38701]:    0: bitwarden_rs::init_logging::{{closure}}
bitwarden_rs[38701]:    1: std::panicking::rust_panic_with_hook
bitwarden_rs[38701]:    2: std::panicking::begin_panic_handler::{{closure}}
bitwarden_rs[38701]:    3: std::sys_common::backtrace::__rust_end_short_backtrace
bitwarden_rs[38701]:    4: rust_begin_unwind
bitwarden_rs[38701]:    5: core::panicking::panic_fmt
bitwarden_rs[38701]:    6: rocket:🚀:Rocket::launch
bitwarden_rs[38701]:    7: bitwarden_rs::main
bitwarden_rs[38701]:    8: std::sys_common::backtrace::__rust_begin_short_backtrace
bitwarden_rs[38701]:    9: std::rt::lang_start::{{closure}}
bitwarden_rs[38701]:   10: std::rt::lang_start_internal
bitwarden_rs[38701]:   11: main
```
2021-05-24 04:36:17 +00:00
"Robert W. Pearce" 2bf8188db2
vimPlugins.moonlight-nvim: init at 2021-05-16 2021-05-23 23:20:54 -04:00
"Robert W. Pearce" e444cd105d
vimPlugins.nord-nvim: init at 2021-05-22 2021-05-23 23:20:53 -04:00
Sandro fd26001ead
Merge pull request #123304 from SuperSandro2000/pihole-exporter 2021-05-24 04:27:16 +02:00
Sandro Jäckel 541ff510da
top-level: sort prometheus exporter 2021-05-24 04:05:59 +02:00
Sandro Jäckel 0724518919
nixos/prometheus: init pihole-exporter 2021-05-24 04:05:59 +02:00
Sandro Jäckel 131700c100
prometheus-pihole-exporter: init at 0.0.11 2021-05-24 04:04:06 +02:00
Austin Butler 7f5c4bea94 pulumi-bin: 3.1.0 -> 3.3.0 2021-05-23 19:01:22 -07:00
Sandro 8d7d6f8c16
Merge pull request #124193 from Ma27/fix-php-dom
phpExtensions.dom: fix build
2021-05-24 04:00:15 +02:00
happysalada 7e26b2a455 elixir: remove unused setup hook 2021-05-24 10:14:44 +09:00
happysalada 79118eb657 elixir: format: group inherit 2021-05-24 10:14:44 +09:00
happysalada 58a66f0160 elixir: nixpkgs-fmt 2021-05-24 10:14:44 +09:00
happysalada a6cfe32089 elixir: add deprecation schedule docs 2021-05-24 10:14:17 +09:00
happysalada aa86fdcf85 elixir: default to 1.12; init 1.12 2021-05-24 10:14:17 +09:00
Mario Rodas fc6084c0af
Merge pull request #124127 from LeSuisse/redis-6.2.3
redis: 6.2.1 -> 6.2.3
2021-05-23 19:54:59 -05:00
Luke Granger-Brown db9dd99b6c
Merge pull request #124199 from teto/fix/metasploit.mainProgram
metasploit: set mainProgram
2021-05-24 01:46:48 +01:00
Luke Granger-Brown 9deeafd24d
Merge pull request #123150 from stelcodes/master
zprint: init at 1.1.2
2021-05-24 01:44:10 +01:00