Merge pull request #130747 from Stunkymonkey/fastlane-phases

fastlane: deprecate phases
This commit is contained in:
Sandro 2021-07-20 13:25:42 +02:00 committed by GitHub
commit 5cdbb4cc73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
phases = [ "installPhase" ];
dontUnpack = true;
installPhase = let
env = bundlerEnv {