guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libmikmod: Remove inputs alsa-lib and libx11.


From: ???
Subject: 01/01: gnu: libmikmod: Remove inputs alsa-lib and libx11.
Date: Mon, 09 Mar 2015 09:17:42 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 2cb4ca6303e44dd0f8b8073a24b9f8966b73fb9c
Author: 宋文武 <address@hidden>
Date:   Mon Mar 9 17:14:04 2015 +0800

    gnu: libmikmod: Remove inputs alsa-lib and libx11.
    
    Fixes <http://bugs.gnu.org/19015>.
    
    * gnu/packages/sdl.scm (libmikmod)[inputs]: Remove.
---
 gnu/packages/sdl.scm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index c9b82f4..03aa56d 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -111,8 +111,6 @@ joystick, and graphics hardware.")
      ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]