grafx2: Some simplification in the package file.

This commit is contained in:
Kim Simmons 2013-11-23 09:44:49 +01:00
parent d70e11672f
commit 1e44b59996

View File

@ -12,10 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ SDL SDL_image SDL_ttf libpng zlib lua5 pkgconfig ];
buildPhase = ''
cd src
make
'';
preBuild = "cd src";
installPhase = ''
mkdir -p "$out"