mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
packages: Make `native-inputs' thunked.
* guix/packages.scm (<package>): Make `native-inputs' thunked.
This commit is contained in:
parent
cd52703ace
commit
a7dc055bb5
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ (define-record-type* <package>
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue