diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-03-30 14:59:26 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-03-30 15:19:32 +0100 |
| commit | a7646bc5e17a829d23519d0b199a576fb1edbd04 (patch) | |
| tree | ce6bf646fa4fad19b91bdd1bc418e4db40b37378 /doc | |
| parent | 329c3c323e32f3f97c452ee4455934fe57a18ff0 (diff) | |
packages: Remove 'self-native-input?' field.
This field has become unnecessary with the addition of 'this-package'.
* guix/packages.scm (<package>)[self-native-input?]: Remove.
(package->bag): Adjust accordingly.
* doc/guix.texi (package Reference): Remove 'self-native-input?'.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index d6dda9904c1..527f9bcd108 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -5361,10 +5361,6 @@ more. To ensure that libraries written in those languages can find | |||
| 5361 | library code they depend on at run time, run-time dependencies must be | 5361 | library code they depend on at run time, run-time dependencies must be |
| 5362 | listed in @code{propagated-inputs} rather than @code{inputs}. | 5362 | listed in @code{propagated-inputs} rather than @code{inputs}. |
| 5363 | 5363 | ||
| 5364 | @item @code{self-native-input?} (default: @code{#f}) | ||
| 5365 | This is a Boolean field telling whether the package should use itself as | ||
| 5366 | a native input when cross-compiling. | ||
| 5367 | |||
| 5368 | @item @code{outputs} (default: @code{'("out")}) | 5364 | @item @code{outputs} (default: @code{'("out")}) |
| 5369 | The list of output names of the package. @xref{Packages with Multiple | 5365 | The list of output names of the package. @xref{Packages with Multiple |
| 5370 | Outputs}, for typical uses of additional outputs. | 5366 | Outputs}, for typical uses of additional outputs. |
