coqPackages.category-theory: revert "Add equations as a buildInput"

This reverts commit 08bf0b7630, which broke
Nixpkgs evaluation.

Ping @jwiegley.
wip/yesman
Peter Simons 6 years ago
parent fe036ea2be
commit 6d6522d30d
  1. 2
      pkgs/development/coq-modules/category-theory/default.nix

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

Loading…
Cancel
Save