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:
parent
f0b49c4d10
commit
e2ac38fdac
@ -5,18 +5,18 @@
|
|||||||
let
|
let
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "guile-sdl2";
|
pname = "guile-sdl2";
|
||||||
version = "0.2.0";
|
version = "0.3.1";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://files.dthompson.us/${pname}/${name}.tar.gz";
|
url = "https://files.dthompson.us/${pname}/${name}.tar.gz";
|
||||||
sha256 = "0yq9lsl17cdvj77padvpk3jcw2g6g0pck9jrchc7n2767rrc012b";
|
sha256 = "0bw7x2lx90k4banc5k7yfkn3as93y25gr1xdr225ll7lmij21k64";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ libtool pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
guile libtool pkgconfig
|
guile SDL2 SDL2_image SDL2_ttf SDL2_mixer
|
||||||
SDL2 SDL2_image SDL2_ttf SDL2_mixer
|
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user