me
/
guix
Archived
1
0
Fork 0

gnu: mgba: Remove unused input.

* gnu/packages/emulators.scm (mgba)[inputs]: Remove IMAGEMAGICK.
master
Marius Bakke 2020-11-11 20:59:31 +01:00
parent 2ee194dd7d
commit 93317a0417
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@
#:use-module (gnu packages glib)
#:use-module (gnu packages gtk)
#:use-module (gnu packages image)
#:use-module (gnu packages imagemagick)
#:use-module (gnu packages libedit)
#:use-module (gnu packages libusb)
#:use-module (gnu packages linux)
@ -567,7 +566,6 @@ The following systems are supported:
(native-inputs `(("pkg-config" ,pkg-config)
("qttools" ,qttools)))
(inputs `(("ffmpeg" ,ffmpeg)
("imagemagick" ,imagemagick)
("libedit" ,libedit)
("libelf" ,libelf)
("libepoxy" ,libepoxy)