Skip to content

Commit

Permalink
coqPackages_8_5.fiat_HEAD: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Nov 6, 2018
1 parent a7afcff commit faea8de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/coq-modules/fiat/HEAD.nix
Expand Up @@ -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;

Expand Down

0 comments on commit faea8de

Please sign in to comment.