18 stdenv.mkDerivation rec {
19 pname = "elementary-notifications";
22 src = fetchFromGitHub {
24 repo = "notifications";
26 sha256 = "sha256-of7Tw38yJAhHKICU3XxGwIOwqfUhrL7SGKqFd9Dps/I=";
30 glib # for glib-compile-schemas
48 # https://github.com/elementary/notifications/issues/222
49 substituteInPlace src/FdoActionGroup.vala \
50 --replace-fail "out VariantType" "out unowned VariantType"
54 updateScript = nix-update-script { };
58 description = "GTK notification server for Pantheon";
59 homepage = "https://github.com/elementary/notifications";
60 license = licenses.gpl3Plus;
61 maintainers = teams.pantheon.members;
62 platforms = platforms.linux;
63 mainProgram = "io.elementary.notifications";