diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-10-16 14:37:35 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-16 14:46:57 +0200 |
| commit | 51bfc7d3b189e747597f22fbb71d2821d1cb504d (patch) | |
| tree | ef9a6b4a830a82a93bd2cdcc7b3827b8320c72f1 /gnu | |
| parent | dbca541c7ac1867c931cf14756741f352775d218 (diff) | |
gnu: n2p2: Fix build.
* gnu/packages/maths.scm (n2p2)[arguments]<#:phases>{post-unpack}:
Patch "shell" to "bash" in makefile.
Change-Id: Ib4973c195197415e1ac514b449247bc7f750a359
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index c0987f699e5..72fc9f87bac 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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=" |
