mcu: fix build

pull/64/head
Sebastien Bourdeauducq 2021-08-09 14:33:17 +08:00
parent 5b65a378bf
commit f129fda7bc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ let
];
rustChannel =
lib.rustLib.fromManifestFile rustManifest {
inherit stdenv fetchurl patchelf;
inherit stdenv lib fetchurl patchelf;
};
rust =
rustChannel.rust.override {