diff options
| author | Vincent Laporte | 2019-07-03 08:19:38 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-07-03 08:19:38 +0000 |
| commit | 60a13c4f6f9ce211a4078634e66d5eae49035ccc (patch) | |
| tree | 7fe25fc82d6418196c7b651bb7a06cc6ef810cad | |
| parent | 73999ad6ba6c33783f27ffc705930cbc5c745728 (diff) | |
| parent | a75b66121dada7af491625a2a0f306c8fbcb7bbf (diff) | |
Merge PR #10467: [nix] python2 -> python3
Reviewed-by: vbgl
| -rw-r--r-- | default.nix | 2 |
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 ]) |
