guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: guile-sdl2: Remove unused configure-flags.


From: guix-commits
Subject: 03/04: gnu: guile-sdl2: Remove unused configure-flags.
Date: Tue, 16 Jun 2020 16:15:02 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit fb42a763e86c68e45b32b3c4d62834a2dceb5e73
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 16 23:02:48 2020 +0300

    gnu: guile-sdl2: Remove unused configure-flags.
    
    * gnu/packages/sdl.scm (guile-sdl2)[arguments]: Remove configure-flags.
---
 gnu/packages/sdl.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index bd53a11..e4e452f 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -630,16 +630,7 @@ sound and device input (keyboards, joysticks, mice, 
etc.).")
                 "118x0cg7fzbsyrfhy5f9ab7dqp9czgia0ycgzp6sn3nlsdrcnr4m"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:make-flags '("GUILE_AUTO_COMPILE=0")
-       #:configure-flags
-       (list (string-append "--with-libsdl2-prefix="
-                            (assoc-ref %build-inputs "sdl2"))
-             (string-append "--with-libsdl2-image-prefix="
-                            (assoc-ref %build-inputs "sdl2-image"))
-             (string-append "--with-libsdl2-ttf-prefix="
-                            (assoc-ref %build-inputs "sdl2-ttf"))
-             (string-append "--with-libsdl2-mixer-prefix="
-                            (assoc-ref %build-inputs "sdl2-mixer")))))
+     '(#:make-flags '("GUILE_AUTO_COMPILE=0")))
     (native-inputs
      `(("guile" ,guile-2.2)
        ("pkg-config" ,pkg-config)))



reply via email to

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