mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Merge pull request #51847 from plapadoo/fix-epsxe
epsxe: add libGLU_combined to buildInputs
This commit is contained in:
commit
9a06f08d85
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user