3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #134166 from Stunkymonkey/m2install-phases

m2install: deprecate phases
This commit is contained in:
Ben Siraphob 2021-08-16 03:10:17 +00:00 committed by GitHub
commit 758b767adf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,5 +17,5 @@ in stdenv.mkDerivation {
cp $src $out/m2/$m2Path/$m2File
'';
phases = "installPhase";
dontUnpack = true;
}