guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 51bfc7d3b189e747597f22fbb71d2821d1cb504d
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Oct 16 14:37:35 2025 +0200

    gnu: n2p2: Fix build.
    
    * gnu/packages/maths.scm (n2p2)[arguments]<#:phases>{post-unpack}:
      Patch "shell" to "bash" in makefile.
    
    Change-Id: Ib4973c195197415e1ac514b449247bc7f750a359
---
 gnu/packages/maths.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c0987f699e..72fc9f87ba 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="

Reply via email to