Appimage/ja: Difference between revisions

FuzzyBot (talk | contribs)
Updating to match new version of source page
Haruki7049 (talk | contribs)
Created page with "[https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-appimageTools nixpkgs manual on wrapping AppImage packages]を参照してください。要するに、AppImageが抽出され、依存関係がnixビルド依存関係として追加されます。 次の例は、AppImageとしても配布されているプログラム、Qubaの派生です。"
Line 19: Line 19:
=== パッケージング ===
=== パッケージング ===


<div lang="en" dir="ltr" class="mw-content-ltr">
[https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-appimageTools nixpkgs manual on wrapping AppImage packages]を参照してください。要するに、AppImageが抽出され、依存関係がnixビルド依存関係として追加されます。
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.
次の例は、AppImageとしても配布されているプログラム、Qubaの派生です。
Following example is a derivation for the program Quba, which is also distributed as AppImage.
</div>


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">