mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: mgba: Remove unused input.
* gnu/packages/emulators.scm (mgba)[inputs]: Remove IMAGEMAGICK.
This commit is contained in:
parent
2ee194dd7d
commit
93317a0417
1 changed files with 0 additions and 2 deletions
|
@ -61,7 +61,6 @@ (define-module (gnu packages emulators)
|
|||
#: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 @@ (define-public mgba
|
|||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("qttools" ,qttools)))
|
||||
(inputs `(("ffmpeg" ,ffmpeg)
|
||||
("imagemagick" ,imagemagick)
|
||||
("libedit" ,libedit)
|
||||
("libelf" ,libelf)
|
||||
("libepoxy" ,libepoxy)
|
||||
|
|
Loading…
Reference in a new issue