aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Laporte2019-07-03 08:19:38 +0000
committerVincent Laporte2019-07-03 08:19:38 +0000
commit60a13c4f6f9ce211a4078634e66d5eae49035ccc (patch)
tree7fe25fc82d6418196c7b651bb7a06cc6ef810cad
parent73999ad6ba6c33783f27ffc705930cbc5c745728 (diff)
parenta75b66121dada7af491625a2a0f306c8fbcb7bbf (diff)
Merge PR #10467: [nix] python2 -> python3
Reviewed-by: vbgl
-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 ])