3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mgba: Remove unused input.

* gnu/packages/emulators.scm (mgba)[inputs]: Remove IMAGEMAGICK.
This commit is contained in:
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

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)