On Sat, Jun 18, 2016 at 09:41:46AM +1000, Ben Woodcroft wrote:
> It would be better if I knew a way of copying directory into another
> directory, like an "install-directory".
How about copy-recursively, from (guix build utils)?
On 17/06/16 17:23, Leo Famulari wrote:
On Fri, Jun 17, 2016 at 11:23:21AM +1000, Ben Woodcroft wrote:
+(build-system python-build-system)
+(arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'set-paths
This phase deletes bundled libraries a
On Fri, Jun 17, 2016 at 11:23:21AM +1000, Ben Woodcroft wrote:
> +(build-system python-build-system)
> +(arguments
> + `(#:phases
> + (modify-phases %standard-phases
> + (add-after 'unpack 'set-paths
This phase deletes bundled libraries and then copies one of the
librarie
* gnu/packages/bioinformatics.scm (khmer): New variable.
* gnu/packages/patches/khmer-use-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
---
gnu/local.mk | 1 +
gnu/packages/bioinformatics.scm| 92 ++