mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Remove old vtk module dependence in image-processing.scm.
* gnu/packages/image-processing.scm: Remove old vtk module dependence.
This commit is contained in:
parent
f885fc754a
commit
98d6cdda37
1 changed files with 1 additions and 2 deletions
|
@ -45,8 +45,7 @@ (define-module (gnu packages image-processing)
|
|||
#:use-module (gnu packages serialization)
|
||||
#:use-module (gnu packages xiph)
|
||||
#:use-module (gnu packages xml)
|
||||
#:use-module (gnu packages xorg)
|
||||
#:use-module (gnu packages vtk))
|
||||
#:use-module (gnu packages xorg))
|
||||
|
||||
;; We use the latest snapshot of this package because the latest release is
|
||||
;; from 2011 and has known vulnerabilities that cannot easily be fixed by
|
||||
|
|
Loading…
Reference in a new issue