coqPackages.category-theory: Add equations as a buildInput

This commit is contained in:
John Wiegley 2018-07-27 16:15:50 -07:00
parent 368cca9f19
commit 08bf0b7630
No known key found for this signature in database
GPG Key ID: C144D8F4F19FE630

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
}; };
buildInputs = [ coq.ocaml coq.camlp5 coq.findlib ]; buildInputs = [ coq.ocaml coq.camlp5 coq.findlib ];
propagatedBuildInputs = [ coq ssreflect ]; propagatedBuildInputs = [ coq ssreflect equations ];
enableParallelBuilding = false; enableParallelBuilding = false;