mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
coqPackages.category-theory: revert "Add equations as a buildInput"
This reverts commit 08bf0b7630
, which broke
Nixpkgs evaluation.
Ping @jwiegley.
This commit is contained in:
parent
fe036ea2be
commit
6d6522d30d
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ coq.ocaml coq.camlp5 coq.findlib ];
|
buildInputs = [ coq.ocaml coq.camlp5 coq.findlib ];
|
||||||
propagatedBuildInputs = [ coq ssreflect equations ];
|
propagatedBuildInputs = [ coq ssreflect ];
|
||||||
|
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user