diff options
Diffstat (limited to 'gnu/packages/sdl.scm')
| -rw-r--r-- | gnu/packages/sdl.scm | 20 | 
1 files changed, 0 insertions, 20 deletions
| diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm index 7a0e12e886..1641e6a4f5 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -292,26 +292,6 @@ behind the scenes.")  (define-public sdl sdl12-compat) -(define-public sdl2-2.0 -  (package -    (inherit sdl2) -    (name "sdl2") -    (version "2.0.14") -    (source (origin -              (method url-fetch) -              (uri -               (string-append "https://libsdl.org/release/SDL2-" -                              version ".tar.gz")) -              (sha256 -               (base32 -                "1g1jahknv5r4yhh1xq5sf0md20ybdw1zh1i15lry26sq39bmn8fq")))) -    (arguments -     (substitute-keyword-arguments (package-arguments sdl2) -       ((#:configure-flags flags) -        #~(cons* -           "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types" -           #$flags)))))) -  (define-public libmikmod    (package      (name "libmikmod") | 
