Do not inherit missing version attribute

svn path=/nixpkgs/trunk/; revision=24841
This commit is contained in:
Michael Raskin 2010-11-24 13:53:11 +00:00
parent 823f34a075
commit b2ea1f5e0d

View File

@ -21,7 +21,7 @@ rec {
sha256 = sourceInfo.hash;
};
inherit (sourceInfo) name version;
inherit (sourceInfo) name;
inherit buildInputs;
/* doConfigure should be removed if not needed */