mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03: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