From 08bf0b7630afa8656bb36bd61fac8ce9b2aff613 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Jul 2018 16:15:50 -0700 Subject: [PATCH] coqPackages.category-theory: Add equations as a buildInput --- pkgs/development/coq-modules/category-theory/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/coq-modules/category-theory/default.nix b/pkgs/development/coq-modules/category-theory/default.nix index 795c177bc80..a5e4dd92116 100644 --- a/pkgs/development/coq-modules/category-theory/default.nix +++ b/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;