Merge pull request #173734 from marius851000/easyrpg-fix

easyrpg-player: fix
main
Bobby Rong 2 years ago committed by GitHub
commit 83ea9a730f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/games/easyrpg-player/default.nix

@ -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; {

Loading…
Cancel
Save