Commit Graph
297658 Commits
Author SHA1 Message Date
R. RyanTMandJonathan Ringer a62e112d59 jackett: 0.18.231 -> 0.18.234 2021-06-16 12:49:26 -07:00
R. RyanTMandJonathan Ringer 79481fba62 gcsfuse: 0.35.0 -> 0.35.1 2021-06-16 12:49:09 -07:00
Martin Weinelt 36659d1efa nixos/home-assistant: update hardening
This makes access to serial devices contingent on using certain
components and restricts the default setup even further.
2021-06-16 21:31:24 +02:00
Martin WeineltandGitHub 891ed2031b Merge pull request #126843 from helsinki-systems/upd/nss 2021-06-16 21:29:55 +02:00
Martin WeineltandGitHub 039fc8c62b Merge pull request #127091 from dotlambda/home-assistant-availableComponents-passthru
home-assistant: move availableComponents to passthru
2021-06-16 21:19:10 +02:00
Martin Weinelt 43f4cfd381 esphome: 1.18.0 -> 1.19.0 2021-06-16 21:01:02 +02:00
Robert SchützandGitHub d850550ec8 Merge pull request #116181 from ju1m/mastodon-archive
mastodon-archive: init at 1.3.1
2021-06-16 20:54:37 +02:00
Arthur Gautier 61a9aafda6 rust-bindgen: some features of bindgen require a recent version of llvm
Features likes 'asm goto' are only available if compiled with llvm >= 11.

This is required for rust-in-linux development for example. I believe
binding to llvmPackages_latest is an acceptable tradeoff.

```
  RUSTC L rust/build_error.o
error: unknown argument: '-fmacro-prefix-map=./='
error: unknown argument: '-fno-stack-clash-protection'
error: unknown warning option '-Wno-frame-address'; did you mean '-Wno-address'? [-Wunknown-warning-option]
error: unknown warning option '-Wno-pointer-to-enum-cast' [-Wunknown-warning-option]
./arch/x86/include/asm/bitops.h:138:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/bitops.h:162:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/bitops.h:201:9: error: 'asm goto' constructs are not supported yet
./include/linux/list.h:282:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./include/linux/list.h:318:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./include/linux/list.h:821:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./include/linux/list.h:830:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./arch/x86/include/asm/atomic.h:83:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic.h:123:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic.h:137:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic.h:152:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:76:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:118:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:132:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:147:9: error: 'asm goto' constructs are not supported yet
./include/linux/jump_label.h:278:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:284:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:306:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:309:3: error: expected '(' after 'asm'
./include/linux/jump_label.h:317:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:320:3: error: expected '(' after 'asm'
./include/linux/llist.h:189:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
error: unknown argument: '-fmacro-prefix-map=./=', err: true
error: unknown argument: '-fno-stack-clash-protection', err: true
error: unknown warning option '-Wno-frame-address'; did you mean '-Wno-address'? [-Wunknown-warning-option], err: true
error: unknown warning option '-Wno-pointer-to-enum-cast' [-Wunknown-warning-option], err: true
./arch/x86/include/asm/bitops.h:138:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/bitops.h:162:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/bitops.h:201:9: error: 'asm goto' constructs are not supported yet, err: true
./include/linux/list.h:282:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./include/linux/list.h:318:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./include/linux/list.h:821:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./include/linux/list.h:830:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./arch/x86/include/asm/atomic.h:83:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic.h:123:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic.h:137:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic.h:152:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:76:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:118:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:132:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:147:9: error: 'asm goto' constructs are not supported yet, err: true
./include/linux/jump_label.h:278:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:284:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:306:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:309:3: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:317:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:320:3: error: expected '(' after 'asm', err: true
./include/linux/llist.h:189:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
fatal error: too many errors emitted, stopping now [-ferror-limit=], err: true
thread 'main' panicked at 'Unable to generate bindings: ()', src/main.rs:54:36
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
make[1]: *** [rust/Makefile:141: rust/bindings_generated.rs] Error 1
make[1]: *** Deleting file 'rust/bindings_generated.rs'
```

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-06-16 18:52:09 +00:00
Michele Guerini RoccoandGitHub 981ad7eae3 Merge pull request #126955 from ncfavier/dina-fonttosfnt
dina-font: use fonttosfnt instead of fontforge to generate OTB files
2021-06-16 20:49:24 +02:00
Anderson TorresandGitHub 78a6cf423d Merge pull request #123843 from lunik1/ppsspp-ffmpeg-44-fix
ppsspp: fix build against ffmpeg 4.4
2021-06-16 15:28:47 -03:00
Julien Moutinho 0af0d5c5c3 mastodon-archive: init at 1.3.1 2021-06-16 20:24:45 +02:00
github-actions[bot]andGitHub 8b9fa8d446 Merge staging-next into staging 2021-06-16 18:04:48 +00:00
github-actions[bot]andGitHub 2d104c99a7 Merge master into staging-next 2021-06-16 18:04:45 +00:00
Jan Tojnar e3dfa79441 Merge branch 'staging-next' into staging
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-16 19:59:05 +02:00
Git Machete Release Bot 8aebc1b904 gitAndTools.git-machete: 3.1.1 -> 3.2.0
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
2021-06-16 17:56:47 +00:00
Milan Pässler 30915f8d47 asciidoc: 9.0.4 -> 9.1 2021-06-16 19:19:22 +02:00
Robert SchützandGitHub d86f21194a Merge pull request #127058 from r-ryantm/auto-update/krita
krita: 4.4.3 -> 4.4.5
2021-06-16 19:15:40 +02:00
Michael WeissandGitHub e6e12c3cf9 Merge pull request #127109 from primeos/signal-desktop
signal-desktop: 5.4.1 -> 5.5.0
2021-06-16 19:14:43 +02:00
SandroandGitHub 446b975aad Merge pull request #127111 from figsoda/lightspeed.nvim 2021-06-16 19:07:46 +02:00
ef74702bff litestream: init at 0.3.5 (#127108)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-16 19:06:30 +02:00
Jacek GalowiczandGitHub a6d8488c58 Merge pull request #125973 from blaggacao/nixos-test-ref/02-normalise-test-driver-nix-expressions
nixos test ref/02 normalise test driver nix expressions
2021-06-16 18:59:23 +02:00
SandroandGitHub 0747387223 Merge pull request #126998 from Artturin/update-discord
discord-canary: 0.0.124 -> 0.0.125
2021-06-16 18:47:24 +02:00
figsoda 05d30b3131 vimPlugins.lightspeed-nvim: init at 2021-06-16 2021-06-16 12:47:10 -04:00
figsoda b7b076a808 vimPlugins: update 2021-06-16 12:46:45 -04:00
SandroandGitHub b4f8cd4e72 Merge pull request #127005 from jbedo/singularity
singularity: 3.7.4 -> 3.8.0
2021-06-16 18:46:42 +02:00
Thomas GerbetandThomas Gerbet fc1c4bab77 git: fix pkgsStatic build 2021-06-16 18:46:39 +02:00
Naïm Favier 00bda76bc7 dina-font: use fonttosfnt instead of fontforge 2021-06-16 18:45:53 +02:00
SandroandGitHub b626e8a230 Merge pull request #127038 from purcell/hdf4-aarch64-darwin
hdf4: fix build on aarch64-darwin
2021-06-16 18:44:00 +02:00
SandroandGitHub 75dc3bbdd4 Merge pull request #126997 from dotlambda/kdeltachat-2021-06-14 2021-06-16 18:36:29 +02:00
Michael Weiss fcda0d80a3 signal-desktop: 5.4.1 -> 5.5.0 2021-06-16 18:35:33 +02:00
SandroandGitHub 413d561316 Merge pull request #127029 from figsoda/presence.nvim 2021-06-16 18:34:40 +02:00
SandroandGitHub d01e08305a Merge pull request #126288 from mweinelt/libbass 2021-06-16 18:33:49 +02:00
SandroandGitHub 4d374223f7 Merge pull request #126994 from r-ryantm/auto-update/dotenv-linter 2021-06-16 18:33:01 +02:00
SandroandGitHub 19e79f03cf Merge pull request #127032 from weihua-lu/logseq-0.1.8
logseq: 0.1.3 -> 0.1.8
2021-06-16 18:31:16 +02:00
Farid Zakaria f9f5f4986b openjdk11: remove default library path
This is a follow up to #123708 which does the similar patch but for
OpenJDK11.

Please see the linked issue for more detailed rationale.
2021-06-16 09:30:24 -07:00
SandroandGitHub 5fd5d3916d Merge pull request #127048 from superherointj/package-tfk8s-v0.1.4
tfk8s: 0.1.3 -> 0.1.4
2021-06-16 18:29:32 +02:00
SandroandGitHub 66ab533cf5 Merge pull request #127047 from happysalada/vscode-extensions-nixpkgs-fmt-buildInputs
vscode-extensions.b4dm4n.vscode-nixpkgs-fmt: remove unused buildInput
2021-06-16 18:28:38 +02:00
SandroandGitHub f19e197e43 Merge pull request #114942 from lopsided98/spidermonkey-arm
spidermonkey_78: fix build on armv7l
2021-06-16 18:28:22 +02:00
SandroandGitHub 4d5f3b8d93 Merge pull request #127022 from r-ryantm/auto-update/glab
glab: 1.18.0 -> 1.18.1
2021-06-16 18:25:26 +02:00
SandroandGitHub 2c027fa331 Merge pull request #127104 from 06kellyjac/kubesec 2021-06-16 18:25:12 +02:00
Drew Risinger 8bc99a162f octoprint: pin websocket-client to 0.58.0 2021-06-16 12:24:26 -04:00
SandroandGitHub 22c313a684 Merge pull request #127046 from happysalada/update_vscode_shellcheck 2021-06-16 18:24:14 +02:00
SandroandGitHub 05c4eda9af Merge pull request #126870 from r-ryantm/auto-update/brave
brave: 1.25.68 -> 1.25.72
2021-06-16 18:23:22 +02:00
SandroandGitHub 7438a9c31f Merge pull request #127035 from r-ryantm/auto-update/helvum
helvum: 0.2.0 -> 0.2.1
2021-06-16 18:22:52 +02:00
SandroandGitHub f583130a9c Merge pull request #127043 from r-ryantm/auto-update/python3.8-i3-balance-workspace
i3-balance-workspace: 1.8.4 -> 1.8.5
2021-06-16 18:22:41 +02:00
Drew Risinger 6bf47f4452 python3Packages.jellyfin-apiclient-python: add six dependency 2021-06-16 12:09:27 -04:00
SandroandGitHub 1d04891321 Merge pull request #127050 from 06kellyjac/deno
deno: 1.11.0 -> 1.11.1
2021-06-16 17:54:10 +02:00
SandroandGitHub 0c2a27b67c Merge pull request #126766 from maxeaubrey/iwd_ell_bump 2021-06-16 17:53:45 +02:00
SandroandGitHub 22a29f491a Merge pull request #124566 from mweinelt/synapse-jemalloc 2021-06-16 17:52:56 +02:00
06kellyjac 75916fb375 kubesec: 2.11.1 -> 2.11.2
Added changelog
Added further notes for why tests are skipped
2021-06-16 16:52:08 +01:00