summary refs log tree commit diff
path: root/pkgs/applications/graphics/fondo
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-12-22 18:19:30 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-12-22 18:20:55 -0500
commit2dd7d4dd4458bc79e566979c2fa299f22770efcb (patch)
tree2cd63ead16eb973b84c2353926c1cb7f4bb0c9d9 /pkgs/applications/graphics/fondo
parent3d0006487200bb0c113c858679cb86d487695750 (diff)
downloadnixpkgs-2dd7d4dd4458bc79e566979c2fa299f22770efcb.tar
nixpkgs-2dd7d4dd4458bc79e566979c2fa299f22770efcb.tar.gz
nixpkgs-2dd7d4dd4458bc79e566979c2fa299f22770efcb.tar.bz2
nixpkgs-2dd7d4dd4458bc79e566979c2fa299f22770efcb.tar.lz
nixpkgs-2dd7d4dd4458bc79e566979c2fa299f22770efcb.tar.xz
nixpkgs-2dd7d4dd4458bc79e566979c2fa299f22770efcb.tar.zst
nixpkgs-2dd7d4dd4458bc79e566979c2fa299f22770efcb.zip
treewide: pantheon updateScript
Diffstat (limited to 'pkgs/applications/graphics/fondo')
-rw-r--r--pkgs/applications/graphics/fondo/default.nix7
1 files changed, 7 insertions, 0 deletions
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;