13 stdenv.mkDerivation rec {
18 url = "https://files.dthompson.us/${pname}/${pname}-${version}.tar.gz";
19 hash = "sha256-V/XrpFrqOxS5mAphtIt2e3ewflK+HdLFEqOmix98p+w=";
35 "--with-libsdl2-image-prefix=${SDL2_image}"
36 "--with-libsdl2-mixer-prefix=${SDL2_mixer}"
37 "--with-libsdl2-prefix=${SDL2}"
38 "--with-libsdl2-ttf-prefix=${SDL2_ttf}"
42 "GUILE_AUTO_COMPILE=0"
46 homepage = "https://dthompson.us/projects/guile-sdl2.html";
47 description = "Bindings to SDL2 for GNU Guile";
48 license = licenses.lgpl3Plus;
49 maintainers = with maintainers; [ seppeljordan vyp ];
50 platforms = platforms.all;