ocamlPackages.utop: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-27 14:11:02 +02:00
parent 599378f38f
commit 327cb2e9f0

View file

@ -34,7 +34,7 @@ buildDunePackage rec {
buildInputs = [ findlib ] ++ propagatedBuildInputs;
phases = [ "installPhase" ];
dontUnpack = true;
installPhase = ''
mkdir -p "$out"/${path}