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/graphics/fondo/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pkgs/applications/graphics/fondo') diff --git a/pkgs/applications/graphics/fondo/default.nix b/pkgs/applications/graphics/fondo/default.nix index e4dff59670a..3df7ba493c0 100644 --- a/pkgs/applications/graphics/fondo/default.nix +++ b/pkgs/applications/graphics/fondo/default.nix @@ -63,6 +63,13 @@ stdenv.mkDerivation rec { patchShebangs meson/post_install.py ''; + passthru = { + updateScript = pantheon.updateScript { + attrPath = pname; + }; + }; + + meta = with stdenv.lib; { description = "Find the most beautiful wallpapers for your desktop"; homepage = https://github.com/calo001/fondo; -- cgit 1.4.1