rbspy: add an update script

This commit is contained in:
Stanisław Pitucha 2022-07-05 14:50:42 +10:00
parent 91b4efa44d
commit 22781dbf83

View file

@ -4,6 +4,7 @@
, fetchFromGitHub
, ruby
, which
, nix-update-script
}:
rustPlatform.buildRustPackage rec {
@ -46,6 +47,8 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ ruby which ]
++ lib.optional stdenv.isDarwin rustPlatform.bindgenHook;
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://rbspy.github.io/";
description = ''