coqPackages.category-theory: Add equations as a buildInput
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [ coq.ocaml coq.camlp5 coq.findlib ];
|
||||
propagatedBuildInputs = [ coq ssreflect ];
|
||||
propagatedBuildInputs = [ coq ssreflect equations ];
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user