packages: Make the `propagated-inputs' field thunked.
* guix/packages.scm (<package>): Make `propagated-inputs' thunked.
This commit is contained in:
parent
0e999137e9
commit
9d97a1b3d6
@ -147,7 +147,7 @@ (define-record-type* <package>
|
||||
(inputs package-inputs ; input packages or derivations
|
||||
(default '()) (thunked))
|
||||
(propagated-inputs package-propagated-inputs ; same, but propagated
|
||||
(default '()))
|
||||
(default '()) (thunked))
|
||||
(native-inputs package-native-inputs ; native input packages/derivations
|
||||
(default '()) (thunked))
|
||||
(self-native-input? package-self-native-input? ; whether to use itself as
|
||||
|
Loading…
Reference in New Issue
Block a user