~ruther/guix-local

a7dc055bb5e07e716e929f8a906081fbe0422ad3 — Ludovic Courtès 12 years ago cd52703
packages: Make `native-inputs' thunked.

* guix/packages.scm (<package>): Make `native-inputs' thunked.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/packages.scm
M guix/packages.scm => guix/packages.scm +1 -1
@@ 147,7 147,7 @@ corresponds to the arguments expected by `set-path-environment-variable'."
  (propagated-inputs package-propagated-inputs    ; same, but propagated
                     (default '()))
  (native-inputs package-native-inputs    ; native input packages/derivations
                 (default '()))
                 (default '()) (thunked))
  (self-native-input? package-self-native-input?  ; whether to use itself as
                                                  ; a native input when cross-
                      (default #f))               ; compiling