why3: compatibility with JSoO 3.6.0

This commit is contained in:
Vincent Laporte 2020-06-21 07:33:23 +02:00 committed by Vincent Laporte
parent 2b8ee31b6d
commit d34bde6ac7

View File

@ -38,6 +38,10 @@ stdenv.mkDerivation {
})
];
postPatch = ''
substituteInPlace Makefile.in --replace js_of_ocaml.ppx js_of_ocaml-ppx
'';
configureFlags = [ "--enable-verbose-make" ];
installTargets = [ "install" "install-lib" ];