Skip to content

Commit a828fa4

Browse files
author
Steve Fan
committed
flake: remove cargo-xbuild dependency
Signed-off-by: Steve Fan <[email protected]>
1 parent e47d05e commit a828fa4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

flake.nix

-16
Original file line numberDiff line numberDiff line change
@@ -218,20 +218,6 @@
218218
propagatedBuildInputs = with pkgs.python3Packages; [ pyserial prettytable msgpack migen ];
219219
};
220220

221-
cargo-xbuild = rustPlatform.buildRustPackage rec {
222-
pname = "cargo-xbuild";
223-
version = "0.6.5";
224-
225-
src = pkgs.fetchFromGitHub {
226-
owner = "rust-osdev";
227-
repo = pname;
228-
rev = "v${version}";
229-
sha256 = "18djvygq9v8rmfchvi2hfj0i6fhn36m716vqndqnj56fiqviwxvf";
230-
};
231-
232-
cargoSha256 = "13sj9j9kl6js75h9xq0yidxy63vixxm9q3f8jil6ymarml5wkhx8";
233-
};
234-
235221
vivadoEnv = pkgs.buildFHSUserEnv {
236222
name = "vivado-env";
237223
targetPkgs = vivadoDeps;
@@ -262,7 +248,6 @@
262248
pkgs.lld_11
263249
vivado
264250
rustPlatform.cargoSetupHook
265-
cargo-xbuild
266251
];
267252
buildPhase =
268253
''
@@ -375,7 +360,6 @@
375360
(pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ migen misoc jesd204b artiq ps.paramiko ps.jsonschema microscope ]))
376361
rustPlatform.rust.rustc
377362
rustPlatform.rust.cargo
378-
cargo-xbuild
379363
pkgs.llvmPackages_11.clang-unwrapped
380364
pkgs.llvm_11
381365
pkgs.lld_11

0 commit comments

Comments
 (0)