Merge pull request #173734 from marius851000/easyrpg-fix

easyrpg-player: fix
This commit is contained in:
Bobby Rong 2022-05-21 10:55:48 +08:00 committed by GitHub
commit 83ea9a730f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
, liblcf, libpng, libsndfile ? null, libvorbis ? null, libxmp ? null
, libXcursor, libXext, libXi, libXinerama, libXrandr, libXScrnSaver, libXxf86vm
, mpg123 ? null, opusfile ? null, pcre, pixman, SDL2, speexdsp ? null, wildmidi ? null, zlib
, libdecor
}:
stdenv.mkDerivation rec {
@ -43,6 +44,7 @@ stdenv.mkDerivation rec {
speexdsp
wildmidi
zlib
libdecor
];
meta = with lib; {