mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Edit that was left out from the last commit.
This commit is contained in:
parent
1e44b59996
commit
1009ab8d68
@ -14,10 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preBuild = "cd src";
|
preBuild = "cd src";
|
||||||
|
|
||||||
installPhase = ''
|
preInstall = '' mkdir -p "$out" '';
|
||||||
mkdir -p "$out"
|
|
||||||
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.";
|
||||||
|
Loading…
Reference in New Issue
Block a user