summaryrefslogtreecommitdiff
path: root/gnu/packages/image-processing.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-14 17:51:20 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-14 17:51:20 +0200
commit58410eb4025881d28a4c3aa1f92018b94b7f3032 (patch)
treef213578416672be6ac8fcd96afd49604ef29eec7 /gnu/packages/image-processing.scm
parent2759d4ca74ff4846b79c406c000b64dc2f2ed0ac (diff)
downloadguix-patches-58410eb4025881d28a4c3aa1f92018b94b7f3032.tar
guix-patches-58410eb4025881d28a4c3aa1f92018b94b7f3032.tar.gz
Revert "gnu: opencv: Fix build with new version of jasper."
This reverts commit 2759d4ca74ff4846b79c406c000b64dc2f2ed0ac. The substitution, it does nothing! (We already applied an upstream patch).
Diffstat (limited to 'gnu/packages/image-processing.scm')
-rw-r--r--gnu/packages/image-processing.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index b93ad161db..52e0311943 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -358,14 +358,6 @@ integrates with various databases on GUI toolkits such as Qt and Tk.")
"--strip-components=1"
"-C" "../opencv-contrib")))
- (add-after 'unpack 'fix-jasper
- (lambda _
- ;; See <https://github.com/opencv/opencv/pull/17983>.
- (substitute* "modules/imgcodecs/src/grfmt_jpeg2000.cpp"
- (("&jas_matrix_get")
- "jas_matrix_getref"))
- #t))
-
(add-after 'set-paths 'add-ilmbase-include-path
(lambda* (#:key inputs #:allow-other-keys)
;; OpenEXR propagates ilmbase, but its include files do not appear