summary refs log tree commit diff
path: root/pkgs/applications/graphics/grafx2
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/grafx2')
-rw-r--r--pkgs/applications/graphics/grafx2/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/grafx2/default.nix b/pkgs/applications/graphics/grafx2/default.nix
index 53f49c59b9a..6b7c9a27694 100644
--- a/pkgs/applications/graphics/grafx2/default.nix
+++ b/pkgs/applications/graphics/grafx2/default.nix
@@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
 
   preInstall = '' mkdir -p "$out" '';
 
+  installPhase = ''make install prefix="$out"'';
+
   meta = {
     description = "GrafX2 is a bitmap paint program inspired by the Amiga programs Deluxe Paint and Brilliance.";
     homepage = http://code.google.co/p/grafx2/;