packages: Make the `propagated-inputs' field thunked.

* guix/packages.scm (<package>): Make `propagated-inputs' thunked.
This commit is contained in:
Ludovic Courtès 2013-06-06 00:04:11 +02:00
parent 0e999137e9
commit 9d97a1b3d6

View file

@ -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