guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ad6ad9b6ae8dc2cffde7881ca76df61004102f1d
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 4 14:35:24 2026 +0200
gnu: Remove julia-imagemagick.
* gnu/packages/julia-xyz.scm (julia-imagemagick): Delete variable.
---
gnu/packages/julia-xyz.scm | 46 ----------------------------------------------
1 file changed, 46 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 9d89617919..dc7c07d3f9 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3248,52 +3248,6 @@ imported changes a how a single @code{Colorant} and
whole @code{Colorant} arrays
be downscaled to fit into the size of your active terminal session.")
(license license:expat)))
-(define-public julia-imagemagick
- (package
- (name "julia-imagemagick")
- (version "1.2.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/JuliaIO/ImageMagick.jl")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "05vzv4jsj3l9pv6yrix28hlw7wnag0mqdfjwv8shn4x71hcfxl1p"))))
- (build-system julia-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'link-depot 'skip-failing-test
- (lambda _
- ;; These tests try to download from the imagemagick.org
- (substitute* "test/runtests.jl"
- ((".*readremote\\.jl.*") ""))
- ;; Tests with the color gray are hard.
- (substitute* "test/constructed_images.jl"
- (("test (b == aa)" _ test) (string-append "test_nowarn " test))
- (("test (B == map)" _ test) (string-append "test_nowarn "
test))))))))
- (propagated-inputs
- (list julia-fileio
- julia-imagecore
- julia-imagemagick-jll))
- (native-inputs
- (list julia-colors
- julia-colorvectorspace
- julia-imagemetadata
- julia-imageshow
- julia-imagetransformations
- julia-indirectarrays
- julia-offsetarrays
- julia-zipfile))
- (home-page "https://github.com/JuliaIO/ImageMagick.jl")
- (synopsis "Thin wrapper for ImageMagick")
- (description "This package provides a wrapper around ImageMagick version 6.
-It was split off from @code{Images.jl} to make image I/O more modular.")
- (license license:expat)))
-
(define-public julia-imagemetadata
(package
(name "julia-imagemetadata")