mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
grafx2: Some simplification in the package file.
This commit is contained in:
parent
d70e11672f
commit
1e44b59996
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user