guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29958] [PATCH] gnu: Add python2-mmtk.


From: Leo Famulari
Subject: [bug#29958] [PATCH] gnu: Add python2-mmtk.
Date: Thu, 4 Jan 2018 12:47:43 -0500
User-agent: Mutt/1.9.2 (2017-12-15)

On Tue, Jan 02, 2018 at 08:04:53PM +0100, Konrad Hinsen wrote:
> * gnu/packages/python.scm (python2-mmtk): New public variable.

Thanks!

> +         (add-before 'build 'includes-from-scientific
> +           (lambda* (#:key inputs #:allow-other-keys)
> +             (invoke "cp" "-r"
> +                     (string-append
> +                      (assoc-ref inputs "python-scientific")
> +                      "/include/python2.7/Scientific")
> +                     "Include/"))))))

Is it possible to make this use the copy-recursively instead of `cp`? I
did try it naively and it didn't work.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]