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
This commit is contained in:
R. RyanTM 2018-11-21 04:12:14 -08:00 committed by Renaud
parent f0b49c4d10
commit e2ac38fdac

View file

@ -5,18 +5,18 @@
let
name = "${pname}-${version}";
pname = "guile-sdl2";
version = "0.2.0";
version = "0.3.1";
in stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "https://files.dthompson.us/${pname}/${name}.tar.gz";
sha256 = "0yq9lsl17cdvj77padvpk3jcw2g6g0pck9jrchc7n2767rrc012b";
sha256 = "0bw7x2lx90k4banc5k7yfkn3as93y25gr1xdr225ll7lmij21k64";
};
nativeBuildInputs = [ libtool pkgconfig ];
buildInputs = [
guile libtool pkgconfig
SDL2 SDL2_image SDL2_ttf SDL2_mixer
guile SDL2 SDL2_image SDL2_ttf SDL2_mixer
];
configureFlags = [