forked from M-Labs/artiq-zynq
do not install LLVM tools
The ARTIQ compiler now uses binutils and depends on it.
This commit is contained in:
parent
53d931dccc
commit
ed88b02403
|
@ -21,8 +21,6 @@ in
|
||||||
|
|
||||||
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ])))
|
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ])))
|
||||||
vivado
|
vivado
|
||||||
pkgs.llvm_9
|
|
||||||
pkgs.lld_9
|
|
||||||
|
|
||||||
(import ./mkbootimage.nix { inherit pkgs; })
|
(import ./mkbootimage.nix { inherit pkgs; })
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue