Loading
eclipses: standardize name/version attributes
* set pname rather than name in the generateEclipse function
* use the standard 'version' attribute name rather than the ad-hoc
'productVersion' attribute when calling buildEclipseUnversioned
* pass 'pname' and 'version' through to mkDerivation, and let it
derive 'name', per standard convention
* update generation of the '-configuration' argument to use 'version'
fixes:
The derivation has no version attribute, so do not know how to figure out the version while doing an updateScript update
... during automated update process introduced in 5bb31f95