~ruther/guix-local

51bfc7d3b189e747597f22fbb71d2821d1cb504d — Andreas Enge 6 months ago dbca541
gnu: n2p2: Fix build.

* gnu/packages/maths.scm (n2p2)[arguments]<#:phases>{post-unpack}:
  Patch "shell" to "bash" in makefile.

Change-Id: Ib4973c195197415e1ac514b449247bc7f750a359
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +2 -0
@@ 2674,6 2674,8 @@ scientific data storage.")
       (modify-phases %standard-phases
         (add-after 'unpack 'post-unpack
           (lambda* (#:key inputs #:allow-other-keys)
             (substitute* "src/makefile"
               (("shell") "bash"))
             (substitute* "src/makefile.gnu"
               (("PROJECT_EIGEN=/usr/include/eigen3")
                (string-append "PROJECT_EIGEN="