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

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Wed, 3 Jan 2018 05:25:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 29958 <at> debbugs.gnu.org (full text, mbox):

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: <29958 <at> debbugs.gnu.org>
Subject: Re: [PATCH v2] gnu: Add python2-mmtk.
Date: Fri, 5 Jan 2018 10:24:13 +0100
Danny Milosavljevic <dannym <at> scratchpost.org> writes:

> +       (modify-phases %standard-phases
> +         (add-before 'build 'includes-from-scientific
> +           (lambda* (#:key inputs #:allow-other-keys)
> +             (mkdir-p "Include/Scientific")
> +             (copy-recursively
> +                     (string-append
> +                      (assoc-ref inputs "python-scientific")
> +                      "/include/python2.7/Scientific")
> +                     "Include/Scientific"))))))

Works fine for me!

Thanks,
  Konrad.




This bug report was last modified 7 years and 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.