gnu: guile-sdl2: Remove unused configure-flags.
* gnu/packages/sdl.scm (guile-sdl2)[arguments]: Remove configure-flags.master
parent
70fb07b520
commit
fb42a763e8
|
@ -630,16 +630,7 @@ sound and device input (keyboards, joysticks, mice, etc.).")
|
||||||
"118x0cg7fzbsyrfhy5f9ab7dqp9czgia0ycgzp6sn3nlsdrcnr4m"))))
|
"118x0cg7fzbsyrfhy5f9ab7dqp9czgia0ycgzp6sn3nlsdrcnr4m"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags '("GUILE_AUTO_COMPILE=0")
|
'(#: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")))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("guile" ,guile-2.2)
|
`(("guile" ,guile-2.2)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in New Issue