Merge pull request #173734 from marius851000/easyrpg-fix
easyrpg-player: fix
This commit is contained in:
commit
83ea9a730f
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue