coqPackages.category-theory: Add equations as a buildInput

wip/yesman
John Wiegley 6 years ago
parent 368cca9f19
commit 08bf0b7630
No known key found for this signature in database
GPG Key ID: C144D8F4F19FE630
  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 ];
propagatedBuildInputs = [ coq ssreflect equations ];
enableParallelBuilding = false;

Loading…
Cancel
Save