9 rustPlatform.buildRustPackage rec {
10 pname = "cargo-bitbake";
13 src = fetchFromGitHub {
17 sha256 = "sha256-+ovC4nZwHzf9hjfv2LcnTztM2m++tpC3mUSS/I0l6Ck=";
20 nativeBuildInputs = [ pkg-config ];
21 buildInputs = [ openssl ];
23 cargoHash = "sha256-LYdQ0FLfCopY8kPTCmiW0Qyx6sHA4nlb+hK9hXezGLg=";
26 description = "Cargo extension that can generate BitBake recipes utilizing the classes from meta-rust";
27 mainProgram = "cargo-bitbake";
28 homepage = "https://github.com/meta-rust/cargo-bitbake";
29 license = with licenses; [
33 maintainers = with maintainers; [ rvarago ];
34 platforms = [ "x86_64-linux" ];