about summary refs log tree commit diff
path: root/pkgs/applications/graphics/grafx2
diff options
context:
space:
mode:
authorKim Simmons <zoomulator@gmail.com>2013-11-24 16:59:23 +0100
committerKim Simmons <zoomulator@gmail.com>2013-11-24 16:59:23 +0100
commit1009ab8d68d73ac06429d5d84d6815e82aaabf7c (patch)
treeac0c7e3616815f12235d68b4f0de883a91dec673 /pkgs/applications/graphics/grafx2
parent1e44b5999603153e0c6ca08cf0d661aca559c180 (diff)
downloadnixlib-1009ab8d68d73ac06429d5d84d6815e82aaabf7c.tar
nixlib-1009ab8d68d73ac06429d5d84d6815e82aaabf7c.tar.gz
nixlib-1009ab8d68d73ac06429d5d84d6815e82aaabf7c.tar.bz2
nixlib-1009ab8d68d73ac06429d5d84d6815e82aaabf7c.tar.lz
nixlib-1009ab8d68d73ac06429d5d84d6815e82aaabf7c.tar.xz
nixlib-1009ab8d68d73ac06429d5d84d6815e82aaabf7c.tar.zst
nixlib-1009ab8d68d73ac06429d5d84d6815e82aaabf7c.zip
Edit that was left out from the last commit.
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 d6b2044bff3c..53f49c59b9ad 100644
--- a/pkgs/applications/graphics/grafx2/default.nix
+++ b/pkgs/applications/graphics/grafx2/default.nix
@@ -14,10 +14,7 @@ stdenv.mkDerivation rec {
 
   preBuild = "cd src";
 
-  installPhase = ''
-    mkdir -p "$out"
-    make install prefix="$out"
-  '';
+  preInstall = '' mkdir -p "$out" '';
 
   meta = {
     description = "GrafX2 is a bitmap paint program inspired by the Amiga programs Deluxe Paint and Brilliance.";