mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
Remove fixupPhase from mkDep
This commit is contained in:
2
app/src/dist/share/gradle-env.nix
vendored
2
app/src/dist/share/gradle-env.nix
vendored
@@ -37,7 +37,7 @@ let
|
||||
inherit (depSpec) urls sha256;
|
||||
};
|
||||
|
||||
phases = "installPhase fixupPhase";
|
||||
phases = "installPhase";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/${depSpec.path}
|
||||
|
||||
@@ -37,7 +37,7 @@ let
|
||||
inherit (depSpec) urls sha256;
|
||||
};
|
||||
|
||||
phases = "installPhase fixupPhase";
|
||||
phases = "installPhase";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/${depSpec.path}
|
||||
|
||||
Reference in New Issue
Block a user