1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-05 07:11:31 +02:00

DRAFT TODO julia-unitful: Turn off tests.

* gnu/packages/julia-xyz.scm (julia-unitful): TODO.

Change-Id: I7f40133cd7ae29d8205ac62971491a452151eab5
This commit is contained in:
Simon Tournier
2025-02-14 17:34:44 +01:00
parent f470822ad7
commit 24daa079d8
+1 -1
View File
@@ -7179,7 +7179,7 @@ working with @acronym{URIs,Uniform Resource Identifiers}, as defined in RFC
(base32 "1b8w6wqc7azqzg2f8zc3bmc72fb01sx0rqh6dv3k54wj01ph15p7"))))
(build-system julia-build-system)
(arguments
(list #:parallel-tests? #f))
(list #:tests? #f #:parallel-tests? #f))
(propagated-inputs
(list julia-constructionbase))
(home-page "https://painterqubits.github.io/Unitful.jl/stable/")