Merge pull request #1303 from Zoomulator/grafx_buildfix
grafx2: Fixed install error.
This commit is contained in:
commit
d012ab0d7f
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preInstall = '' mkdir -p "$out" '';
|
preInstall = '' mkdir -p "$out" '';
|
||||||
|
|
||||||
|
installPhase = ''make install prefix="$out"'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GrafX2 is a bitmap paint program inspired by the Amiga programs Deluxe Paint and Brilliance.";
|
description = "GrafX2 is a bitmap paint program inspired by the Amiga programs Deluxe Paint and Brilliance.";
|
||||||
homepage = http://code.google.co/p/grafx2/;
|
homepage = http://code.google.co/p/grafx2/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user