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
@@ -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";