From 9d97a1b3d6ef1a829b36844be5003f1d1537903e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 6 Jun 2013 00:04:11 +0200 Subject: packages: Make the `propagated-inputs' field thunked. * guix/packages.scm (): Make `propagated-inputs' thunked. --- guix/packages.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/packages.scm') diff --git a/guix/packages.scm b/guix/packages.scm index 4f8d87e53a..bb46131132 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -147,7 +147,7 @@ corresponds to the arguments expected by `set-path-environment-variable'." (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 -- cgit v1.2.3