forked from M-Labs/artiq-zynq
use clang-unwrapped
This commit is contained in:
parent
e6028ec091
commit
6f37128911
|
@ -21,8 +21,8 @@ let
|
||||||
pkgs.gnumake
|
pkgs.gnumake
|
||||||
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ])))
|
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ])))
|
||||||
pkgs.cargo-xbuild
|
pkgs.cargo-xbuild
|
||||||
pkgs.llvm_9
|
pkgs.llvmPackages_9.llvm
|
||||||
pkgs.clang_9
|
pkgs.llvmPackages_9.clang-unwrapped
|
||||||
];
|
];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
export XARGO_RUST_SRC="${rustPlatform.rust.rustc.src}/src"
|
export XARGO_RUST_SRC="${rustPlatform.rust.rustc.src}/src"
|
||||||
|
|
|
@ -12,8 +12,8 @@ in
|
||||||
pkgs.gnumake
|
pkgs.gnumake
|
||||||
rustPlatform.rust.rustc
|
rustPlatform.rust.rustc
|
||||||
rustPlatform.rust.cargo
|
rustPlatform.rust.cargo
|
||||||
pkgs.llvm_9
|
pkgs.llvmPackages_9.llvm
|
||||||
pkgs.clang_9
|
pkgs.llvmPackages_9.clang-unwrapped
|
||||||
pkgs.cacert
|
pkgs.cacert
|
||||||
pkgs.cargo-xbuild
|
pkgs.cargo-xbuild
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue