aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index d5c6cdb8ad..10c5f6be47 100644
--- a/default.nix
+++ b/default.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
buildInputs = [
hostname
- python2 time # coq-makefile timing tools
+ python3 time # coq-makefile timing tools
dune
]
++ (with ocamlPackages; [ ocaml findlib num ])