12 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromGitea {
16 domain = "codeberg.org";
19 rev = finalAttrs.version;
20 hash = "sha256-UGkShHziREQTkQUlbFXT1144BiBApFVbCvu5A1DuoMI=";
23 depsBuildBuild = [ pkg-config ];
32 buildInputs = [ dbus ];
35 changelog = "https://codeberg.org/dnkl/fyi/releases/tag/${finalAttrs.version}";
36 description = "Command line utility to create desktop notifications";
37 homepage = "https://codeberg.org/dnkl/fyi";
38 license = [ lib.licenses.mit ];
40 maintainers = with lib.maintainers; [ marnym ];
41 platforms = lib.platforms.linux;