Remove imag project dependency: lldb - we never used it!

This commit is contained in:
Matthias Beyer 2016-06-30 09:07:55 +02:00
parent ce766427da
commit 36dbde8f9b

View file

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