mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 a new issue