Merge pull request #131406 from Stunkymonkey/ronn-phases

ronn: deprecate phases
This commit is contained in:
Sandro 2021-07-25 06:53:33 +00:00 committed by GitHub
commit b4d7ca1632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
gemdir = ./.;
};
phases = ["installPhase"];
dontUnpack = true;
nativeBuildInputs = [ makeWrapper ];