mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 23:07:37 +00:00
buildMaven: deprecate phases
This commit is contained in:
parent
7f57fd7da8
commit
cfe5fae08a
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
|
||||
find = ''find ${concatStringsSep " " (map (x: x + "/m2") flatDeps)} -type d -printf '%P\n' | xargs -I {} mkdir -p $out/m2/{}'';
|
||||
copy = ''cp -rsfu ${concatStringsSep " " (map (x: x + "/m2/*") flatDeps)} $out/m2'';
|
||||
|
||||
phases = [ "unpackPhase" "buildPhase" ];
|
||||
dontInstall = true;
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p $out/target
|
||||
|
Loading…
Reference in New Issue
Block a user