diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-08-04 14:37:13 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-25 09:55:53 +0200 |
| commit | 212d3c57af2ceaaf6c233e74a5d724c8d3e02570 (patch) | |
| tree | 0972f7d15654f2e01b2433ba5fd6a219b3f14413 /gnu | |
| parent | 77ac5eee96922e6629869056fad2b8b970f61635 (diff) | |
gnu: Remove julia-imageaxes.
* gnu/packages/julia-xyz.scm (julia-imageaxes): Delete variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/julia-xyz.scm | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 0e2b975db75..321fa47ae62 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm | |||
| @@ -3092,46 +3092,6 @@ implementing both a client and a server.") | |||
| 3092 | conditional ifelse. It is similar to @code{Core.ifelse} but it is extendable.") | 3092 | conditional ifelse. It is similar to @code{Core.ifelse} but it is extendable.") |
| 3093 | (license license:expat))) | 3093 | (license license:expat))) |
| 3094 | 3094 | ||
| 3095 | (define-public julia-imageaxes | ||
| 3096 | (package | ||
| 3097 | (name "julia-imageaxes") | ||
| 3098 | (version "0.6.10") | ||
| 3099 | (source | ||
| 3100 | (origin | ||
| 3101 | (method git-fetch) | ||
| 3102 | (uri (git-reference | ||
| 3103 | (url "https://github.com/JuliaImages/ImageAxes.jl") | ||
| 3104 | (commit (string-append "v" version)))) | ||
| 3105 | (file-name (git-file-name name version)) | ||
| 3106 | (sha256 | ||
| 3107 | (base32 "15f3y46vcr88fplr7rlibrm3k852p8rzwid5dgmbhc03a8xqd50s")))) | ||
| 3108 | (build-system julia-build-system) | ||
| 3109 | (arguments | ||
| 3110 | (list | ||
| 3111 | #:phases | ||
| 3112 | #~(modify-phases %standard-phases | ||
| 3113 | (add-after 'unpack 'adjust-tests | ||
| 3114 | (lambda _ | ||
| 3115 | (substitute* "test/runtests.jl" | ||
| 3116 | ;; Skip the constantly failing grayscale test. | ||
| 3117 | (("@test summary") "@test_broken summary"))))))) | ||
| 3118 | (propagated-inputs | ||
| 3119 | (list julia-axisarrays | ||
| 3120 | julia-imagebase | ||
| 3121 | julia-imagecore | ||
| 3122 | julia-reexport | ||
| 3123 | julia-simpletraits)) | ||
| 3124 | (native-inputs | ||
| 3125 | (list julia-aqua | ||
| 3126 | julia-documenter | ||
| 3127 | julia-unitful)) | ||
| 3128 | (home-page "https://github.com/JuliaImages/ImageAxes.jl") | ||
| 3129 | (synopsis "Julia package for giving \"meaning\" to the axes of an image") | ||
| 3130 | (description "This small package supports the representation of images as | ||
| 3131 | @code{AxisArrays} to endow the axes with \"meaning,\" and makes programming with | ||
| 3132 | such arrays easy via traits.") | ||
| 3133 | (license license:expat))) | ||
| 3134 | |||
| 3135 | (define-public julia-imagebase | 3095 | (define-public julia-imagebase |
| 3136 | (package | 3096 | (package |
| 3137 | (name "julia-imagebase") | 3097 | (name "julia-imagebase") |
