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

protonup-qt: add zstd to extraPkgs
This commit is contained in:
Jörg Thalheim 2024-04-30 09:41:34 +02:00 committed by GitHub
commit 73d64d8678
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,8 @@ appimageTools.wrapType2 {
--replace 'Icon=net.davidotek.pupgui2' 'Icon=${pname}'
'';
extraPkgs = pkgs: with pkgs; [ zstd ];
meta = with lib; {
homepage = "https://davidotek.github.io/protonup-qt/";
description = "Install and manage Proton-GE and Luxtorpeda for Steam and Wine-GE for Lutris with this graphical user interface.";