6 rustPlatform.buildRustPackage rec {
7 pname = "ifrextractor-rs";
10 src = fetchFromGitHub {
14 hash = "sha256-zpoOThjkL2Hu/ytxdqWcr2GXzN4Cm8hph7PJhSF5BlU=";
18 lockFile = ./Cargo.lock;
22 ln -s ${./Cargo.lock} Cargo.lock
26 description = "Rust utility to extract UEFI IFR data into human-readable text";
27 mainProgram = "ifrextractor";
28 homepage = "https://github.com/LongSoft/IFRExtractor-RS";
29 license = licenses.bsd2;
30 maintainers = with maintainers; [ jiegec ];