mirror of https://github.com/m-labs/artiq.git
nix: also use latest python3 for llvmlite
This commit is contained in:
parent
c3759379bd
commit
57bd3e4109
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchgit, llvm-or1k, makeWrapper, python35, ncurses, zlib, python35Packages }:
|
{ stdenv, fetchgit, llvm-or1k, makeWrapper, python3, ncurses, zlib, python3Packages }:
|
||||||
let
|
let
|
||||||
version = "0f4ebae";
|
version = "0f4ebae";
|
||||||
in
|
in
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper python35 ncurses zlib llvm-or1k python35Packages.setuptools ];
|
buildInputs = [ makeWrapper python3 ncurses zlib llvm-or1k python3Packages.setuptools ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
LLVM_CONFIG=${llvm-or1k}/bin/llvm-config
|
LLVM_CONFIG=${llvm-or1k}/bin/llvm-config
|
||||||
|
|
Loading…
Reference in New Issue