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:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user