mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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" '';
|
||||
|
||||
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 New Issue
Block a user