mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 0 additions and 2 deletions
|
@ -111,8 +111,6 @@ (define libmikmod
|
|||
;; unless the right libalsa happens to be in $LD_LIBRARY_PATH. Pass
|
||||
;; '--disable-dl' to avoid that.
|
||||
'(#:configure-flags '("--disable-dl")))
|
||||
(inputs `(("alsa-lib" ,alsa-lib)
|
||||
("libx11" ,libx11)))
|
||||
(synopsis "Library for module sound formats")
|
||||
(description
|
||||
"MikMod is able to play a wide range of module formats, as well as
|
||||
|
|
Loading…
Reference in a new issue