gnu: Removed unused module import from (gnu packages gimp).
* gnu/packages/gimp.scm (define-module): Remove (gnu packages imagemagick).
This commit is contained in:
parent
1003fbcfc6
commit
7988af9919
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue