about summary refs log tree commit diff
path: root/pkgs/tools/package-management/appimage-run
AgeCommit message (Collapse)AuthorFilesLines
2024-02-26appimage-run: set meta.mainProgramSandro Jäckel1-2/+10
2023-04-16tree-wide: buildFHSUserEnv -> buildFHSEnvAtemu1-2/+2
2023-02-28feat: Create desktop item for `appimage-run`Victor Engmark2-5/+24
Thanks @jtotnar for help with the tests <https://discourse.nixos.org/t/how-to-test-desktop-item-mime-types/24510>!
2023-02-28refactor: Add spacing around testsVictor Engmark1-0/+3
2022-11-29appimage-run: export OWDGuillaume Girol1-0/+7
documented here: https://docs.appimage.org/packaging-guide/environment-variables.html Fixes #203330
2021-01-05appimage-run: add regression testGuillaume Girol2-1/+27
2020-03-08appimage-exec.sh: simplify and improve getopts optionsBignaux Ronan1-3/+1
2020-03-07appimage: replace writeScript to a standalone appimage-exec.shBignaux Ronan2-66/+5
2020-03-05appimage-run: replace writeScript to a standalone appimage-exec.shBignaux Ronan2-47/+65
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-04-20appimage-run: pass arguments to appimageTimo Kaufmann1-1/+3
2019-04-20appimage-run: add usage messageTimo Kaufmann1-0/+6
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-23appimageTools: inittilpner1-114/+6
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.
2018-11-26appimage-run: fix missing libatk-bridge-2.0.so.0Kamil Chmielewski1-0/+1
Fix `error while loading shared libraries: libatk-bridge-2.0.so.0` when trying to run Beaker Browser >= 0.8.0
2018-10-16appimage-run: Fix type-1 support, used wrong directorytilpner1-1/+2
2018-09-19appimage-run: Support type-1 Appimages (#45973)Till Höppner1-2/+9
This attempts to detect older appimages and extract them in the same manner as new ones, without changing filesystem paths
2018-07-21treewide: fix build with disallowed aliases (#43872)volth1-1/+1
fixes build with disallowed aliases
2018-07-11appimage-run: add libudev to inputs (#43269)Brandon Smith1-0/+1
Required by Ledger Live
2018-06-15appimage-run: inittilpner1-0/+146
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.