why3: compatibility with JSoO 3.6.0

wip/yesman
Vincent Laporte 4 years ago committed by Vincent Laporte
parent 2b8ee31b6d
commit d34bde6ac7
  1. 4
      pkgs/applications/science/logic/why3/default.nix

@ -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…
Cancel
Save