summary refs log tree commit diff
path: root/pkgs/development/coq-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-07-28 09:16:37 +0200
committerPeter Simons <simons@cryp.to>2018-07-28 09:16:37 +0200
commit6d6522d30d1c05126e5f53d9996637475d1ac75d (patch)
tree149bba943397833ad4aaf4b2bfb03e84511b171b /pkgs/development/coq-modules
parentfe036ea2bedd9360592b9b2ca89c9583a29b72a6 (diff)
downloadnixpkgs-6d6522d30d1c05126e5f53d9996637475d1ac75d.tar
nixpkgs-6d6522d30d1c05126e5f53d9996637475d1ac75d.tar.gz
nixpkgs-6d6522d30d1c05126e5f53d9996637475d1ac75d.tar.bz2
nixpkgs-6d6522d30d1c05126e5f53d9996637475d1ac75d.tar.lz
nixpkgs-6d6522d30d1c05126e5f53d9996637475d1ac75d.tar.xz
nixpkgs-6d6522d30d1c05126e5f53d9996637475d1ac75d.tar.zst
nixpkgs-6d6522d30d1c05126e5f53d9996637475d1ac75d.zip
coqPackages.category-theory: revert "Add equations as a buildInput"
This reverts commit 08bf0b7630afa8656bb36bd61fac8ce9b2aff613, which broke
Nixpkgs evaluation.

Ping @jwiegley.
Diffstat (limited to 'pkgs/development/coq-modules')
-rw-r--r--pkgs/development/coq-modules/category-theory/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/category-theory/default.nix b/pkgs/development/coq-modules/category-theory/default.nix
index a5e4dd92116..795c177bc80 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 equations ];
+  propagatedBuildInputs = [ coq ssreflect ];
 
   enableParallelBuilding = false;