File tree Expand file tree Collapse file tree
modules/user/programs/gui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 gimp
5252 sxiv
5353 pkgs-unstable . telegram-desktop
54- ( pkgs . symlinkJoin {
55- name = "jellyfin-desktop-wrapped" ;
56- paths = [
57- pkgs . jellyfin-desktop
58- ] ;
59- nativeBuildInputs = [
60- pkgs . makeWrapper
61- ] ;
62- # Playback on qt6-webengine 6.11.0 is broken: https://github.com/NixOS/nixpkgs/issues/519073
63- postBuild = ''
64- wrapProgram $out/bin/jellyfin-desktop \
65- --set QTWEBENGINE_FORCE_USE_GBM 0
66- '' ;
67- } )
54+ # NOTE: jellyfin-desktop qt5->qt6 works poorly and seems to have been vibe-coded
55+ # jellyfin-desktop Rust rewrite is vibe-coded (despite what's claimed by the author)
56+ # and full of unsound code.
57+ # (pkgs.symlinkJoin {
58+ # name = "jellyfin-desktop-wrapped";
59+ # paths = [
60+ # pkgs.jellyfin-desktop
61+ # ];
62+ # nativeBuildInputs = [
63+ # pkgs.makeWrapper
64+ # ];
65+ # # Playback on qt6-webengine 6.11.0 is broken: https://github.com/NixOS/nixpkgs/issues/519073
66+ # postBuild = ''
67+ # wrapProgram $out/bin/jellyfin-desktop \
68+ # --set QTWEBENGINE_FORCE_USE_GBM 0
69+ # '';
70+ # })
71+ fladder
6872 steam
6973 libreoffice-fresh
7074 ( kitsas . overrideAttrs ( final : {
You can’t perform that action at this time.
0 commit comments