forked from lix-project/hydra
doc: Mention package names.
This commit is contained in:
parent
3fd1dd47e2
commit
fa7e563f04
|
@ -299,7 +299,15 @@ in
|
||||||
runs <command>autoreconf && ./configure &&
|
runs <command>autoreconf && ./configure &&
|
||||||
make dist</command> on the checkout. The
|
make dist</command> on the checkout. The
|
||||||
<varname>buildInputs</varname> attribute specifies
|
<varname>buildInputs</varname> attribute specifies
|
||||||
additional software dependencies for the job.
|
additional software dependencies for the
|
||||||
|
job<footnote><para>The package names used in
|
||||||
|
<varname>buildInputs</varname>–e.g.,
|
||||||
|
<varname>texLive</varname>–are the names of the
|
||||||
|
<emphasis>attributes</emphasis> corresponding to these
|
||||||
|
packages in Nixpkgs, specifically in the <link
|
||||||
|
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/top-level/all-packages.nix"><filename>all-packages.nix</filename></link>
|
||||||
|
file. See the section entitled “Package Naming” in the
|
||||||
|
Nixpkgs manual for more information.</para></footnote>.
|
||||||
</para>
|
</para>
|
||||||
</callout>
|
</callout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue