guix-patches
[Top][All Lists]
Advanced

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

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


From: Konrad Hinsen
Subject: [bug#29958] [PATCH v2] gnu: Add python2-mmtk.
Date: Fri, 5 Jan 2018 10:24:13 +0100

Danny Milosavljevic <address@hidden> 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.





reply via email to

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