From 2dd7d4dd4458bc79e566979c2fa299f22770efcb Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sun, 22 Dec 2019 18:19:30 -0500 Subject: treewide: pantheon updateScript --- pkgs/applications/misc/tootle/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/applications/misc/tootle') diff --git a/pkgs/applications/misc/tootle/default.nix b/pkgs/applications/misc/tootle/default.nix index 15c675c902f..e619ab053e7 100644 --- a/pkgs/applications/misc/tootle/default.nix +++ b/pkgs/applications/misc/tootle/default.nix @@ -62,6 +62,12 @@ stdenv.mkDerivation rec { patchShebangs meson/post_install.py ''; + passthru = { + updateScript = pantheon.updateScript { + attrPath = pname; + }; + }; + meta = with stdenv.lib; { description = "Simple Mastodon client designed for elementary OS"; homepage = https://github.com/bleakgrey/tootle; -- cgit 1.4.1