l...@famulari.name (Leo Famulari) skribis: > lfam pushed a commit to branch core-updates > in repository guix. > > commit 77e2538eda8a2721aef8336103c94fe31e12870c > Author: Sergei Trofimovich <sly...@inbox.ru> > Date: Sat May 27 12:27:47 2017 +0100 > > gnu: packages: flex: Add missing 'lzip' input. > > * gnu/packages/flex.scm (flex)[native-inputs]: Add lzip. > > Signed-off-by: Leo Famulari <l...@famulari.name>
I think this breaks ‘flex-boot0’ in (gnu packages commencement), doesn’t it? It should easily fixed, but I think it might be better to avoid adding lzip to the early dependency graph. IOW, if Flex is also available as tar.gz or tar.bz2 or tar.xz, we should do that. (Eventually we might want adding lzip and/or removing bzip2 from the set of bootstrap tools, but that’s another story.) Thoughts? Ludo’.