Merge pull request #51847 from plapadoo/fix-epsxe

epsxe: add libGLU_combined to buildInputs
This commit is contained in:
Matthew Bauer 2018-12-14 22:19:45 -06:00 committed by GitHub
commit 9a06f08d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, alsaLib, curl, gdk_pixbuf, glib, gtk3,
{ stdenv, fetchurl, alsaLib, curl, gdk_pixbuf, glib, gtk3, libGLU_combined,
libX11, openssl, ncurses5, SDL, SDL_ttf, unzip, zlib, wrapGAppsHook }:
with stdenv.lib;
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
glib
gtk3
libX11
libGLU_combined
openssl
ncurses5
SDL