coqPackages.paco: 4.0.0 → 4.0.2

gstqt5
Vincent Laporte 2020-10-05 21:38:41 +02:00 committed by Vincent Laporte
parent 49b4cd546c
commit 423dd60f07
1 changed files with 3 additions and 4 deletions

View File

@ -9,8 +9,8 @@ let
};
post_8_6 = rec {
rev = "v${version}";
version = "4.0.0";
sha256 = "1ncrdyijkgf0s2q4rg1s9r2nrcb17gq3jz63iqdlyjq3ylv8gyx0";
version = "4.0.2";
sha256 = "1q96bsxclqx84xn5vkid501jkwlc1p6fhb8szrlrp82zglj58b0b";
};
};
params = {
@ -36,8 +36,7 @@ stdenv.mkDerivation rec {
repo = "paco";
};
buildInputs = with coq.ocamlPackages; [ ocaml camlp5 unzip ];
propagatedBuildInputs = [ coq ];
buildInputs = [ coq ];
preBuild = "cd src";