ocamlPackages.piqi: fix build

main
Vincent Laporte 2 years ago
parent bb8a321187
commit 9ef62950cb
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 12
      pkgs/development/ocaml-modules/piqi/default.nix

@ -19,15 +19,9 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
buildPhase = ''
make
make -C piqilib piqilib.cma
'';
installPhase = ''
make install;
make ocaml-install;
'';
postBuild = "make -C piqilib piqilib.cma";
installTargets = [ "install" "ocaml-install" ];
meta = with lib; {
homepage = "https://piqi.org";

Loading…
Cancel
Save