Loading pkgs/development/tools/rbspy/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , fetchFromGitHub , ruby , which , nix-update-script }: rustPlatform.buildRustPackage rec { Loading Loading @@ -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 = '' Loading Loading
pkgs/development/tools/rbspy/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , fetchFromGitHub , ruby , which , nix-update-script }: rustPlatform.buildRustPackage rec { Loading Loading @@ -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 = '' Loading