diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-14 17:51:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-14 17:51:20 +0200 |
commit | 58410eb4025881d28a4c3aa1f92018b94b7f3032 (patch) | |
tree | f213578416672be6ac8fcd96afd49604ef29eec7 | |
parent | 2759d4ca74ff4846b79c406c000b64dc2f2ed0ac (diff) | |
download | guix-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).
-rw-r--r-- | gnu/packages/image-processing.scm | 8 |
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 |