Commit a828fa4 Steve Fan
committed
1 parent e47d05e commit a828fa4 Copy full SHA for a828fa4
File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 218
218
propagatedBuildInputs = with pkgs . python3Packages ; [ pyserial prettytable msgpack migen ] ;
219
219
} ;
220
220
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
-
235
221
vivadoEnv = pkgs . buildFHSUserEnv {
236
222
name = "vivado-env" ;
237
223
targetPkgs = vivadoDeps ;
262
248
pkgs . lld_11
263
249
vivado
264
250
rustPlatform . cargoSetupHook
265
- cargo-xbuild
266
251
] ;
267
252
buildPhase =
268
253
''
375
360
( pkgs . python3 . withPackages ( ps : with packages . x86_64-linux ; [ migen misoc jesd204b artiq ps . paramiko ps . jsonschema microscope ] ) )
376
361
rustPlatform . rust . rustc
377
362
rustPlatform . rust . cargo
378
- cargo-xbuild
379
363
pkgs . llvmPackages_11 . clang-unwrapped
380
364
pkgs . llvm_11
381
365
pkgs . lld_11
You can’t perform that action at this time.
0 commit comments