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

View file

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