summaryrefslogtreecommitdiffstats
path: root/pkgs/development/guile-modules/guile-sdl2
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-21 04:12:14 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2018-11-21 13:12:14 +0100
commite2ac38fdac41dfb80bcca9ba00824fdbdd33124a (patch)
treef560457b512f61744a9c587a88a962f3f242b12e /pkgs/development/guile-modules/guile-sdl2
parentf0b49c4d10c86497e04a2b707134a8d7e2198783 (diff)
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
Diffstat (limited to 'pkgs/development/guile-modules/guile-sdl2')
-rw-r--r--pkgs/development/guile-modules/guile-sdl2/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/guile-modules/guile-sdl2/default.nix b/pkgs/development/guile-modules/guile-sdl2/default.nix
index b20fc162ef3b..e4a548ae376b 100644
--- a/pkgs/development/guile-modules/guile-sdl2/default.nix
+++ b/pkgs/development/guile-modules/guile-sdl2/default.nix
@@ -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 = [