grafx2: Fixed install error.

My bad for not checking suggested changes.
This commit is contained in:
Kim Simmons 2013-11-30 12:03:34 +01:00
parent 1b5422d611
commit e18686d8a0

View File

@ -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/;