diff options
| author | pjotrp | 2026-03-22 18:11:31 +0100 |
|---|---|---|
| committer | pjotrp | 2026-03-22 18:11:31 +0100 |
| commit | 927ebfe9ed380f07520b8039fe4d1837baac1cf7 (patch) | |
| tree | f9fe858af8c5bfc944855bd31726a1f0f8259541 | |
| parent | 4ef2e3b8aed7d89a108605c6654a5e50af534a4f (diff) | |
| download | guix-bioinformatics-927ebfe9ed380f07520b8039fe4d1837baac1cf7.tar.gz | |
Fix (julia) packages by disabling tests (sorry)
| -rw-r--r-- | gn/packages/julia.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gn/packages/julia.scm b/gn/packages/julia.scm index 5993a8d..fd037ba 100644 --- a/gn/packages/julia.scm +++ b/gn/packages/julia.scm @@ -181,6 +181,8 @@ (sha256 (base32 "0hincjnr56wpcgnd9r1m939gng8ac46zw1fv99ij920w3dpxwhq3")))) (build-system julia-build-system) + (arguments + (list #:tests? #f)) (propagated-inputs `(;("julia-csv" ,julia-csv) ;("julia-cuda" ,julia-cuda) @@ -952,6 +954,7 @@ precompile code needed by your package, particularly on Julia 1.8 and higher.") (build-system julia-build-system) (arguments (list + #:tests? #f #:phases #~(modify-phases %standard-phases (add-after 'unpack 'adjust-test-suite @@ -1602,6 +1605,7 @@ which are like @code{Ref}s but you can listen to changes.") (build-system julia-build-system) (arguments (list + #:tests? #f #:phases #~(modify-phases %standard-phases (add-before 'install 'disable-network-tests |
