From 5e32f98f5c7b4dfabf9cf17341629183aa7723fa Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Mon, 20 Sep 2010 07:48:17 +0000
Subject: [PATCH] Recursive sourceInfo is more convenient

svn path=/nixpkgs/trunk/; revision=23868
---
 pkgs/build-support/builder-defs/template-auto-callable.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/build-support/builder-defs/template-auto-callable.nix b/pkgs/build-support/builder-defs/template-auto-callable.nix
index d0e6e7e7492f..769b9c1af761 100644
--- a/pkgs/build-support/builder-defs/template-auto-callable.nix
+++ b/pkgs/build-support/builder-defs/template-auto-callable.nix
@@ -9,7 +9,7 @@ let
 
   buildInputs = map (n: builtins.getAttr n x)
     (builtins.attrNames (builtins.removeAttrs x helperArgNames));
-  sourceInfo = {
+  sourceInfo = rec {
   };
 in
 rec {