ocamlPackages.llvm: switch to python3
This commit is contained in:
parent
4ea2662743
commit
4e4feb0e06
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, python2, cmake, libllvm, ocaml, findlib, ctypes }:
|
||||
{ stdenv, lib, python3, cmake, libllvm, ocaml, findlib, ctypes }:
|
||||
|
||||
let version = lib.getVersion libllvm; in
|
||||
|
||||
|
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||
|
||||
inherit (libllvm) src;
|
||||
|
||||
nativeBuildInputs = [ cmake python2 ocaml findlib ];
|
||||
nativeBuildInputs = [ cmake python3 ocaml findlib ];
|
||||
buildInputs = [ ctypes ];
|
||||
propagatedBuildInputs = [ libllvm ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue