mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
rbspy: add an update script
This commit is contained in:
parent
91b4efa44d
commit
22781dbf83
@ -4,6 +4,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, ruby
|
, ruby
|
||||||
, which
|
, which
|
||||||
|
, nix-update-script
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
@ -46,6 +47,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
nativeBuildInputs = [ ruby which ]
|
nativeBuildInputs = [ ruby which ]
|
||||||
++ lib.optional stdenv.isDarwin rustPlatform.bindgenHook;
|
++ lib.optional stdenv.isDarwin rustPlatform.bindgenHook;
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://rbspy.github.io/";
|
homepage = "https://rbspy.github.io/";
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user