coqPackages.category-theory: Add equations as a buildInput
This commit is contained in:
parent
368cca9f19
commit
08bf0b7630
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user