vbam: 2.1.2 -> 2.1.3 (#60821)
* vbam: 2.1.2 -> 2.1.3 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/visualboyadvance-m/versions * vbam: refactor build inputs
This commit is contained in:
parent
5905034750
commit
804105e6b7
@ -15,22 +15,22 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "visualboyadvance-m-${version}";
|
name = "visualboyadvance-m-${version}";
|
||||||
version = "2.1.2";
|
version = "2.1.3";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "visualboyadvance-m";
|
owner = "visualboyadvance-m";
|
||||||
repo = "visualboyadvance-m";
|
repo = "visualboyadvance-m";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0bgb9r6qc4g1biymayknj1fccwrdmn772i4qnc9zs3f9jrs0b34g";
|
sha256 = "0ibpn05jm6zvvrjyxbmh8qwm1qd26v0dzq45cp233ksvapw1h77h";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cairo
|
cairo
|
||||||
cmake
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
gettext
|
gettext
|
||||||
libGLU_combined
|
libGLU_combined
|
||||||
openal
|
openal
|
||||||
pkgconfig
|
|
||||||
SDL2
|
SDL2
|
||||||
sfml
|
sfml
|
||||||
zip
|
zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user