mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +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";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p "$out"
|
||||
make install prefix="$out"
|
||||
'';
|
||||
preInstall = '' mkdir -p "$out" '';
|
||||
|
||||
meta = {
|
||||
description = "GrafX2 is a bitmap paint program inspired by the Amiga programs Deluxe Paint and Brilliance.";
|
||||
|
Loading…
Reference in New Issue
Block a user