From e18686d8a0eb56c5c2e0353a37e77b9d4137d5bd Mon Sep 17 00:00:00 2001 From: Kim Simmons Date: Sat, 30 Nov 2013 12:03:34 +0100 Subject: grafx2: Fixed install error. My bad for not checking suggested changes. --- pkgs/applications/graphics/grafx2/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/graphics/grafx2') 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/; -- cgit 1.4.1