From ea58e284b1a7565fc55d68f835c598122d3ce42c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 28 Jun 2020 18:12:27 +0800 Subject: [PATCH] add back llvm_9 We need objcopy. --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 32b73551..56f255ed 100644 --- a/shell.nix +++ b/shell.nix @@ -12,6 +12,7 @@ in pkgs.gnumake rustPlatform.rust.rustc rustPlatform.rust.cargo + pkgs.llvm_9 pkgs.clang_9 pkgs.cacert pkgs.cargo-xbuild