me
/
guix
Archived
1
0
Fork 0

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>
zimoun 2022-02-23 14:47:20 +01:00 committed by Efraim Flashner
parent adb44d17dd
commit 642fef9324
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -4293,8 +4293,7 @@ arbitrary normed vector spaces (e.g. matrix-valued integrands).")
(let ((gcclib (assoc-ref inputs "gcc:lib")))
(substitute* "src/Quadmath.jl"
(("libgcc_s.so.1" lib) (string-append gcclib "/lib/" lib))
(("libquadmath.so.0" lib) (string-append gcclib "/lib/" lib)))
#t))))))
(("libquadmath.so.0" lib) (string-append gcclib "/lib/" lib)))))))))
(propagated-inputs
(list julia-requires))
(inputs