do not install LLVM tools

The ARTIQ compiler now uses binutils and depends on it.
core0-buffer
Sebastien Bourdeauducq 2020-06-28 18:07:57 +08:00
parent 53d931dccc
commit ed88b02403
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ in
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ])))
vivado
pkgs.llvm_9
pkgs.lld_9
(import ./mkbootimage.nix { inherit pkgs; })
];