dolphin-emu: drop reference to git from buildInputs since it's no longer an argument to the expression after #3936

This commit is contained in:
Peter Simons 2014-09-02 11:57:34 +02:00
parent 2fcbff576a
commit b8260f5435

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
buildInputs = [ stdenv pkgconfig cmake bluez ffmpeg libao mesa gtk2 glib
gettext libpthreadstubs libXrandr libXext readline openal
git libXdmcp portaudio SDL wxGTK30 pulseaudio ];
libXdmcp portaudio SDL wxGTK30 pulseaudio ];
meta = {
homepage = http://dolphin-emu.org/;