mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: gmp: Fix typo in ‘ungexp-splicing’.
* gnu/packages/multiprecision.scm (gmp)[arguments]: Fix typo in ‘ungexp-splicing’ read syntax. Change-Id: I0b3bf1fe9d4429d87c466685b1c8055061b7473f
This commit is contained in:
parent
0678ca426d
commit
4fd32212a3
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ (define-public gmp
|
|||
;; Build a "fat binary", with routines for several sub-architectures.
|
||||
"--enable-fat"
|
||||
"--enable-cxx"
|
||||
$#@(cond
|
||||
#$@(cond
|
||||
((target-mingw?)
|
||||
;; Static and shared cannot be built in one go: they produce
|
||||
;; different headers. We need shared.
|
||||
|
|
Loading…
Reference in a new issue