[PATCH] gnu: opencv: Remove unused input.

  • Open
  • quality assurance status badge
Details
One participant
  • Vinicius Monego
Owner
unassigned
Submitted by
Vinicius Monego
Severity
normal

Debbugs page

Vinicius Monego wrote 3 weeks ago
(address . guix-patches@gnu.org)(name . Vinicius Monego)(address . monego@posteo.net)
45ef4674ef1175b752780f914dd11471a21c6727.1740865650.git.monego@posteo.net
* gnu/packages/image-processing.scm (opencv)[inputs]: Remove gtkglext.

Change-Id: I9444e4d9eaf36d56051bfbc54d7039c120405f03
---
This package is a dependency when opencv is built with gtk+-2 but for a while it has been built with gtk+. Sending patch because I did not attempt to build the package (large size).

gnu/packages/image-processing.scm | 1 -
1 file changed, 1 deletion(-)

Toggle diff (16 lines)
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 405f90ca9a..d083463c55 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -727,7 +727,6 @@ (define-public opencv
ffmpeg-4
;; TODO: add gstreamer
gtk+
- gtkglext
hdf5
ilmbase
imath ;should be propagated by openexr

base-commit: b4ef91ab8cf295ac1c9f51517293eb43d9425090
--
2.48.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76668@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76668
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help