Commit Graph
292285 Commits
Author SHA1 Message Date
Jörg ThalheimandGitHub 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 TorresandGitHub 41d76a33eb Merge pull request #119967 from xoe-labs/da/add-lib-flake
init: lib/flake
2021-05-24 02:06:19 -03:00
Robert ScottandJonathan Ringer 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 BrounsandJonathan Ringer a72c8a1d1c surge: 1.8.1 -> 1.9.0 2021-05-23 21:43:47 -07:00
Noah D. BrenowitzandJonathan Ringer 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::new::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::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"andRobert W. Pearce 2bf8188db2 vimPlugins.moonlight-nvim: init at 2021-05-16 2021-05-23 23:20:54 -04:00
"Robert W. Pearce"andRobert W. Pearce e444cd105d vimPlugins.nord-nvim: init at 2021-05-22 2021-05-23 23:20:53 -04:00
SandroandGitHub 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
SandroandGitHub 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 RodasandGitHub 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-BrownandGitHub db9dd99b6c Merge pull request #124199 from teto/fix/metasploit.mainProgram
metasploit: set mainProgram
2021-05-24 01:46:48 +01:00
Luke Granger-BrownandGitHub 9deeafd24d Merge pull request #123150 from stelcodes/master
zprint: init at 1.1.2
2021-05-24 01:44:10 +01:00
Stel Abrego eacbb570cd init zprint at 1.1.2 2021-05-23 20:19:29 -04:00
Stel Abrego 2d98c76a38 maintainers: add stelcodes 2021-05-23 19:17:33 -04:00
Fabian AffolterandGitHub 8fe39d98e4 Merge pull request #124004 from fabaff/bump-pymsteams
python3Packages.pymsteams: 0.1.14 -> 0.1.15
2021-05-24 01:14:06 +02:00
Fabian AffolterandGitHub 5684a1fd83 Merge pull request #124003 from fabaff/bump-pymazda
python3Packages.pymazda: 0.1.1 -> 0.1.5
2021-05-24 01:13:41 +02:00
Anderson TorresandGitHub e445fc8661 Merge pull request #123583 from superherointj/module-libvirtd-ovmf-aarch64-fix
libvirtd: fix ovmf for aarch64
2021-05-23 19:56:27 -03:00
R. RyanTM b55ce5bfdc ft2-clone: 1.46 -> 1.47 2021-05-23 22:30:36 +00:00
Pavol Rusnak 33fccb2f00 etebase-server: mark no longer broken on darwin 2021-05-24 00:26:15 +02:00
Pavol Rusnak 502fda429d debianutils: mark no longer broken on darwin 2021-05-24 00:18:37 +02:00
Pavol Rusnak 1077554f19 rw: mark no longer broken on darwin 2021-05-24 00:15:21 +02:00
Matthieu Coudron a528f2a48d metasploit: set mainProgram 2021-05-23 23:41:15 +02:00
Pavol RusnakandGitHub 0b6531b9e8 Merge pull request #124169 from prusnak/otfcc
otfcc: enable aarch64-darwin build
2021-05-23 23:23:33 +02:00
Pavol RusnakandGitHub ce1aca144a Merge pull request #124173 from prusnak/chmlib
chmlib: enable aarch64-darwin build
2021-05-23 23:23:21 +02:00
Pavol RusnakandGitHub 82035ff745 Merge pull request #124174 from prusnak/nushell
nushell: enable aarch64-darwin build
2021-05-23 23:23:02 +02:00
Guillaume GirolandGitHub f1721209f0 Merge pull request #124086 from sikmir/qvge
qvge: 0.6.2 → 0.6.3
2021-05-23 20:48:52 +00:00
Alyssa Ross dc3dea22be doc/submitting-changes: should -> must
To me, as a native English speaker, this doesn't change the meaning of
the sentence at all.  But to a non-native speaker, this can read like
the staging-next rules are only recommendations.  Let's make this
clearer.
2021-05-23 20:26:32 +00:00
Linus HeckemannandGitHub e438e6eb6b Merge pull request #124106 from r-ryantm/auto-update/bemenu
bemenu: 0.6.0 -> 0.6.1
2021-05-23 22:09:25 +02:00
Doron BeharandGitHub 71acbedaaa Merge pull request #123984 from doronbehar/pkg/octave/withPackages
octave.buildEnv: Handle better no packages situation
2021-05-23 19:58:43 +00:00
Sandro Jäckel 8cc310c77c safe-rm: 0.12 -> 1.1.0 2021-05-23 21:38:00 +02:00
Ryan MulliganandGitHub 3118dc7994 Merge pull request #123967 from r-ryantm/auto-update/goreleaser
goreleaser: 0.164.0 -> 0.165.0
2021-05-23 12:37:13 -07:00
Pavol Rusnak 509b00e9af chmlib: enable aarch64-darwin build 2021-05-23 21:28:13 +02:00
Maximilian Bosch 53951c0c14 phpExtensions.dom: fix build
ZHF #122042
2021-05-23 21:26:27 +02:00
Pavol Rusnak 459fbe1931 nushell: enable aarch64-darwin build 2021-05-23 21:26:17 +02:00
Jörg Thalheim c266643ae2 redis: enable pie 2021-05-23 21:00:53 +02:00
Michael RaskinandGitHub ab51a2dbd6 Merge pull request #123926 from pschyska/master
nixos/atop: Add defaultText to types.package options, Fix timing-related test failures.
2021-05-23 18:08:46 +00:00
José Romildo MalaquiasandGitHub de84bd18d7 Merge pull request #121031 from romildo/fix.lxqt
lxqt: does not explicitly require gvfs package
2021-05-23 15:06:55 -03:00
Emery HemingwayandProfpatsch 0e1ad6217a taler-exchange, taler-merchant: init at 0.8.1, 0.8.0 2021-05-23 19:50:32 +02:00