coqPackages_8_5.fiat_HEAD: fix build

This commit is contained in:
Vincent Laporte 2018-11-06 12:10:09 +00:00
parent a7afcff928
commit faea8def19
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -11,8 +11,9 @@ stdenv.mkDerivation rec {
sha256 = "0griqc675yylf9rvadlfsabz41qy5f5idya30p5rv6ysiakxya64";
};
buildInputs = with coq.ocamlPackages; [ ocaml camlp5 python27 ];
propagatedBuildInputs = [ coq ];
buildInputs = [ coq python27 ] ++ (with coq.ocamlPackages; [ ocaml camlp5 ]);
prePatch = "patchShebangs etc/coq-scripts";
doCheck = false;