desmume: fix mesa+osmesa

It builds fine, but some better testing should be done before merging.

+3 -4
+3 -4
pkgs/misc/emulators/desmume/default.nix
··· 5 5 , agg, alsaLib, soundtouch, openal 6 6 , desktop_file_utils 7 7 , gtk2, gtkglext, libglade, pangox_compat 8 - , mesa, mesa_glu, libpcap, SDL, zziplib }: 8 + , mesa_glu, libpcap, SDL, zziplib }: 9 9 10 10 with stdenv.lib; 11 11 stdenv.mkDerivation rec { ··· 21 21 buildInputs = 22 22 [ pkgconfig libtool intltool libXmu lua agg alsaLib soundtouch 23 23 openal desktop_file_utils gtk2 gtkglext libglade pangox_compat 24 - mesa mesa_glu libpcap SDL zziplib ]; 24 + mesa_glu libpcap SDL zziplib ]; 25 25 26 26 configureFlags = [ 27 - "--disable-osmesa" # Failing on compile step 28 27 "--disable-glade" # Failing on compile step 29 28 "--enable-openal" 30 29 "--enable-glx" ··· 46 45 platforms = platforms.linux; 47 46 }; 48 47 } 49 - # TODO: investigate osmesa and glade 48 + # TODO: investigate glade