Merge pull request #568 from matthiasbeyer/remove-lldb-dep

Remove imag project dependency: lldb - we never used it!
This commit is contained in:
Matthias Beyer 2016-07-22 15:54:04 +02:00 committed by GitHub
commit a1979b1235
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ let
env = with pkgs.rustStable; [
rustc
cargo
pkgs.llvmPackages.lldb
];
in