mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
emv: deprecate phases
This commit is contained in:
parent
915a8aac33
commit
25404a3418
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "7e0e12afa45ef5ed8025e5f2c6deea0ff5f512644a721f7b1b95b63406a8f7ce";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -pv $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user