doc: Add a few words on the term "derivation".
* doc/guix.texi (Programming Interface): Add a sentence on "derivation".master
parent
f9057dba6a
commit
49ad317ae1
|
@ -1305,7 +1305,8 @@ store. To instruct the daemon to perform a build action, users actually
|
||||||
provide it with a @dfn{derivation}. A derivation is a low-level
|
provide it with a @dfn{derivation}. A derivation is a low-level
|
||||||
representation of the build actions to be taken, and the environment in
|
representation of the build actions to be taken, and the environment in
|
||||||
which they should occur---derivations are to package definitions what
|
which they should occur---derivations are to package definitions what
|
||||||
assembly is to C programs.
|
assembly is to C programs. The term ``derivation'' comes from the fact
|
||||||
|
that build results @emph{derive} from them.
|
||||||
|
|
||||||
This chapter describes all these APIs in turn, starting from high-level
|
This chapter describes all these APIs in turn, starting from high-level
|
||||||
package definitions.
|
package definitions.
|
||||||
|
|
Reference in New Issue