summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authortilpner <till@hoeppner.ws>2019-01-27 14:02:50 +0100
committertilpner <till@hoeppner.ws>2019-02-23 21:04:21 +0100
commit58443d8a506a67de76f09e8ca57bc5b010798cbe (patch)
tree832f9821e0dfaec2d78ab902c104a3baac5b43f9 /pkgs/top-level
parenteb965a4b3821af91c5988580fbb6624b9d22072e (diff)
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.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9abf1a886ad7..ab7a827e50d6 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -105,6 +105,8 @@ in
autoPatchelfHook = makeSetupHook { name = "auto-patchelf-hook"; }
../build-support/setup-hooks/auto-patchelf.sh;
+ appimageTools = callPackage ../build-support/appimage { };
+
ensureNewerSourcesHook = { year }: makeSetupHook {}
(writeScript "ensure-newer-sources-hook.sh" ''
postUnpackHooks+=(_ensureNewerSources)