appimageTools: init

The appimageTools attrset contains utilities to prevent
the usage of appimage-run to package AppImages, like done/attempted
in #49370 and #53156.

This has the advantage of allowing for per-package environment changes,
and extracts into the store instead of the users home directory.

The package list was extracted into appimageTools to prevent
duplication.
This commit is contained in:
tilpner
2019-01-27 14:02:50 +01:00
parent eb965a4b38
commit 58443d8a50
5 changed files with 306 additions and 114 deletions

View File

@@ -14,5 +14,6 @@
<xi:include href="functions/fhs-environments.xml" />
<xi:include href="functions/shell.xml" />
<xi:include href="functions/dockertools.xml" />
<xi:include href="functions/appimagetools.xml" />
<xi:include href="functions/prefer-remote-fetch.xml" />
</chapter>