Appimage: Difference between revisions
add tvar tag Tags: Mobile edit Mobile web edit |
→Usage: add tvar tag Tags: Mobile edit Mobile web edit |
||
| Line 41: | Line 41: | ||
<!--T:9--> | <!--T:9--> | ||
See the [https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-appimageTools nixpkgs manual on wrapping AppImage packages]. In short, the AppImage is extracted and any dependencies are added as Nix build dependencies. | See the [<tvar name=1>https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-appimageTools</tvar> nixpkgs manual on wrapping AppImage packages]. In short, the AppImage is extracted and any dependencies are added as Nix build dependencies. | ||
Following example is a derivation for the program Quba, which is also distributed as AppImage. | Following example is a derivation for the program Quba, which is also distributed as AppImage. | ||
</translate> | </translate> | ||
| Line 84: | Line 84: | ||
<translate> | <translate> | ||
== Configuration == <!--T:16--> | == Configuration == <!--T:16--> | ||