mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
system-sendmail: deprecate phases (#131108)
This commit is contained in:
parent
7e3d130d0d
commit
7d3e3ab81f
@ -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 New Issue
Block a user