Commit graph

296266 commits

Author SHA1 Message Date
R. RyanTM 8fe37ad09e gnumeric: 1.12.49 -> 1.12.50 2021-06-16 13:42:33 -07:00
R. RyanTM 90022056f5 byacc: 20210109 -> 20210520 2021-06-16 13:36:12 -07:00
Jonathan Ringer 08581dc64c
dwarf-therapist: 41.1.5 -> 41.2.2 2021-06-16 13:36:04 -07:00
Jonathan Ringer 9073a7eb62
pappl: 1.0.2 -> 1.0.3 2021-06-16 13:16:26 -07:00
R. RyanTM 816d212fa2 gappa: 1.3.5 -> 1.4.0 2021-06-16 13:16:13 -07:00
R. RyanTM a92e4782ae fn-cli: 0.6.6 -> 0.6.7 2021-06-16 13:15:52 -07:00
R. RyanTM acf469c651 gensio: 2.2.5 -> 2.2.7 2021-06-16 13:15:38 -07:00
R. RyanTM ed50ad5a9a spleen: 1.9.0 -> 1.9.1 2021-06-16 13:11:26 -07:00
R. RyanTM 068b26fa11 jruby: 9.2.17.0 -> 9.2.18.0 2021-06-16 13:09:05 -07:00
R. RyanTM 9854c5b979 janet: 1.16.0 -> 1.16.1 2021-06-16 13:08:46 -07:00
Pavol Rusnak 6f58047b1f electrum: 4.1.2 -> 4.1.3 2021-06-16 13:05:38 -07:00
R. RyanTM 01b496b92f libwpe: 1.10.0 -> 1.10.1 2021-06-16 13:05:04 -07:00
Sandro Jäckel 911244ebe2 croc: 9.1.5 -> 9.1.6 2021-06-16 13:03:38 -07:00
oxalica 07f392cd0c vimPlugins.{vim-speeddating,vim-surround,vim-unimpaired}: add dependency vim-repeat 2021-06-16 13:01:37 -07:00
figsoda 435032e8c1 vimPlugins.snap: init at 2021-06-16 2021-06-16 13:01:12 -07:00
figsoda f0f4601d3a vimPlugins: update 2021-06-16 13:01:12 -07:00
Mustafa Çalışkan b556b25aad fritzing: 0.9.4-498 -> 0.9.6 2021-06-16 22:56:46 +03:00
R. RyanTM 154cd7d9af alembic: 1.8.1 -> 1.8.2 2021-06-16 12:54:31 -07:00
Jonathan Ringer 2491f89b95
python3Packages.pybids: 0.13 -> 0.13.1 2021-06-16 12:53:39 -07:00
R. RyanTM 7d2f265e01 i3lock-color: 2.13.c.3 -> 2.13.c.4 2021-06-16 12:53:37 -07:00
R. RyanTM 2f4769197b gallery-dl: 1.17.4 -> 1.17.5 2021-06-16 12:51:51 -07:00
R. RyanTM fbbd31e0e8 python39Packages.foxdot: 0.8.11 -> 0.8.12 2021-06-16 12:50:04 -07:00
R. RyanTM a62e112d59 jackett: 0.18.231 -> 0.18.234 2021-06-16 12:49:26 -07:00
R. RyanTM 79481fba62 gcsfuse: 0.35.0 -> 0.35.1 2021-06-16 12:49:09 -07:00
Martin Weinelt 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ütz 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 Rocco 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 Torres 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] 2d104c99a7
Merge master into staging-next 2021-06-16 18:04:45 +00:00
Robert Schütz 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 Weiss 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
Sandro 446b975aad
Merge pull request #127111 from figsoda/lightspeed.nvim 2021-06-16 19:07:46 +02:00
Florian Beeres 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 Galowicz 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
Sandro 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
Sandro b4f8cd4e72
Merge pull request #127005 from jbedo/singularity
singularity: 3.7.4 -> 3.8.0
2021-06-16 18:46:42 +02:00
Thomas 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
Sandro b626e8a230
Merge pull request #127038 from purcell/hdf4-aarch64-darwin
hdf4: fix build on aarch64-darwin
2021-06-16 18:44:00 +02:00
Sandro 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
Sandro 413d561316
Merge pull request #127029 from figsoda/presence.nvim 2021-06-16 18:34:40 +02:00
Sandro d01e08305a
Merge pull request #126288 from mweinelt/libbass 2021-06-16 18:33:49 +02:00
Sandro 4d374223f7
Merge pull request #126994 from r-ryantm/auto-update/dotenv-linter 2021-06-16 18:33:01 +02:00
Sandro 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