system-sendmail: deprecate phases (#131108)
This commit is contained in:
parent
7e3d130d0d
commit
7d3e3ab81f
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ stdenv.mkDerivation {
|
|||
|
||||
src = script;
|
||||
|
||||
phases = [ "buildPhase" ];
|
||||
dontUnpack = true;
|
||||
dontInstall = true;
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p $out/bin
|
||||
< $src sed "s#{{MYPATH}}#$out/bin/sendmail#" > $out/bin/sendmail
|
||||
|
|
Loading…
Reference in a new issue