unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27208: Remove dependence on vtk.scm
@ 2017-06-03 12:25 Julien Lepiller
  2017-06-03 13:54 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Lepiller @ 2017-06-03 12:25 UTC (permalink / raw)
  To: 27208

[-- Attachment #1: Type: text/plain, Size: 148 bytes --]

Hi, this patch removes dependence on the vtk.scm module that was
removed in ef51ac21eec28de3b0fb693f88be5f3c494d464a. Is the commit
message correct?

[-- Attachment #2: 0001-gnu-Remove-old-vtk-module-dependence-in-image-proces.patch --]
[-- Type: text/x-patch, Size: 1006 bytes --]

From 45496abba2351fd9f6dd033a3fa05cec4abdd35b Mon Sep 17 00:00:00 2001
From: Julien Lepiller <julien@lepiller.eu>
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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#27208: Remove dependence on vtk.scm
  2017-06-03 12:25 bug#27208: Remove dependence on vtk.scm Julien Lepiller
@ 2017-06-03 13:54 ` Ludovic Courtès
  2017-06-03 16:23   ` Julien Lepiller
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-06-03 13:54 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 27208

Julien Lepiller <julien@lepiller.eu> skribis:

> Hi, this patch removes dependence on the vtk.scm module that was
> removed in ef51ac21eec28de3b0fb693f88be5f3c494d464a. Is the commit
> message correct?
>
> From 45496abba2351fd9f6dd033a3fa05cec4abdd35b Mon Sep 17 00:00:00 2001
> From: Julien Lepiller <julien@lepiller.eu>
> 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.

Perfect.  Please push!

Apologies for this mistake!

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#27208: Remove dependence on vtk.scm
  2017-06-03 13:54 ` Ludovic Courtès
@ 2017-06-03 16:23   ` Julien Lepiller
  2017-06-03 17:21     ` Julien Lepiller
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Lepiller @ 2017-06-03 16:23 UTC (permalink / raw)
  To: 27208

On Sat, 03 Jun 2017 15:54:49 +0200
ludo@gnu.org (Ludovic Courtès) wrote:

> Julien Lepiller <julien@lepiller.eu> skribis:
> 
> > Hi, this patch removes dependence on the vtk.scm module that was
> > removed in ef51ac21eec28de3b0fb693f88be5f3c494d464a. Is the commit
> > message correct?
> >
> > From 45496abba2351fd9f6dd033a3fa05cec4abdd35b Mon Sep 17 00:00:00
> > 2001 From: Julien Lepiller <julien@lepiller.eu>
> > 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.  
> 
> Perfect.  Please push!
> 
> Apologies for this mistake!
> 
> Ludo’.

Pushed as 98d6cdda37721ca950732aec272f6e004c402959.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#27208: Remove dependence on vtk.scm
  2017-06-03 16:23   ` Julien Lepiller
@ 2017-06-03 17:21     ` Julien Lepiller
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Lepiller @ 2017-06-03 17:21 UTC (permalink / raw)
  To: 27208-done

On Sat, 3 Jun 2017 18:23:45 +0200
Julien Lepiller <julien@lepiller.eu> wrote:

> On Sat, 03 Jun 2017 15:54:49 +0200
> ludo@gnu.org (Ludovic Courtès) wrote:
> 
> > Julien Lepiller <julien@lepiller.eu> skribis:
> >   
> > > Hi, this patch removes dependence on the vtk.scm module that was
> > > removed in ef51ac21eec28de3b0fb693f88be5f3c494d464a. Is the commit
> > > message correct?
> > >
> > > From 45496abba2351fd9f6dd033a3fa05cec4abdd35b Mon Sep 17 00:00:00
> > > 2001 From: Julien Lepiller <julien@lepiller.eu>
> > > 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.    
> > 
> > Perfect.  Please push!
> > 
> > Apologies for this mistake!
> > 
> > Ludo’.  
> 
> Pushed as 98d6cdda37721ca950732aec272f6e004c402959.
> 
> 
> 

And I forgot to close.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-03 17:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-03 12:25 bug#27208: Remove dependence on vtk.scm Julien Lepiller
2017-06-03 13:54 ` Ludovic Courtès
2017-06-03 16:23   ` Julien Lepiller
2017-06-03 17:21     ` Julien Lepiller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).