Hartmut Goebel <h.goe...@crazy-compilers.com> skribis: > Am 01.06.2016 um 22:16 schrieb Ludovic Courtès:
[...] >> There’s a .elf file in the source: >> … and a bunch of .hex files with no corresponding source, AFAICS. > > Yes, these are examples for flashable files contained in the original > source. But these are not put into the package. > >> Could you remove them in a ‘snippet’? > > May I ask, why this is necessary? We want to guarantee a couple of things: 1. That everything is built from source; this is apparently the case but removing those binaries makes it obvious. 2. That the source as returned by ‘guix build -S’ is exclusively source code. Thanks, Ludo’.