mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: julia-quadmath: Delete trailing #t.
* gnu/packages/julia-xyz.scm (julia-quadmath): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
adb44d17dd
commit
642fef9324
1 changed files with 1 additions and 2 deletions
|
@ -4293,8 +4293,7 @@ arbitrary normed vector spaces (e.g. matrix-valued integrands).")
|
||||||
(let ((gcclib (assoc-ref inputs "gcc:lib")))
|
(let ((gcclib (assoc-ref inputs "gcc:lib")))
|
||||||
(substitute* "src/Quadmath.jl"
|
(substitute* "src/Quadmath.jl"
|
||||||
(("libgcc_s.so.1" lib) (string-append gcclib "/lib/" lib))
|
(("libgcc_s.so.1" lib) (string-append gcclib "/lib/" lib))
|
||||||
(("libquadmath.so.0" lib) (string-append gcclib "/lib/" lib)))
|
(("libquadmath.so.0" lib) (string-append gcclib "/lib/" lib)))))))))
|
||||||
#t))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-requires))
|
(list julia-requires))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue