Merge pull request #130796 from Stunkymonkey/pws-phases

pws: deprecate phases
This commit is contained in:
Sandro 2021-07-20 17:48:14 +02:00 committed by GitHub
commit 595a151776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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