10 stdenv.mkDerivation rec {
12 # FIXME: once a newer release in upstream is available
13 version = "2.0-unstable-2023-03-29";
15 src = fetchFromGitHub {
18 # FIXME: use the current HEAD commit as upstream has no releases since 2021
19 rev = "5dddd83abd695bfa15640047a97a08ff0a8d9f9b";
20 hash = "sha256-owYk/YFwJbqO6/dbGKPE8SnmmH4KvH+o6uWptqQtpfI=";
23 buildInputs = [ glib ];
30 makeFlags = [ "PREFIX=$(out)" ];
33 description = "Desktop notifications, the UNIX way";
35 tiramisu is a notification daemon based on dunst that outputs notifications
36 to STDOUT in order to allow the user to process notifications any way they
39 homepage = "https://github.com/Sweets/tiramisu";
40 license = licenses.mit;
41 platforms = platforms.linux;
42 maintainers = with maintainers; [
46 mainProgram = "tiramisu";