chruby: remove phases

This commit is contained in:
Felix Buehler 2021-07-27 14:35:42 +02:00
parent 89fa135832
commit 8721cf6bca

View File

@ -19,8 +19,6 @@ in stdenv.mkDerivation rec {
sha256 = "1894g6fymr8kra9vwhbmnrcr58l022mcd7g9ans4zd3izla2j3gx";
};
phases = [ "unpackPhase" "patchPhase" "installPhase" "fixupPhase" ];
patches = lib.optionalString (rubies != null) [
./env.patch
];