Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

guile-sdl2: 0.2.0 -> 0.3.1

* guile-sdl2: 0.2.0 -> 0.3.1 (#50730)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/guile-sdl2/versions

* guilde-sdl2: split native build inputs

libtool and pkgconfig are moved from buildInputs to nativeBuildInputs

authored by

R. RyanTM and committed by
Renaud
e2ac38fd f0b49c4d

+4 -4
+4 -4
pkgs/development/guile-modules/guile-sdl2/default.nix
··· 5 5 let 6 6 name = "${pname}-${version}"; 7 7 pname = "guile-sdl2"; 8 - version = "0.2.0"; 8 + version = "0.3.1"; 9 9 in stdenv.mkDerivation { 10 10 inherit name; 11 11 12 12 src = fetchurl { 13 13 url = "https://files.dthompson.us/${pname}/${name}.tar.gz"; 14 - sha256 = "0yq9lsl17cdvj77padvpk3jcw2g6g0pck9jrchc7n2767rrc012b"; 14 + sha256 = "0bw7x2lx90k4banc5k7yfkn3as93y25gr1xdr225ll7lmij21k64"; 15 15 }; 16 16 17 + nativeBuildInputs = [ libtool pkgconfig ]; 17 18 buildInputs = [ 18 - guile libtool pkgconfig 19 - SDL2 SDL2_image SDL2_ttf SDL2_mixer 19 + guile SDL2 SDL2_image SDL2_ttf SDL2_mixer 20 20 ]; 21 21 22 22 configureFlags = [