guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: gmp: Fix typo in ‘ungexp-splicing’.


From: guix-commits
Subject: branch core-updates updated: gnu: gmp: Fix typo in ‘ungexp-splicing’.
Date: Sat, 06 Jan 2024 10:36:47 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 92b8c7eaae gnu: gmp: Fix typo in ‘ungexp-splicing’.
92b8c7eaae is described below

commit 92b8c7eaaeddfe21689c601d4367b64715f8dcd8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jan 6 16:35:51 2024 +0100

    gnu: gmp: Fix typo in ‘ungexp-splicing’.
    
    * gnu/packages/multiprecision.scm (gmp)[arguments]: Fix typo in
    ‘ungexp-splicing’ read syntax.
    
    Change-Id: I0b3bf1fe9d4429d87c466685b1c8055061b7473f
---
 gnu/packages/multiprecision.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 88ad7026d1..39cfd660ce 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -67,7 +67,7 @@
          ;; Build a "fat binary", with routines for several sub-architectures.
          "--enable-fat"
          "--enable-cxx"
-         $#@(if (target-mingw?)
+         #$@(if (target-mingw?)
                 ;; Static and shared cannot be built in one go: they produce
                 ;; different headers.  We need shared.
                 '("--disable-static"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]