mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #131408 from Stunkymonkey/lemon-phases
lemon: deprecate phases
This commit is contained in:
commit
6070331967
@ -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