Skip to content

Commit

Permalink
fixup hb
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Dec 9, 2020
1 parent dfddc69 commit 022e006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ let
if elem version [ "master" "cauchy_etoile" "holomorphy" ]
then {
propagatedBuildInputs = mca.propagatedBuildInputs ++
[ coqPackages.mathcomp-real-closed coqPackages.hiearchy-builder ];
[ coqPackages.mathcomp-real-closed coqPackages.hierarchy-builder ];
} else {
propagatedBuildInputs = mca.propagatedBuildInputs ++
(with coqPackages; [ coq-elpi hierarchy-builder ]);
Expand Down

0 comments on commit 022e006

Please sign in to comment.