query
On this page

targetPkgs

pkgs.appimageTools.defaultFhsEnvArgs.targetPkgs

Docs pulled from | This Revision | about 1 hour ago


Most of the packages were taken from the Steam chroot


Noogle detected

Implementation

The following is the current implementation of this function.

targetPkgs =
      pkgs: with pkgs; [
        gtk3
        bashInteractive
        zenity
        xorg.xrandr
        which
        perl
        xdg-user-dirs # flutter desktop apps
        xdg-utils
        iana-etc
        krb5
        gsettings-desktop-schemas
        hicolor-icon-theme # dont show a gtk warning about hicolor not being installed

        # libraries not on the upstream include list, but nevertheless expected
        # by at least one appimage
        libsecret # For bitwarden, appimage is x86_64 only
      ];