15 elementary-notifications,
18 stdenv.mkDerivation rec {
19 pname = "switchboard-plug-notifications";
22 src = fetchFromGitHub {
26 sha256 = "sha256-53rpnp1RWdPofY00XWKiz8WDPC7RNMaGQFHBDzjsIt4=";
37 elementary-notifications
46 updateScript = nix-update-script { };
50 description = "Switchboard Notifications Plug";
51 homepage = "https://github.com/elementary/switchboard-plug-notifications";
52 license = licenses.gpl2Plus;
53 platforms = platforms.linux;
54 maintainers = teams.pantheon.members;