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