Merge pull request #1303 from Zoomulator/grafx_buildfix

grafx2: Fixed install error.
This commit is contained in:
Michael Raskin 2013-11-30 07:00:07 -08:00
commit d012ab0d7f

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