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

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 ];