Merge pull request #307294 from devusb/protonup-qt-zstd

protonup-qt: add zstd to extraPkgs

authored by Jörg Thalheim and committed by GitHub 73d64d86 3155cf89

+2
+2
pkgs/applications/misc/protonup-qt/default.nix
··· 20 20 --replace 'Icon=net.davidotek.pupgui2' 'Icon=${pname}' 21 21 ''; 22 22 23 + extraPkgs = pkgs: with pkgs; [ zstd ]; 24 + 23 25 meta = with lib; { 24 26 homepage = "https://davidotek.github.io/protonup-qt/"; 25 27 description = "Install and manage Proton-GE and Luxtorpeda for Steam and Wine-GE for Lutris with this graphical user interface.";