Hi Mark, Mark H Weaver <[email protected]> writes:
> Hi Maxim, > > Maxim Cournoyer <[email protected]> writes: >> * gnu/packages/gnuzilla.scm (%icecat-base-version): New variable. >> (%icecat-version): Define in terms of %icecat-base-version. >> (icecat-source): Adjust to use the above newly introduced variables. > > What's the rationale for this? I couldn't find any uses of > '%icecat-base-version' in your patch set outside of 'icecat-source'. > I don't have a strong objection, but it seems unjustified. > > Thanks, > Mark Not much anymore, but I just thought it was cleaner than having to do (base-version (first (string-split %icecat-version #\-))) later on to retrieve this information. -- Thanks, Maxim
