diff --git a/guix/packages.scm b/guix/packages.scm index 0ac456f010..9d11b468fb 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -147,7 +147,7 @@ (define-record-type* (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