watson-ruby: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-27 14:33:36 +02:00
parent 768623e437
commit 0b4b865cb6

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
pname = "watson-ruby";
version = (import ./gemset.nix).watson-ruby.version;
phases = [ "installPhase" ];
dontUnpack = true;
installPhase = let
env = bundlerEnv {