treewide: pantheon updateScript

This commit is contained in:
worldofpeace
2019-12-22 18:20:55 -05:00
parent 3d00064872
commit 2dd7d4dd44
25 changed files with 155 additions and 3 deletions
@@ -64,6 +64,12 @@ stdenv.mkDerivation rec {
patchShebangs data/post_install.py
'';
passthru = {
updateScript = pantheon.updateScript {
attrPath = pname;
};
};
meta = with stdenv.lib; {
description = "Personal finance manager for elementary OS";
homepage = "https://github.com/cjfloss/envelope";