wingpanel-indicator-ayatana: add passthru.updateScript

Upstream doesn't tag release, we use unstableGitUpdater.
main
Bobby Rong 2 years ago
parent 544586a9b3
commit 5161b59fe0
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 7
      pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/default.nix

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, unstableGitUpdater
, substituteAll
, meson
, ninja
@ -45,6 +46,12 @@ stdenv.mkDerivation rec {
pantheon.wingpanel
];
passthru = {
updateScript = unstableGitUpdater {
url = "https://github.com/Lafydev/wingpanel-indicator-ayatana.git";
};
};
meta = with lib; {
description = "Ayatana Compatibility Indicator for Wingpanel";
homepage = "https://github.com/Lafydev/wingpanel-indicator-ayatana";

Loading…
Cancel
Save