1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: n2p2: Fix build.

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

Change-Id: Ib4973c195197415e1ac514b449247bc7f750a359
This commit is contained in:
Andreas Enge
2025-10-16 14:37:35 +02:00
parent dbca541c7a
commit 51bfc7d3b1

View File

@@ -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="