gnu: libmikmod: Remove inputs alsa-lib and libx11.
Fixes <http://bugs.gnu.org/19015>. * gnu/packages/sdl.scm (libmikmod)[inputs]: Remove.
This commit is contained in:
parent
412726ee4a
commit
2cb4ca6303
|
@ -111,8 +111,6 @@ joystick, and graphics hardware.")
|
||||||
;; unless the right libalsa happens to be in $LD_LIBRARY_PATH. Pass
|
;; unless the right libalsa happens to be in $LD_LIBRARY_PATH. Pass
|
||||||
;; '--disable-dl' to avoid that.
|
;; '--disable-dl' to avoid that.
|
||||||
'(#:configure-flags '("--disable-dl")))
|
'(#:configure-flags '("--disable-dl")))
|
||||||
(inputs `(("alsa-lib" ,alsa-lib)
|
|
||||||
("libx11" ,libx11)))
|
|
||||||
(synopsis "Library for module sound formats")
|
(synopsis "Library for module sound formats")
|
||||||
(description
|
(description
|
||||||
"MikMod is able to play a wide range of module formats, as well as
|
"MikMod is able to play a wide range of module formats, as well as
|
||||||
|
|
Loading…
Reference in New Issue