1 { lib, rustPlatform, fetchFromGitHub, dbus, pkg-config}:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-hQYIcyNCxb8qVpseNsmjyPxlwbMxDpXeZ+H1vpv62rQ=";
14 cargoHash = "sha256-0TYIycuy2LIhixVvH++U8CbmfQugc+0TF8DTiViWSbE=";
16 nativeBuildInputs = [ pkg-config ];
17 buildInputs = [ dbus ];
20 description = "Interruption-free notification system for Linux";
21 homepage = "https://github.com/ellsclytn/nofi/";
22 changelog = "https://github.com/ellsclytn/nofi/raw/v${version}/CHANGELOG.md";
23 license = [ licenses.asl20 /* or */ licenses.mit ];
25 maintainers = [ maintainers.magnetophon ];