wrapAppImage: default `extraPkgs` to `pkgs: [ ]` Sane default in preparation for the next commit.

+1 -1
+1 -1
pkgs/build-support/appimage/default.nix
··· 40 40 41 41 wrapAppImage = args@{ 42 42 src, 43 - extraPkgs, 43 + extraPkgs ? pkgs: [ ], 44 44 meta ? {}, 45 45 ... 46 46 }: buildFHSEnv