mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
grafx2: Fixed install error.
My bad for not checking suggested changes.
This commit is contained in:
parent
1b5422d611
commit
e18686d8a0
@ -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…
Reference in New Issue
Block a user