mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
m2install: deprecate phases
This commit is contained in:
parent
b3c98e9b5d
commit
2d7a3f1a3f
@ -12,10 +12,10 @@ let
|
||||
in stdenv.mkDerivation {
|
||||
inherit name m2Path m2File src;
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/m2/$m2Path
|
||||
cp $src $out/m2/$m2Path/$m2File
|
||||
'';
|
||||
|
||||
phases = "installPhase";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user