From 1009ab8d68d73ac06429d5d84d6815e82aaabf7c Mon Sep 17 00:00:00 2001 From: Kim Simmons Date: Sun, 24 Nov 2013 16:59:23 +0100 Subject: [PATCH] Edit that was left out from the last commit. --- pkgs/applications/graphics/grafx2/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/applications/graphics/grafx2/default.nix b/pkgs/applications/graphics/grafx2/default.nix index d6b2044bff3..53f49c59b9a 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.";