From b2ea1f5e0d3c6c04fd10bb439057e5976454875a Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Wed, 24 Nov 2010 13:53:11 +0000
Subject: [PATCH] Do not inherit missing version attribute

svn path=/nixpkgs/trunk/; revision=24841
---
 pkgs/data/fonts/inconsolata/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/data/fonts/inconsolata/default.nix b/pkgs/data/fonts/inconsolata/default.nix
index 953b677b0800..887f37c241b6 100644
--- a/pkgs/data/fonts/inconsolata/default.nix
+++ b/pkgs/data/fonts/inconsolata/default.nix
@@ -21,7 +21,7 @@ rec {
     sha256 = sourceInfo.hash;
   };
 
-  inherit (sourceInfo) name version;
+  inherit (sourceInfo) name;
   inherit buildInputs;
 
   /* doConfigure should be removed if not needed */