lemon: deprecate phases
This commit is contained in:
parent
8f67e19b84
commit
987902c434
@ -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 New Issue
Block a user