On Wed, Jul 27, 2016 at 10:54:23PM +1000, Ben Woodcroft wrote:
> * gnu/packages/bioinformatics.scm (roary): New variable.

Wow, this is a complicated package! Thanks for doing the work!

> +     `(#:phases
> +       (modify-phases %standard-phases
> +         (add-after 'unpack 'delete-bundled-binaries
> +           (lambda _
> +             (delete-file-recursively "binaries")
> +             #t))

The only thing I would suggest you change is to delete these binaries in
an origin snippet. The effect would be that the binaries would not be
provided by `guix build --source roary`.

If the binaries aren't provided with their source code, then I think
this change is required.

Reply via email to