3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

439307 commits

Author SHA1 Message Date
Izorkin 53cbb123f5
chrony: update build configuration 2023-01-03 07:53:35 +03:00
R. Ryantm 409c646eeb jetty: 11.0.12 -> 11.0.13 2023-01-02 20:05:06 +08:00
R. Ryantm f3736db70d qpwgraph: 0.3.6 -> 0.3.9 2023-01-02 19:59:03 +08:00
Bjørn Forsman 365fa435c9 jellyfin-media-player: disable pipewireSupport in mpv to fix segfault
Without this change it segfaults when trying to play any media:

  $ jellyfinmediaplayer
  Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
  libpng warning: iCCP: known incorrect sRGB profile
  Logging to /home/bf/.local/share/jellyfinmediaplayer/logs/jellyfinmediaplayer.log
  Cannot load libcuda.so.1
  Segmentation fault (core dumped)

The backtrace shows pipewire being at fault:

  $ coredumpctl debug
  [...]
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0x00007f711428c9bb in core_event_demarshal_remove_id () from /nix/store/nhffrd7f15dhfbkwzgayq7hhzmdvdy19-pipewire-0.3.63-lib/lib/pipewire-0.3/libpipewire-module-protocol-native.so
  [Current thread is 1 (Thread 0x7f6ffdc87640 (LWP 1360949))]
  (gdb) bt
  #0  0x00007f711428c9bb in core_event_demarshal_remove_id () from /nix/store/nhffrd7f15dhfbkwzgayq7hhzmdvdy19-pipewire-0.3.63-lib/lib/pipewire-0.3/libpipewire-module-protocol-native.so
  #1  0x00007f711428886c in process_remote () from /nix/store/nhffrd7f15dhfbkwzgayq7hhzmdvdy19-pipewire-0.3.63-lib/lib/pipewire-0.3/libpipewire-module-protocol-native.so
  #2  0x00007f7114288e68 in on_remote_data () from /nix/store/nhffrd7f15dhfbkwzgayq7hhzmdvdy19-pipewire-0.3.63-lib/lib/pipewire-0.3/libpipewire-module-protocol-native.so
  #3  0x00007f7114310efe in loop_iterate () from /nix/store/nhffrd7f15dhfbkwzgayq7hhzmdvdy19-pipewire-0.3.63-lib/lib/spa-0.2/support/libspa-support.so
  #4  0x00007f71266fe7f2 in do_loop () from /nix/store/nhffrd7f15dhfbkwzgayq7hhzmdvdy19-pipewire-0.3.63-lib/lib/libpipewire-0.3.so.0
  #5  0x00007f7128b08e86 in start_thread () from /nix/store/ayfr5l52xkqqjn3n4h9jfacgnchz1z7s-glibc-2.35-224/lib/libc.so.6
  #6  0x00007f7128b8fce0 in clone3 () from /nix/store/ayfr5l52xkqqjn3n4h9jfacgnchz1z7s-glibc-2.35-224/lib/libc.so.6
  (gdb)

Standalone mpv doesn't segfault (when directly playing the underlying
media files). I don't know why.

Fixes: b97cda7d44 ("mpv-unwrapped: 0.34.1 -> 0.35.0")

Fixes https://github.com/NixOS/nixpkgs/issues/205141

Ref https://github.com/jellyfin/jellyfin-media-player/issues/341
2023-01-02 12:32:02 +01:00
R. Ryantm 718eba0289 tinygltf: 2.6.3 -> 2.7.0 2023-01-02 19:11:32 +08:00
zowoq 2c4b97d6a0 Revert "luaPackages.lsqlite3complete: init at 0.9.5-1"
This reverts commit 776bc0a8a5.

broke eval
2023-01-02 21:03:17 +10:00
Maximilian Bosch ba633b04e7
Merge pull request #208290 from Ma27/bump-gitea
gitea: 1.17.4 -> 1.18.0
2023-01-02 12:01:05 +01:00
Spencer Pogorzelski 776bc0a8a5 luaPackages.lsqlite3complete: init at 0.9.5-1 2023-01-02 11:47:50 +01:00
Doron Behar 3d796abc90
Merge pull request #206284 from alerque/sile-0.14.6
sile: 0.14.5 -> 0.14.7
2023-01-02 12:41:45 +02:00
Bobby Rong 9c4971292f
Merge pull request #208646 from panicgh/dataexplorer-pin-jdk17
dataexplorer: pin jdk17
2023-01-02 18:28:43 +08:00
Bobby Rong 6893447b50
Merge pull request #208520 from sei40kr/etc-whitesur-icon-theme
whitesur-icon-theme: etc
2023-01-02 18:22:46 +08:00
Maximilian Bosch b5c6d4dabd
gitea: mark as broken on darwin
Build is currently failing:

```
/nix/store/za0pnll14dv61b124n6xxnjapd150lcr-go-1.19.4/share/go/pkg/tool/darwin_amd64/link: running clang failed: exit status 1
Undefined symbols for architecture x86_64:
  "_pam_start_confdir", referenced from:
      __cgo_897673d6bfaf_Cfunc_pam_start_confdir in 000032.o
      _check_pam_start_confdir in 000033.o
     (maybe you meant: _check_pam_start_confdir, __cgo_897673d6bfaf_Cfunc_check_pam_start_confdir , __cgo_897673d6bfaf_Cfunc_pam_start_confdir )
ld: symbol(s) not found for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
error: builder for '/nix/store/zqr2xx5a66km81m8av714sm45gy3ym0g-gitea-1.18.0.drv' failed with exit code 1;
```
2023-01-02 11:19:05 +01:00
Maximilian Bosch 0cd88dbc60
nixos/gitea: adapt configs for 1.18
Co-authored-by: Izorkin <izorkin@elven.pw>
2023-01-02 11:19:04 +01:00
Maximilian Bosch 100d943cc1
gitea: 1.17.4 -> 1.18.0
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.18.0
2023-01-02 11:19:04 +01:00
R. Ryantm 2487841947 lite-xl: 2.1.0 -> 2.1.1 2023-01-02 18:18:48 +08:00
Maximilian Bosch 24486b71fa
Merge pull request #208724 from Ma27/bump-evcxr
evcxr: 0.14.1 -> 0.14.2
2023-01-02 11:09:05 +01:00
Fabian Affolter 81985cf4b0
Merge pull request #208651 from r-ryantm/auto-update/python3.10-pytest-relaxed
python310Packages.pytest-relaxed: 1.1.5 -> 2.0.0
2023-01-02 11:04:08 +01:00
Fabian Affolter 93ba7cbb46
Merge pull request #208633 from fabaff/trivy-bump
trivy: 0.35.0 -> 0.36.0
2023-01-02 10:57:17 +01:00
Fabian Affolter ceb991d8a6
Merge pull request #208640 from fabaff/metasploit-bump
metasploit: 6.2.32 -> 6.2.33
2023-01-02 10:57:05 +01:00
Fabian Affolter 8185e810e1
Merge pull request #208647 from fabaff/cadaver-bump
cadaver: 0.23.3 -> 0.24
2023-01-02 10:56:56 +01:00
Fabian Affolter c66d24a7ff
python310Packages.pytest-relaxed: add changelog to meta
- disable on unsupported Python releases
- re-enable tests
- no longer broken
2023-01-02 10:44:48 +01:00
Caleb Maclennan f30b16c1f7
sile: 0.14.5 → 0.14.7
https://github.com/sile-typesetter/sile/releases/tag/v0.14.6
https://github.com/sile-typesetter/sile/releases/tag/v0.14.7
2023-01-02 12:42:01 +03:00
Fabian Affolter 90493b2b07
Merge pull request #208705 from r-ryantm/auto-update/python310Packages.aiounifi
python310Packages.aiounifi: 42 -> 43
2023-01-02 10:19:57 +01:00
Maximilian Bosch f0d67d8732
evcxr: 0.14.1 -> 0.14.2
ChangeLog: https://github.com/google/evcxr/releases/tag/v0.14.2
2023-01-02 10:09:35 +01:00
Fabian Affolter 3775013053
python310Packages.aiounifi: add changelog to meta 2023-01-02 09:59:15 +01:00
Fabian Affolter 39de769024
Merge pull request #208101 from fabaff/google-cloud-iam-logging-bump
python310Packages.google-auth: 2.14.0 -> 2.15.0, python310Packages.google-api-core: 2.10.2 -> 2.11.0
2023-01-02 09:53:11 +01:00
Jörg Thalheim 3520682a7e
Merge pull request #208711 from qowoz/tf-token
terraform-providers: add github token to update-providers
2023-01-02 08:30:20 +00:00
Adam Joseph b92e8e5997 pkgs/top-level/release-cross.nix: add Hydra jobs for pkgsCross.platform.nixStatic
This commit causes Hydra to build `nixStatic` on non-NixOS platforms
for which nixStatic is known to build correctly.

Providing Hydra builds of `nixStatic` on these platforms allows users
to bootstrap their local nixpkgs system without either having to:

a. Trust binaries that came from a source other than Hydra or

b. Fight with their host distribution to satisfy all of nix's large
   set of build dependencies (this is not easy!)

Currently there are two platforms in this set: mips64el-linux-gnuabi64
and powerpc64le-linux-gnu.
2023-01-02 08:53:59 +01:00
Vincent Laporte 3c4aef1767 ocamlPackages.parany: 12.1.2 → {12.2.2, 13.0.1} 2023-01-02 08:48:28 +01:00
Vincent Laporte 62cc26f3f6 ocamlPackages.domainslib: init at 0.5.0 2023-01-02 08:48:28 +01:00
Vincent Laporte f0dfae91ff ocamlPackages.lockfree: init at 0.3.0 2023-01-02 08:48:28 +01:00
Vincent Laporte 3d8917729d ocamlPackages.dscheck: init at 0.1.0 2023-01-02 08:48:28 +01:00
Vincent Laporte 9f7b13abc5 ocamlPackages.oseq: init at 0.4 2023-01-02 08:48:28 +01:00
Vincent Laporte 339c7867b8 comby: use dune 3 2023-01-02 08:48:28 +01:00
Jan Tojnar 234ef727ed
Merge pull request #207715 from jtojnar/gnome-debug
GNOME: enable debug info for more crash-prone libs
2023-01-02 06:40:46 +01:00
figsoda a4379d2b0d
Merge pull request #208637 from figsoda/highlight-assertions
highlight-assertions: unstable-2022-11-24 -> 0.1.6
2023-01-01 23:31:48 -05:00
Alyssa Ross ad049483af edk2: don't hardcode OSes in meta.platforms
There's nothing about edk2 specific to the host OS, and it builds fine
with e.g. a NetBSD toolchain, so we should only restrict
meta.platforms by architecture, not by OS.
2023-01-02 03:58:58 +00:00
figsoda f24cc66c0e
Merge pull request #208710 from foo-dogsquared/update-moar
moar: 1.11.2 -> 1.11.3
2023-01-01 22:57:51 -05:00
zowoq 9fde2b66f8 terraform-providers: add github token to update-providers 2023-01-02 13:48:28 +10:00
Gabriel Arazas 70fcfdb3ac moar: 1.11.2 -> 1.11.3 2023-01-02 11:21:43 +08:00
figsoda 7ab926e57b
Merge pull request #208491 from r-ryantm/auto-update/ncspot
ncspot: 0.11.2 -> 0.12.0
2023-01-01 21:42:23 -05:00
zowoq 3cc18bf489 go_1_20: init at 1.20rc1 2023-01-02 12:18:07 +10:00
R. Ryantm ce82d2d926 python310Packages.aiounifi: 42 -> 43 2023-01-02 02:09:38 +00:00
Anderson Torres 8d6446d553
Merge pull request #208555 from OPNA2608/update/palemoon
palemoon: 31.4.1.1 -> 31.4.2
2023-01-01 22:50:27 -03:00
Anderson Torres b9a9b3861a
Merge pull request #208586 from r-ryantm/auto-update/libopenshot-audio
libsForQt5.libopenshot-audio: 0.2.2 -> 0.3.0
2023-01-01 22:50:01 -03:00
Andrew Morgan 47fd756154
bitwig-studio: fix crash when creating user color palette via importing a JPEG image (#201847) 2023-01-02 02:11:56 +01:00
Anderson Torres 41b390e0b3
Merge pull request #208512 from atorres1985-contrib/small-fixups
CONTRIBUTING.md: clarify some directives about `meta` attributes
2023-01-01 21:40:56 -03:00
Martin Weinelt 3f5dc2ce41
Merge pull request #208661 from rhoriguchi/prowlarr 2023-01-02 01:24:28 +01:00
Martin Weinelt 0fc9fca9c8
Merge pull request #208684 from wesleyjrz/update-wesleyjrz-email 2023-01-02 01:06:23 +01:00
Wesley Jr 4d80df27c2
maintainers: update wesleyjrz email 2023-01-01 20:49:19 -03:00