1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

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; sha256 = sourceInfo.hash;
}; };
inherit (sourceInfo) name version; inherit (sourceInfo) name;
inherit buildInputs; inherit buildInputs;
/* doConfigure should be removed if not needed */ /* doConfigure should be removed if not needed */