easyrpg-player: fix

main
marius david 2 years ago
parent c4af64cb82
commit 2a6c90b0a7
  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