snes9x-gtk: fix build

This commit is contained in:
Piotr Bogdan 2017-11-03 14:06:23 +00:00
parent e080b87b26
commit 1f379ed3a7

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