query
On this page

targetPkgs

pkgs.appimageTools.defaultFhsEnvArgs.targetPkgs

Docs pulled from | This Revision | 10 minutes 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-utils
        iana-etc
        krb5
        gsettings-desktop-schemas
        hicolor-icon-theme # dont show a gtk warning about hicolor not being installed
      ];