Unverified Commit 73d64d86 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

protonup-qt: add zstd to extraPkgs
parents 3155cf89 9784c89a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.";