1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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"