summary refs log tree commit diff
path: root/pkgs/development/coq-modules/odd-order/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/coq-modules/odd-order/default.nix')
-rw-r--r--pkgs/development/coq-modules/odd-order/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/odd-order/default.nix b/pkgs/development/coq-modules/odd-order/default.nix
index 20090340633..0d2005326c5 100644
--- a/pkgs/development/coq-modules/odd-order/default.nix
+++ b/pkgs/development/coq-modules/odd-order/default.nix
@@ -16,7 +16,15 @@ mkCoqDerivation {
     { case = (range "1.10.0" "1.12.0"); out = "1.12.0"; }
   ] null;
 
-  propagatedBuildInputs = [ mathcomp.character ];
+  propagatedBuildInputs = [
+    mathcomp.character
+    mathcomp.ssreflect
+    mathcomp.fingroup
+    mathcomp.algebra
+    mathcomp.solvable
+    mathcomp.field
+    mathcomp.all
+  ];
 
   meta = {
     description = "Formal proof of the Odd Order Theorem";