summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/grafx2
diff options
context:
space:
mode:
authorKim Simmons <zoomulator@gmail.com>2013-11-23 09:44:49 +0100
committerKim Simmons <zoomulator@gmail.com>2013-11-23 09:44:49 +0100
commit1e44b5999603153e0c6ca08cf0d661aca559c180 (patch)
tree322c2039b10c51faedd08d301b98341779db8e30 /pkgs/applications/graphics/grafx2
parentd70e11672f7f7f08255b7e30f621e8ac05f7af00 (diff)
grafx2: Some simplification in the package file.
Diffstat (limited to 'pkgs/applications/graphics/grafx2')
-rw-r--r--pkgs/applications/graphics/grafx2/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/grafx2/default.nix b/pkgs/applications/graphics/grafx2/default.nix
index 938f5bb497f2..d6b2044bff3c 100644
--- a/pkgs/applications/graphics/grafx2/default.nix
+++ b/pkgs/applications/graphics/grafx2/default.nix
@@ -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"