treewide: use nix-update updateScript for packages I maintain

This commit is contained in:
worldofpeace
2020-07-29 12:33:39 -04:00
parent 9b97ee7b64
commit d12c11e30c
114 changed files with 272 additions and 494 deletions
@@ -1,5 +1,6 @@
{ stdenv
, fetchFromGitHub
, nix-update-script
, substituteAll
, plymouth
, pam
@@ -127,6 +128,13 @@ stdenv.mkDerivation rec {
rm -rf $out/etc/apparmor.d $out/etc/init $out/etc/pam.d
'';
passthru = {
updateScript = nix-update-script {
attrPath = pname;
};
};
meta = {
homepage = "https://github.com/CanonicalLtd/lightdm";
description = "A cross-desktop display manager";