Loading pkgs/desktops/pantheon/services/elementary-notifications/default.nix +10 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch , nix-update-script , meson , ninja Loading @@ -27,6 +28,15 @@ stdenv.mkDerivation rec { sha256 = "sha256-i7fSKnP4W12cfax5IXm/Zgy5vP5z7S43S80gvzWpFCE="; }; patches = [ # Fix broken notification filter # https://github.com/elementary/notifications/pull/207 (fetchpatch { url = "https://github.com/elementary/notifications/commit/4691ec869316be94598d8e55e1cd3bd525e8e149.patch"; sha256 = "sha256-4x/Us92Mgws5v+ZQiKvjQ4ixfBnU8oTQ92rc+nf8Zdg="; }) ]; nativeBuildInputs = [ glib # for glib-compile-schemas meson Loading Loading
pkgs/desktops/pantheon/services/elementary-notifications/default.nix +10 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch , nix-update-script , meson , ninja Loading @@ -27,6 +28,15 @@ stdenv.mkDerivation rec { sha256 = "sha256-i7fSKnP4W12cfax5IXm/Zgy5vP5z7S43S80gvzWpFCE="; }; patches = [ # Fix broken notification filter # https://github.com/elementary/notifications/pull/207 (fetchpatch { url = "https://github.com/elementary/notifications/commit/4691ec869316be94598d8e55e1cd3bd525e8e149.patch"; sha256 = "sha256-4x/Us92Mgws5v+ZQiKvjQ4ixfBnU8oTQ92rc+nf8Zdg="; }) ]; nativeBuildInputs = [ glib # for glib-compile-schemas meson Loading