From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dH886-0007rQ-EA for guix-patches@gnu.org; Sat, 03 Jun 2017 08:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dH883-0007jO-0e for guix-patches@gnu.org; Sat, 03 Jun 2017 08:26:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49780) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dH882-0007jG-R1 for guix-patches@gnu.org; Sat, 03 Jun 2017 08:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dH882-0003pC-98 for guix-patches@gnu.org; Sat, 03 Jun 2017 08:26:02 -0400 Subject: bug#27208: Remove dependence on vtk.scm Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dH86y-0007kk-Ij for guix-patches@gnu.org; Sat, 03 Jun 2017 08:24:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dH86v-0006rL-Dd for guix-patches@gnu.org; Sat, 03 Jun 2017 08:24:56 -0400 Received: from dau94-h03-89-91-205-84.dsl.sta.abo.bbox.fr ([89.91.205.84]:48035 helo=skaro.lepiller.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dH86v-0006og-02 for guix-patches@gnu.org; Sat, 03 Jun 2017 08:24:53 -0400 Received: from localhost (localhost [127.0.0.1]) by skaro.lepiller.eu (Postfix) with ESMTP id 34E98815A6 for ; Sat, 3 Jun 2017 14:24:49 +0200 (CEST) Received: from skaro.lepiller.eu ([127.0.0.1]) by localhost (lepiller.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4UIvnKClYj7Q for ; Sat, 3 Jun 2017 14:24:45 +0200 (CEST) Received: from polymos.lepiller.eu (bbox.lan [192.168.1.254]) by skaro.lepiller.eu (Postfix) with ESMTPSA id 6A9397FF76 for ; Sat, 3 Jun 2017 14:24:45 +0200 (CEST) Date: Sat, 3 Jun 2017 14:25:12 +0200 From: Julien Lepiller Message-ID: <20170603142512.7f6b47fa@polymos.lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/=Ue3qObIhaaxsDrDX3dmzk=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27208@debbugs.gnu.org --MP_/=Ue3qObIhaaxsDrDX3dmzk= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, this patch removes dependence on the vtk.scm module that was removed in ef51ac21eec28de3b0fb693f88be5f3c494d464a. Is the commit message correct? --MP_/=Ue3qObIhaaxsDrDX3dmzk= Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Remove-old-vtk-module-dependence-in-image-proces.patch >From 45496abba2351fd9f6dd033a3fa05cec4abdd35b Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 3 Jun 2017 14:21:39 +0200 Subject: [PATCH] gnu: Remove old vtk module dependence in image-processing.scm. * gnu/packages/image-processing.scm: Remove old vtk module dependence. --- gnu/packages/image-processing.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 3d34eb2c3..0037fdb26 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -45,8 +45,7 @@ #: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 -- 2.13.0 --MP_/=Ue3qObIhaaxsDrDX3dmzk=--