summary refs log tree commit diff
path: root/pkgs/build-support/builder-defs/template-composing-builder.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/builder-defs/template-composing-builder.nix')
-rw-r--r--pkgs/build-support/builder-defs/template-composing-builder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/builder-defs/template-composing-builder.nix b/pkgs/build-support/builder-defs/template-composing-builder.nix
index 0efb347d821..988efbfadd2 100644
--- a/pkgs/build-support/builder-defs/template-composing-builder.nix
+++ b/pkgs/build-support/builder-defs/template-composing-builder.nix
@@ -2,7 +2,7 @@ a :
 let 
   fetchurl = a.fetchurl;
 
-  version = a.lib.getAttr ["version"] "" a; 
+  version = a.lib.attrByPath ["version"] "" a; 
   buildInputs = with a; [
     
   ];