mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00: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" '';
|
||||
|
||||
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/;
|
||||
|
|
Loading…
Reference in a new issue