diff --git a/doc/manual/projects.xml b/doc/manual/projects.xml index 563c5a51..5e876fb2 100644 --- a/doc/manual/projects.xml +++ b/doc/manual/projects.xml @@ -299,7 +299,15 @@ in runs autoreconf && ./configure && make dist on the checkout. The buildInputs attribute specifies - additional software dependencies for the job. + additional software dependencies for the + jobThe package names used in + buildInputs–e.g., + texLive–are the names of the + attributes corresponding to these + packages in Nixpkgs, specifically in the all-packages.nix + file. See the section entitled “Package Naming” in the + Nixpkgs manual for more information..