summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authortilpner <till@hoeppner.ws>2018-06-09 19:10:16 +0200
committertilpner <till@hoeppner.ws>2018-06-15 11:02:15 +0200
commitf38459442af891bc34237b3e067ece4ffce7e0b5 (patch)
tree137b7c9eb0c9629455bc0d00c3876a1786ddd9fb /pkgs/top-level
parentbc490a4b3f48a3667c206869c5cc15056149d6c1 (diff)
downloadnixlib-f38459442af891bc34237b3e067ece4ffce7e0b5.tar
nixlib-f38459442af891bc34237b3e067ece4ffce7e0b5.tar.gz
nixlib-f38459442af891bc34237b3e067ece4ffce7e0b5.tar.bz2
nixlib-f38459442af891bc34237b3e067ece4ffce7e0b5.tar.lz
nixlib-f38459442af891bc34237b3e067ece4ffce7e0b5.tar.xz
nixlib-f38459442af891bc34237b3e067ece4ffce7e0b5.tar.zst
nixlib-f38459442af891bc34237b3e067ece4ffce7e0b5.zip
appimage-run: init
This adds a best-effort hack to run AppImages, which currently don't
work out-of-the-box on NixOS. This is not preferable to using packaged
applications, but may help users if the application they want to run
is not in nixpkgs.

It uses the package list from the Steam chroot, but without Steam
packages.
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 a5dacded6fe6..c52136ddcbe5 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -501,6 +501,8 @@ with pkgs;
     buildTools = androidenv.buildTools;
   };
 
+  appimage-run = callPackage ../tools/package-management/appimage-run {};
+
   apt-cacher-ng = callPackage ../servers/http/apt-cacher-ng { };
 
   apt-offline = callPackage ../tools/misc/apt-offline { };