mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
uniffi-bindgen: add update script
This commit is contained in:
parent
413bf055c8
commit
b28c6639e3
@ -6,6 +6,7 @@
|
||||
, yapf
|
||||
, rubocop
|
||||
, rustfmt
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@ -31,6 +32,10 @@ rustPlatform.buildRustPackage rec {
|
||||
--suffix PATH : ${lib.strings.makeBinPath [ ktlint yapf rubocop rustfmt ] }
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
attrPath = pname;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Toolkit for building cross-platform software components in Rust";
|
||||
homepage = "https://mozilla.github.io/uniffi-rs/";
|
||||
|
Loading…
Reference in New Issue
Block a user