guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Removed unused module import from (gnu packages gimp).


From: Leo Famulari
Subject: 01/01: gnu: Removed unused module import from (gnu packages gimp).
Date: Fri, 13 Jan 2017 22:28:22 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 7988af99197c3d2f537608a46cab740a32d54e10
Author: Leo Famulari <address@hidden>
Date:   Wed Jan 11 15:12:20 2017 -0500

    gnu: Removed unused module import from (gnu packages gimp).
    
    * gnu/packages/gimp.scm (define-module): Remove (gnu packages imagemagick).
---
 gnu/packages/gimp.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 169183d..904d7d9 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -38,8 +38,7 @@
   #:use-module (gnu packages pdf)
   #:use-module (gnu packages photo)
   #:use-module (gnu packages python)
-  #:use-module (gnu packages xorg)
-  #:use-module (gnu packages imagemagick))
+  #:use-module (gnu packages xorg))
 
 (define-public babl
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]