artiq-fast: remove xbuild since upstream doesn't need it anymore

pull/74/head
Steve Fan 2021-11-26 16:50:06 +08:00
parent 3562f6f189
commit eb45add9fa
1 changed files with 0 additions and 13 deletions

View File

@ -50,18 +50,6 @@ let
sha256 = "sha256-Lf6M4M/jdRiO5MsWSoqtOSNfRIhbze+qvg4kaiiBWW4=";
};
cargo-xbuild = rustPlatform.buildRustPackage rec {
pname = "cargo-xbuild";
version = "0.6.5";
src = pkgs.fetchFromGitHub {
owner = "rust-osdev";
repo = pname;
rev = "v${version}";
sha256 = "18djvygq9v8rmfchvi2hfj0i6fhn36m716vqndqnj56fiqviwxvf";
};
cargoSha256 = "13sj9j9kl6js75h9xq0yidxy63vixxm9q3f8jil6ymarml5wkhx8";
};
artiq7 = pkgs.lib.strings.versionAtLeast artiqpkgs.artiq.version "7.0";
in
@ -88,7 +76,6 @@ pkgs.python3Packages.toPythonModule (pkgs.stdenv.mkDerivation rec {
pkgs.llvm_11
pkgs.lld_11
rustPlatform.cargoSetupHook
cargo-xbuild
] else [
artiqpkgs.cargo-legacy
artiqpkgs.rustc-legacy