about summary refs log tree commit diff
path: root/pkgs/applications/office/notes-up
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/office/notes-up
parent3d0006487200bb0c113c858679cb86d487695750 (diff)
treewide: pantheon updateScript
Diffstat (limited to 'pkgs/applications/office/notes-up')
-rw-r--r--pkgs/applications/office/notes-up/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/office/notes-up/default.nix b/pkgs/applications/office/notes-up/default.nix
index e7db27bdedc7d..6b8694a91d474 100644
--- a/pkgs/applications/office/notes-up/default.nix
+++ b/pkgs/applications/office/notes-up/default.nix
@@ -50,6 +50,12 @@ stdenv.mkDerivation rec {
   # Whether to build with contractor support (Pantheon specific)
   cmakeFlags = if withPantheon then null else [ "-Dnoele=yes" ];
 
+  passthru = {
+    updateScript = pantheon.updateScript {
+      attrPath = pname;
+    };
+  };
+
   meta = with stdenv.lib; {
     description = "Markdown notes editor and manager designed for elementary OS"
     + stdenv.lib.optionalString withPantheon " - built with Contractor support";