1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

coqPackages.mathcomp-word: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-09-08 18:06:23 +02:00
parent 4bdd2be574
commit 2611f23722
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -15,7 +15,7 @@ mkCoqDerivation {
inherit version;
defaultVersion = with versions; switch [ coq.version mathcomp.version ] [
{ cases = [ (range "8.12" "8.15") (isGe "1.12") ]; out = "1.1"; }
{ cases = [ (range "8.12" "8.16") (isGe "1.12") ]; out = "1.1"; }
] null;
propagatedBuildInputs = [ mathcomp.algebra mathcomp.ssreflect mathcomp.fingroup ];