Do not inherit missing version attribute
svn path=/nixpkgs/trunk/; revision=24841
This commit is contained in:
parent
823f34a075
commit
b2ea1f5e0d
@ -21,7 +21,7 @@ rec {
|
||||
sha256 = sourceInfo.hash;
|
||||
};
|
||||
|
||||
inherit (sourceInfo) name version;
|
||||
inherit (sourceInfo) name;
|
||||
inherit buildInputs;
|
||||
|
||||
/* doConfigure should be removed if not needed */
|
||||
|
Loading…
Reference in New Issue
Block a user