mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: guile-sdl2: Remove unused configure-flags.
* gnu/packages/sdl.scm (guile-sdl2)[arguments]: Remove configure-flags.
This commit is contained in:
parent
70fb07b520
commit
fb42a763e8
1 changed files with 1 additions and 10 deletions
|
@ -630,16 +630,7 @@ (define-public guile-sdl2
|
|||
"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)))
|
||||
|
|
Loading…
Reference in a new issue