Merge pull request #131408 from Stunkymonkey/lemon-phases
lemon: deprecate phases
This commit is contained in:
commit
6070331967
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in stdenv.mkDerivation {
|
|||
pname = "lemon";
|
||||
version = "1.69";
|
||||
|
||||
phases = [ "buildPhase" "installPhase" ];
|
||||
dontUnpack = true;
|
||||
|
||||
buildPhase = ''
|
||||
sh -xc "$CC ${srcs.lemon} -o lemon"
|
||||
|
|
Loading…
Reference in a new issue