Merge pull request #31191 from pbogdan/snes9x-fix-build

snes9x-gtk: fix build
This commit is contained in:
Orivej Desh 2017-11-03 15:39:14 +00:00 committed by GitHub
commit 1b4f86a7dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook intltool pkgconfig ];
sourceRoot = "snes9x-${version}-src";
preAutoreconf = "cd gtk; intltoolize";
buildInputs = [ SDL zlib gtk2 libxml2 libXv ];