why3: compatibility with JSoO 3.6.0
This commit is contained in:
parent
2b8ee31b6d
commit
d34bde6ac7
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user